mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
WIP
This commit is contained in:
@ -145,7 +145,7 @@ class qDrawPlot : public QWidget {
|
||||
unsigned int nHists{1};
|
||||
double *datax1d{nullptr};
|
||||
std::vector<double *> datay1d;
|
||||
double *data2d;
|
||||
double *data2d{nullptr};
|
||||
|
||||
//options
|
||||
bool isPlot{true};
|
||||
|
Reference in New Issue
Block a user