QT GUI Dial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
m (add note)
Line 6: Line 6:
[[File:GUI_Dial_parms.png]]
[[File:GUI_Dial_parms.png]]


Note: underlined items are run-time adjustable.<br>
See [[GUI Hint]] for how to position the GUI within a window.
See [[GUI Hint]] for how to position the GUI within a window.



Revision as of 19:20, 29 October 2020

This block creates a dial control. The dial controls a variable which can be used for other items. Leave the label blank to use the variable id as the label. The block also creates an optional message with the control value that can be used in message-based applications. Note the Message Debug output in the Example Output below.
Added in 3.9

Parameters

GUI Dial parms.png

Note: underlined items are run-time adjustable.
See GUI Hint for how to position the GUI within a window.

Example Flowgraph

This file can be found at [1]

Test dialcontrol fg.png

Example Output

Test dialcontrol out.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO