Add QToolBar, QChart in Qt Designer
-
wrote on 19 Apr 2023, 09:02 last edited by
Baffled that these (and others) aren't offered in the widgets I can add.
How to work round this issue please?
Thanks
David -
Baffled that these (and others) aren't offered in the widgets I can add.
How to work round this issue please?
Thanks
David@Perdrix To add a tool bar to main window simply right click on it in Object view and then click on "Add Tool Bar".
Not sure about QChart, but you can use the "Promote to..." feature. -
@Perdrix To add a tool bar to main window simply right click on it in Object view and then click on "Add Tool Bar".
Not sure about QChart, but you can use the "Promote to..." feature.wrote on 19 Apr 2023, 09:47 last edited by@jsulm This isn't a QMainWindow as that doesn't provide the layout I want. Promote to won't AFAICT let me promote to a Qt class, only to one of my own classes:
So far I have hacked the ui file using the XML editor (changing the class name).
1/3