v1.0.0-rc.108 #13
@@ -25,7 +25,7 @@ JFJochViewerSidePanel::JFJochViewerSidePanel(QWidget *parent) : QWidget(parent)
|
||||
layout->addWidget(new TitleLabel("Image features", this));
|
||||
|
||||
auto spotToggleCheckBox = new QCheckBox("Show spots", this);
|
||||
spotToggleCheckBox->setCheckState(Qt::CheckState::Checked);
|
||||
spotToggleCheckBox->setCheckState(Qt::CheckState::Unchecked);
|
||||
|
||||
connect(spotToggleCheckBox, &QCheckBox::toggled, this, &JFJochViewerSidePanel::spotsToggled);
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ private:
|
||||
|
||||
RingMode ring_mode = RingMode::Manual;
|
||||
|
||||
bool show_spots = true;
|
||||
bool show_spots = false;
|
||||
bool show_predictions = false;
|
||||
|
||||
bool highlight_ice_rings = true;
|
||||
|
||||
Reference in New Issue
Block a user