[Solved] How to add QToolBar in Design?
General and Desktop
3
Posts
2
Posters
16.1k
Views
1
Watching
-
wrote on 31 May 2011, 14:55 last edited by
How can I add QToolBar items? and not allow them move by dragging
I cannot find QToolBar in QT ToolKit in Left of Design View
There is a Tool Button, but how can I drag it to the widget?
-
wrote on 31 May 2011, 15:10 last edited by
I added ToolBar in Object browser
I added a separator
Previously I created 3 actions in menu items.
How can I add those 3 actions under that ToolBar?
-
wrote on 31 May 2011, 15:19 last edited by
are you using Qt Creator/Qt Designer?
Then they should appear automatically in the action editor.Right mouse button click and you will see lots of possibilities.
Qt Docs : Creating Main Windows in Qt Designer
will show you more details
1/3