Re: ToolBar Action With Menu
So you want the tool button without an arrow?
See QToolButton::ToolButtonPopupMode and QToolButton::setMenu.
Regards
Re: ToolBar Action With Menu
Thanks for the anwser!
But no, i don't wan't the button without the arrow. I want the button to display the menu, like the arrow does, if pressed.
You see, when I press the button it self nothing appens, but if i press the arrow, the menu popups.
Re: ToolBar Action With Menu
Take a closer look at QToolButton::ToolButtonPopupMode. There are two modes that do not show an arrow. ;)
Re: ToolBar Action With Menu
Oh, ok... I've missed that! :)