0

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.

1 Answers1

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