7 #include <QDoubleValidator> 8 #include <QRadioButton> 9 #include <QButtonGroup> 11 #include <QDialogButtonBox> 14 #include "../constants.h" 29 explicit ScanDialog(QWidget *parent = 0,
double from = -2.0,
double to = 2.0,
int steps = 50);
33 double startValue()
const {
return m_beg; }
34 double stopValue()
const {
return m_end; }
35 int noOfSteps()
const {
return m_steps; }
38 void enableOkButton();
44 QButtonGroup *polGroup;
45 QButtonGroup *sisGroup;
46 QRadioButton *pol0Button;
47 QRadioButton *pol1Button;
48 QRadioButton *sis1Button;
49 QRadioButton *sis2Button;
50 QDialogButtonBox *buttonBox;
51 QDoubleValidator *rangeValidator;
58 #endif // TUNEDIALOG_H A QWidget presenting a dialog for tracing and IV/TP curve.
Definition: scandialog.h:17
Polarization
An enumeration for the two polarizations.
Definition: constants.h:9
Element
An enumeration for the two mixer elements in each polarization.
Definition: constants.h:17