mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
WIP
This commit is contained in:
@ -6,12 +6,7 @@ class qDrawPlot;
|
||||
|
||||
class multiSlsDetector;
|
||||
|
||||
class QStackedLayout;
|
||||
class QSpinBox;
|
||||
class QDoubleSpinBox;
|
||||
class QComboBox;
|
||||
class QButtonGroup;
|
||||
class QPalette;
|
||||
|
||||
class qTabPlot:public QWidget, private Ui::TabPlotObject{
|
||||
Q_OBJECT
|
||||
@ -54,11 +49,7 @@ private:
|
||||
qDrawPlot *myPlot;
|
||||
bool is1d;
|
||||
|
||||
QButtonGroup *btnGroupPlotType;
|
||||
QStackedLayout *stackedLayout;
|
||||
QSpinBox *spinNthFrame;
|
||||
QDoubleSpinBox *spinTimeGap;
|
||||
QComboBox *comboTimeGapUnit;
|
||||
QButtonGroup *btnGroupPlotType{nullptr};
|
||||
|
||||
/** default plot and axis titles */
|
||||
static QString defaultPlotTitle;
|
||||
|
Reference in New Issue
Block a user