#862 Added scale picker to select axis

This commit is contained in:
Magne Sjaastad
2016-10-14 15:06:21 +02:00
parent 71f1966c1c
commit d5213b2a43
7 changed files with 158 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ private:
private slots:
void onZoomedSlot( );
void onAxisClicked(int axis, double value);
private:
QwtPlotGrid* m_grid;