Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -17/+21 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | qtgui: Use pmt.from_double() instead of pmt.from_float() | Jeff Long | 2021-05-13 | 1 | -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 controls | ghostop14 | 2020-02-19 | 1 | -0/+119 |
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 |