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.

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?

Your Answer

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.