diff options
author | trondeau | 2009-08-11 22:02:56 +0000 |
---|---|---|
committer | trondeau | 2009-08-11 22:02:56 +0000 |
commit | f123fd990783b7e6ed24a12763cb2a766860d133 (patch) | |
tree | 4c5b8d53589287e6e70b7eef8bbb594c608a2a75 /gr-qtgui/src/lib/FrequencyDisplayPlot.h | |
parent | c1621a335d80ccd496d8e0cef5a8370c55509f73 (diff) | |
download | gnuradio-f123fd990783b7e6ed24a12763cb2a766860d133.tar.gz gnuradio-f123fd990783b7e6ed24a12763cb2a766860d133.tar.bz2 gnuradio-f123fd990783b7e6ed24a12763cb2a766860d133.zip |
Cleaning up Qt code. This mostly reformats the code to be more consistent with our style. It also changes the layout to use Qt layouts for proper resizing of the GUI. Only the QwtPlots need to be resized manually.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11572 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-qtgui/src/lib/FrequencyDisplayPlot.h')
-rw-r--r-- | gr-qtgui/src/lib/FrequencyDisplayPlot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/src/lib/FrequencyDisplayPlot.h b/gr-qtgui/src/lib/FrequencyDisplayPlot.h index 5e8282962..785efe694 100644 --- a/gr-qtgui/src/lib/FrequencyDisplayPlot.h +++ b/gr-qtgui/src/lib/FrequencyDisplayPlot.h @@ -43,12 +43,14 @@ public: void set_yaxis(double min, double max); public slots: + void resizeSlot( QSize *e ); void SetLowerIntensityLevel(const double); void SetUpperIntensityLevel(const double); protected: private: + void _resetXAxisPoints(); double _startFrequency; |