From f123fd990783b7e6ed24a12763cb2a766860d133 Mon Sep 17 00:00:00 2001 From: trondeau Date: Tue, 11 Aug 2009 22:02:56 +0000 Subject: 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 --- gr-qtgui/src/lib/FrequencyDisplayPlot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gr-qtgui/src/lib/FrequencyDisplayPlot.h') 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; -- cgit