summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/ConstellationDisplayPlot.h
AgeCommit message (Collapse)Author
2010-05-01Fixes the replotting update. It's now based on a QTimer so it's in the event ↵Tom Rondeau
buffer as opposed to a best effort based on a hand-made timer. The interval between GUI updates is settable through the qtsink_X objects with set_update_time(newtime). This update makes the plotting much more stable. It also fixes the time scale of the waterfall plot to actually mean the right thing.
2009-08-11Adding function to be able to set the size of the points in the ↵trondeau
constellation plot. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11573 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-11Cleaning up Qt code. This mostly reformats the code to be more consistent ↵trondeau
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
2009-07-06Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau
and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26Opening up the time domain and constellations plots a bit and adding ↵trondeau
accessor functions to set these values. These will be made accessible through the qtsink to be user-settable. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10921 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-28Adding a constellation plot and an example for viewing constellations of ↵trondeau
digital modulations. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10537 221aa14e-8319-0410-a670-987f0aec2ac5