This commit is contained in:
2019-06-17 15:51:17 +02:00
parent 4213a161fe
commit 326b14737f
5 changed files with 59 additions and 205 deletions

View File

@ -40,11 +40,6 @@ xxxxxxxxxxxxxxx
void SetXRange();
void SetYRange();
void CheckAspectRatio();
void SetXYRange();
/**
* Maintain aspect ratio
*/
void MaintainAspectRatio(int dimension);
void SetZRange();
@ -66,9 +61,8 @@ private:
void SetupWidgetWindow();
void Initialization();
void GetGapPixels();
void EnableRange();
void SetAxesRange();
bool CheckZRange(QString value);
void SetXYRange();
void MaintainAspectRatio(int dimension);
multiSlsDetector *myDet;
qDrawPlot *myPlot;