QT GUI Check Box: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "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...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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.


Line 5: Line 6:
See [[GUI Hint]] for how to position this widget within your window.
See [[GUI Hint]] for how to position this widget within your window.


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


[File:Checkbox-1.png]
Using the checkbox to enable or disable a [[Signal Source]]:


[File:Checkbox-2.png]
[[File:Checkbox-1.png]]


[File:Checkbox-3.png]
[[File:Checkbox-2.png]]
 
[[File:Checkbox-3.png]]

Latest revision as of 03:11, 15 July 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:

Checkbox-1.png

Checkbox-2.png

Checkbox-3.png