summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/togglebutton.py
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: pep8 formattingJosh Morman2021-11-241-17/+20
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* qtgui: Use pmt.from_double() instead of pmt.from_float()Jeff Long2021-05-131-2/+2
| | | | | | | Messages should be constructed using double values instead of float to avoid loss of precision. Signed-off-by: Jeff Long <willcode4@gmail.com>
* gr-qtgui: Incorporate new GUI controlsghostop142020-02-191-0/+122
These updates expand the user interface capabilities of GNU Radio. This PR includes all of the controls more fully documented here: https://github.com/ghostop14/gr-guiextra