Is it possible to add a tool bar inside QWidget that is placed inside a tab (in QTabWidget) ?
The idea is to put a separate tool bar for each tab.
It seems that tool bars can only be placed inside QMainWindow.
Is it possible to add a tool bar inside QWidget that is placed inside a tab (in QTabWidget) ?
The idea is to put a separate tool bar for each tab.
It seems that tool bars can only be placed inside QMainWindow.
QToolBar is an ordinary QWidget, you can add it to a layout.