Difference between revisions of "QT GUI Entry"
From GNU Radio
(Created page with "This block creates a variable with a text entry box. Leave the label blank to use the variable id as the label. See GUI Hint for how to position the widget within the app...") |
|||
Line 2: | Line 2: | ||
See [[GUI Hint]] for how to position the widget within the application. | See [[GUI Hint]] for how to position the widget within the application. | ||
+ | |||
+ | Example of GUI: | ||
+ | |||
+ | [[File:Qt-gui-entry.png]] |
Revision as of 02:50, 29 December 2018
This block creates a variable with a text entry box. Leave the label blank to use the variable id as the label.
See GUI Hint for how to position the widget within the application.
Example of GUI: