GUI Hint: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "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. The format is: (row, colum...")
 
No edit summary
Line 1: Line 1:
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.
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.
[[File:Gui-hint-ex-2.png]]


The format is:
The format is:

Revision as of 05:45, 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