I have a Main window build with Qt Designer and I also have a widget built with Qt designer (both in a separate ui file). How can I instantiate my widget into my mainwindow at runtime?
|
|
The easiest way (using Designer) is to open your main window, drag a At the end of this process, you should be able to recompile, and your custom widget will be where you placed it in the main window. |
||
|
|
|
|
Can't you use QMainWindow::setCentralWidget function? |
||
|
|
