What is the standard approach of adding a toolbar to a dialog window in PyQT? I seem to be able to add toolbars only to a main window class.
Asked
Active
Viewed 855 times
1 Answers
0
Unfortunately this feature doesn't seem to be supported. See Can you add a toolbar to QDialog? for answers to the same situation but in C++ and Qt.
However maybe you can just use a QMainWindow as a dialog window with a toolbar?

Community
- 1
- 1

NoDataDumpNoContribution
- 10,591
- 9
- 64
- 104