histogram for 2d and s curves

This commit is contained in:
Maliakal Dhanya
2014-08-05 11:30:36 +02:00
parent 8a26eef0bf
commit c33657f04d
6 changed files with 334 additions and 53 deletions

View File

@@ -71,6 +71,7 @@ private:
QComboBox *comboTimeGapUnit;
QButtonGroup *btnGroupScan;
QButtonGroup *btnGroupPlotType;
QButtonGroup *btnGroupHistogram;
/** some Default Values */
static QString defaultPlotTitle;
@@ -105,7 +106,7 @@ public slots:
/** Enable Scan box
*/
void EnableScanBox(bool Histo=false);
void EnableScanBox();
private slots:
@@ -147,6 +148,9 @@ private slots:
/** Plot binary plot */
void SetBinary();
/** Set histogram options */
void SetHistogramOptions();
signals:
void DisableZoomSignal(bool);
void SetZRangeSignal(double,double);