PDA

View Full Version : QToolBar: customize toolbar



San_Cou
19th December 2012, 18:06
Hi,

Doing a right click in the toolbar, it displays a popup menu to add or remove the toolbars available. You can see that in the image bellow:

8515

What I need is similar to that, but instead of add/remove the toolbar I want to add/remove buttons in the toolbar. In another framework it is done with a small button with an arrow in the end of the bar.

Is possible to do that with QToolBar?

Thank you very much!

San_Cou
20th December 2012, 16:47
Ok, I found a solution.