QT GUI Entry: Difference between revisions
Jump to navigation
Jump to search
(add Parameters section) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | <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 == | ||
Line 12: | Line 12: | ||
; Type | ; Type | ||
: options: [Float, Integer, String, Boolean, Any] | : options: [Float, Integer, String, Boolean, Any] | ||
; | ; Default Value (''R'') | ||
: default: '0' | : default: '0' | ||
; Update Trigger - only version 3.10.8.0 and after | ; Update Trigger - only version 3.10.8.0 and after |
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
- 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
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- qtgui_entry.block.yml