10#include <QDoubleSpinBox>
void saveSettings()
Saves the new settings.
Definition DsoConfigScopePage.cpp:120
QGridLayout * configurationLayout
Definition DsoConfigScopePage.h:53
QLabel * zoomHeightLabel
Definition DsoConfigScopePage.h:65
QCheckBox * doNotTranslateCheckBox
Definition DsoConfigScopePage.h:58
DsoConfigScopePage(DsoSettings *settings, QWidget *parent=nullptr)
Definition DsoConfigScopePage.cpp:5
QGridLayout * horizontalLayout
Definition DsoConfigScopePage.h:37
QComboBox * zoomHeightComboBox
Definition DsoConfigScopePage.h:64
QGroupBox * horizontalGroup
Definition DsoConfigScopePage.h:36
QCheckBox * toolTipVisibleCheckBox
Definition DsoConfigScopePage.h:57
QCheckBox * hasACmodificationCheckBox
Definition DsoConfigScopePage.h:54
QCheckBox * defaultSettingsCheckBox
Definition DsoConfigScopePage.h:56
QSpinBox * fontSizeSpinBox
Definition DsoConfigScopePage.h:46
QGroupBox * graphGroup
Definition DsoConfigScopePage.h:43
QGridLayout * graphLayout
Definition DsoConfigScopePage.h:44
QLabel * acquireIntervalLabel
Definition DsoConfigScopePage.h:40
QLabel * digitalPhosphorDepthLabel
Definition DsoConfigScopePage.h:47
DsoSettings * settings
Definition DsoConfigScopePage.h:32
QLabel * maxTimebaseLabel
Definition DsoConfigScopePage.h:38
QGroupBox * configurationGroup
Definition DsoConfigScopePage.h:52
QCheckBox * zoomImageCheckBox
Definition DsoConfigScopePage.h:63
QCheckBox * saveOnExitCheckBox
Definition DsoConfigScopePage.h:55
QLabel * fontSizeLabel
Definition DsoConfigScopePage.h:45
QSpinBox * digitalPhosphorDepthSpinBox
Definition DsoConfigScopePage.h:48
QLabel * exportScaleLabel
Definition DsoConfigScopePage.h:67
QGridLayout * zoomLayout
Definition DsoConfigScopePage.h:62
SiSpinBox * maxTimebaseSiSpinBox
Definition DsoConfigScopePage.h:39
QSpinBox * exportScaleSpinBox
Definition DsoConfigScopePage.h:66
QVBoxLayout * mainLayout
Definition DsoConfigScopePage.h:34
QGroupBox * zoomGroup
Definition DsoConfigScopePage.h:61
QPushButton * saveNowButton
Definition DsoConfigScopePage.h:59
SiSpinBox * acquireIntervalSiSpinBox
Definition DsoConfigScopePage.h:41
QLabel * interpolationLabel
Definition DsoConfigScopePage.h:49
QComboBox * interpolationComboBox
Definition DsoConfigScopePage.h:50
Holds the settings of the program.
Definition dsosettings.h:20
A spin box with SI prefix support. This spin box supports the SI prefixes (k/M/G/T) after its value a...
Definition sispinbox.h:14