How do I add a QToolButton to the mainToolBar. I can add toolbars to the main window, and by right clicking on the toolbar I can add seperators, but how do I add QToolButtons or buttons to the main menu in QtCreator. I would prefer to do this graphically in the ui editor inside Qt.

Also is it possible to graphically create and edit the QMenuBar? I tried right clicking on it, but only says promote or remove.

I know you can do these both in code, but I want to do them graphically.

Thank you

Silver