QT GUI Tab Widget: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This block creates a tabbed widget to organize other widgets. The ID of this block can be used as the tab_id in the GUI hints of other widgets. The GUI hint can be used to po...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | |||
This block creates a tabbed widget to organize other widgets. The ID of this block can be used as the tab_id in the GUI hints of other widgets. | This block creates a tabbed widget to organize other widgets. The ID of this block can be used as the tab_id in the GUI hints of other widgets. | ||
Revision as of 22:18, 12 March 2019
This block creates a tabbed widget to organize other widgets. The ID of this block can be used as the tab_id in the GUI hints of other widgets.
The GUI hint can be used to position the widget within the application. The hint is of the form [tab_id@tab_index]: [row, col, row_span, col_span]. Both the tab specification and the grid position are optional.
See GUI Hint for more info