1. BTW, create all widgets in visual editor, it's much easier.
2. Add layout to your tab
3. Add QPushButton and QGroupBox to that layoutQt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
tab->layout()->addWidget(newGB);To copy to clipboard, switch view to plain text mode
Bookmarks