QT GUI Check Box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | |||
This block creates a variable check box. Leave the label blank to use the variable id as the label. | This block creates a variable check box. Leave the label blank to use the variable id as the label. | ||
Revision as of 22:18, 12 March 2019
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: