I use QWidget or QMainWindow for that.
But if you create a GUI project, Qt Creator automatically creates MainWindow witch is derived from QMainWindow.
You can create a QWidget in witch you layout other stuff, and then MainWindow variable call setCentralWidget(your_widget).
Hope i was clear enough...




Reply With Quote

Bookmarks