How to resize the menu Icons in main window toolbar

743 Views Asked by At

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

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

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

1

There are 1 best solutions below

0
On

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

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