QT GUI Entry: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
m (moved (R) notation on Default Value)
mNo edit summary
 
Line 1: Line 1:
This block creates a variable with a text entry box.
This block creates a variable with a text entry box.


<b>Note: Before version 3.10.8.0, after typing the entry, the 'Enter/Return' key must be pressed.</b> With version 3.10.8.0, the parameter "Update Trigger" allows selection of the 'Enter/Return' key <u>only</u>; or 'Enter/Return' key or 'loss of focus' (clicking on something other than the entry box).
<b>Note: Before version 3.10.8.0, after typing the entry, the 'Enter/Return' key must be pressed.</b> With version 3.10.8.0, the parameter <b>"Update Trigger"</b> allows selection of the behavior. See the parameter below.


== Parameters ==
== Parameters ==

Latest revision as of 17:37, 23 October 2023

This block creates a variable with a text entry box.

Note: Before version 3.10.8.0, after typing the entry, the 'Enter/Return' key must be pressed. With version 3.10.8.0, the parameter "Update Trigger" allows selection of the behavior. See the parameter below.

Parameters

(R): Run-time adjustable

QT GUI Entry prop.png

Label
Leave the label blank to use the variable id as the label.
Type
options: [Float, Integer, String, Boolean, Any]
Default Value (R)
default: '0'
Update Trigger - only version 3.10.8.0 and after
options: ["'Enter'", "'Enter' or focus lost"]
GUI Hint
See GUI Hint for how to position the widget within the application.

Example Output

Qt-gui-entry.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
qtgui_entry.block.yml