29 #ifndef BIASCALIBRATIONPAGE_H
30 #define BIASCALIBRATIONPAGE_H
50 void performCalibration();
51 void calibrationProgress(
int current);
52 void calibrationDone();
53 void calibrationTimeout();
56 Ui::BiasCalibrationPage *ui;
59 void stopCalibration();
60 void enableButtons(
bool enable);
63 #endif // BIASCALIBRATIONPAGE_H
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
The Calibration class is a UI free algorithm that can be connected to any interfaces. As such it only communicates with the UI via signals and slots, but has no direct handles to any particular controls or widgets.
BiasCalibrationPage(SetupWizard *wizard, QWidget *parent=nullptr)
Gui-less support class for calibration.