QT GUI Range: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Block Docs]]
This block creates a variable with a slider. The ID will be the variable name, so use that ID as a parameter in another block to make it adjustable in real-time.
This block creates a variable with a slider. The ID will be the variable name, so use that ID as a parameter in another block to make it adjustable in real-time.



Revision as of 22:18, 12 March 2019

This block creates a variable with a slider. The ID will be the variable name, so use that ID as a parameter in another block to make it adjustable in real-time.

Leave the label blank to use the variable id as the label.

The default value must be between the start and the stop.

See GUI Hint for how to position the GUI within a window.

Gui-range-ex.png