10 #include <QDoubleSpinBox> 11 #include <QGridLayout> 13 #include <QHBoxLayout> 15 #include <QPushButton> 17 #include <QVBoxLayout> QLabel * acquireIntervalLabel
Definition: DsoConfigScopePage.h:40
QCheckBox * saveOnExitCheckBox
Definition: DsoConfigScopePage.h:55
void saveSettings()
Saves the new settings.
Definition: DsoConfigScopePage.cpp:117
QCheckBox * toolTipVisibleCheckBox
Definition: DsoConfigScopePage.h:57
QSpinBox * fontSizeSpinBox
Definition: DsoConfigScopePage.h:46
QGridLayout * zoomLayout
Definition: DsoConfigScopePage.h:61
QGridLayout * graphLayout
Definition: DsoConfigScopePage.h:44
SiSpinBox * maxTimebaseSiSpinBox
Definition: DsoConfigScopePage.h:39
QSpinBox * digitalPhosphorDepthSpinBox
Definition: DsoConfigScopePage.h:48
QGroupBox * zoomGroup
Definition: DsoConfigScopePage.h:60
Config page for the scope screen.
Definition: DsoConfigScopePage.h:22
QComboBox * interpolationComboBox
Definition: DsoConfigScopePage.h:50
DsoConfigScopePage(DsoSettings *settings, QWidget *parent=nullptr)
Definition: DsoConfigScopePage.cpp:5
Holds the settings of the program.
Definition: dsosettings.h:20
QLabel * maxTimebaseLabel
Definition: DsoConfigScopePage.h:38
QLabel * digitalPhosphorDepthLabel
Definition: DsoConfigScopePage.h:47
DsoSettings * settings
Definition: DsoConfigScopePage.h:32
QComboBox * zoomHeightComboBox
Definition: DsoConfigScopePage.h:63
QGroupBox * graphGroup
Definition: DsoConfigScopePage.h:43
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
QCheckBox * zoomImageCheckBox
Definition: DsoConfigScopePage.h:62
QPushButton * saveNowButton
Definition: DsoConfigScopePage.h:58
QLabel * exportScaleLabel
Definition: DsoConfigScopePage.h:66
QLabel * interpolationLabel
Definition: DsoConfigScopePage.h:49
QCheckBox * hasACmodificationCheckBox
Definition: DsoConfigScopePage.h:54
QGridLayout * horizontalLayout
Definition: DsoConfigScopePage.h:37
QVBoxLayout * mainLayout
Definition: DsoConfigScopePage.h:34
QCheckBox * defaultSettingsCheckBox
Definition: DsoConfigScopePage.h:56
QLabel * fontSizeLabel
Definition: DsoConfigScopePage.h:45
QGroupBox * horizontalGroup
Definition: DsoConfigScopePage.h:36
QGroupBox * configurationGroup
Definition: DsoConfigScopePage.h:52
QLabel * zoomHeightLabel
Definition: DsoConfigScopePage.h:64
QSpinBox * exportScaleSpinBox
Definition: DsoConfigScopePage.h:65
SiSpinBox * acquireIntervalSiSpinBox
Definition: DsoConfigScopePage.h:41
QGridLayout * configurationLayout
Definition: DsoConfigScopePage.h:53