How to add a widget to QMainwindow in qt creator
-
Hi In the screen below image I have mentioned like this type in one mainwindow button need to implement i could not understand how to start ........please help me
-
No it should have some control if you click it it has to open it as a tab need to open as you can see in the image i have uploaded?
@veera You can either use real buttons or qtabwidget containing other qtabwidget and react on tab switch using
http://doc.qt.io/qt-5/qtabwidget.html#currentChanged
But I don't really understand what you're asking for... -
single menus control with whenever if you click means it has to open a page or tab with (close X) on it ......thats it.
-
please find my screen shots these dialog boxes are opening separately ...i don't want to open it separately need to join them to main window as well as it will not allow to do anything after closing window only we can open another window.....