summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/digitalnumbercontrol.py
Commit message (Collapse)AuthorAgeFilesLines
* qtgui: pep8 formattingJosh Morman2021-11-241-25/+34
| | | | 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>
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
| | | | | | | * Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
* Fixed UI Issue Where Mouse Clicks Did Not Change Frequencyghostop142020-05-111-4/+27
| | | | | | Clicking on the upper or lower parts of numbers is supposed to change the frequency when not in read-only mode. A bug in mousePressEvent was preventing the updates from being detected.
* gr-qtgui: Incorporate new GUI controlsghostop142020-02-191-0/+346
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