QT GUI Check Box

From GNU Radio
Revision as of 22:18, 12 March 2019 by 777arc (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This block creates a variable check box. Leave the label blank to use the variable id as the label.

A check box selects between two values of similar type. The values do not necessarily need to be of boolean type.

See GUI Hint for how to position this widget within your window.

Example Flowgraph, using the checkbox to enable or disable a Signal Source:

Checkbox-1.png

Checkbox-2.png

Checkbox-3.png