QT GUI Entry: Difference between revisions
Jump to navigation
Jump to search
(add Parameters section) |
m (moved (R) notation on Default Value) |
||
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 |
Revision as of 17:13, 21 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 'Enter/Return' key only; or 'Enter/Return' key or 'loss of focus' (clicking on something other than the entry box).
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