summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/WaterfallDisplayPlot.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mergeme/qtgui/plots_static_const_fix' into nextTom Rondeau2011-01-221-5/+7
|\
| * qtgui plots static const fixes:Josh Blum2011-01-171-5/+7
| | | | | | | | | | | | | | | | | | Initialize static data members in the cpp file: http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12 For the WaterfallDisplayPlot, rather than bringing the initialization into the cpp file, the numbers seemed far more fitting as an enum given that they are by nature. This removed the symbol declaration from the cpp file, so its actually simpler.
* | qtgui missing stdint include fix:Josh Blum2011-01-171-0/+1
|/ | | | These files use stdint types but did not include the header stdint.h
* Fixes the replotting update. It's now based on a QTimer so it's in the event ↵Tom Rondeau2010-05-011-2/+0
| | | | 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.
* Fixing displayed pen and x-axis to report the right units and scaling of ↵Tom Rondeau2010-05-011-0/+2
| | | | frequencies.
* Cleaning up Qt code. This mostly reformats the code to be more consistent ↵trondeau2009-08-111-0/+3
| | | | | | 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
* Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau2009-07-061-0/+1
| | | | | | and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and ↵trondeau2009-04-151-2/+7
| | | | | | capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10850 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau2008-10-251-0/+72
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5