18 #include <QHBoxLayout>
20 #include <QRadioButton>
21 #include <QVBoxLayout>
25 , m_currentSliderRange(100.0)
29 , m_lockzCheckBox(nullptr)
32 QString tooltip(
"Allows to tune sample parameters within +/- of given range \nwith the help of "
35 auto* label =
new QLabel(
"Tuning:");
36 label->setToolTip(tooltip);
49 m_radio3 =
new QRadioButton(
"1000%");
57 "Preserve (min, max) range of intensity axis during parameter tuning.");
60 auto* hbox =
new QHBoxLayout;
62 hbox->addWidget(label);
86 if (state == Qt::Unchecked)
88 else if (state == Qt::Checked)