summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/toggleswitch.py
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: pep8 formattingJosh Morman2021-11-241-29/+37
| | | | 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>
* qtgui: toggle switch was reverseJeff Long2021-01-041-4/+4
| | | | | | | Fixes #3939. Toggle switch was left==on, now right==on. Signed-off-by: Jeff Long <willcode4@gmail.com>
* gr-qtgui: Incorporate new GUI controlsghostop142020-02-191-0/+210
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