I want to find a way to change the size of icons in the menus (like New,Open,etc.) main window toolbar

http://i.stack.imgur.com/lKSjV.png

i want this images of the icons become greater than this size

link|improve this question

25% accept rate
so how's it going? – Ronny Brendel Apr 29 '11 at 15:08
feedback

1 Answer

Adjust QToolBar::setMinimumHeight() or QToolBar::setMinimumSize() to your needs.

And don't forget to use appropriate icon sizes then.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.