GUI Hint: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


[[File:Gui-hint-ex.png]]
[[File:Gui-hint-ex.png]]
To assign GUIs to certain tabs using the Tab Widget, use the format:
tab@0
tab@1
etc.

Revision as of 05:46, 27 December 2018

All of the QT GUI widgets and plots have a parameter called GUI Hint. This is used to arrange GUIs in the window, as well as assign them to tabs.

Gui-hint-ex-2.png

The format is:

(row, column, row span, column span)

For example,

Gui-hint-ex.png


To assign GUIs to certain tabs using the Tab Widget, use the format:

tab@0

tab@1

etc.