How to add a widget to QMainwindow in qt creator
Unsolved
General and Desktop
-
- display of the tabs need join to main window
the tabs are widgets. you can add any the widgets to main window if you use a layout or another tabwidget.
if you need them as tab still, then another tabwidget is needed.
else im not sure what you mean by "join"
-
@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...