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
|
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
| |||
feedback
|
|
Adjust QToolBar::setMinimumHeight() or QToolBar::setMinimumSize() to your needs. And don't forget to use appropriate icon sizes then. | |||
|
feedback
|