0

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

Amr Ramadan
  • 201
  • 2
  • 3
  • 6

1 Answers1

0

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

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

Ronny Brendel
  • 4,777
  • 5
  • 35
  • 55