Post
Topic
Board Development & Technical Discussion
Re: How to increase the size of icons in QToolbar?
by
achow101
on 18/01/2019, 23:34:31 UTC
Ah, I was mistaken. You are using the QIcon class for your icons. The size of the displayed icon is determined by the current active style. For a QToolbar, the size of an icon is default to 24x24. You can change this by using QToolBar::setIconSize(). I think that should work.