How to add a widget to QMainwindow in qt creator
Unsolved
General and Desktop
-
@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...