v1.0.0-rc.85
This commit is contained in:
@@ -33,8 +33,8 @@ JFJochViewerSidePanel::JFJochViewerSidePanel(QWidget *parent) : QWidget(parent)
|
||||
|
||||
connect(spotToggleCheckBox, &QCheckBox::toggled, this, &JFJochViewerSidePanel::spotsToggled);
|
||||
|
||||
auto highlightIceRingToggleCheckBox = new QCheckBox("Highlight ice rings", this);
|
||||
highlightIceRingToggleCheckBox->setCheckState(Qt::CheckState::Unchecked);
|
||||
auto highlightIceRingToggleCheckBox = new QCheckBox("Highlight spots on ice rings", this);
|
||||
highlightIceRingToggleCheckBox->setCheckState(Qt::CheckState::Checked);
|
||||
layout->addWidget(highlightIceRingToggleCheckBox);
|
||||
connect(highlightIceRingToggleCheckBox, &QCheckBox::toggled, this,&JFJochViewerSidePanel::highlightIceRingsToggled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user