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
.
Copyright © 2021 Jogjafile Inc.
QToolBar
is an ordinaryQWidget
, you can add it to a layout.