PDA

View Full Version : QToolbar : different icons sizes



pl01
29th July 2011, 09:20
Hi,

I have a toolbar with different icons, some should have a 32x32 size and others a 16x16 size.

How can I change this ? I have search in the QT Designer, nothing !

Thanks for your help

mcosta
29th July 2011, 11:58
With QToolbar::setIconSize() you can change the size of all icons of the Toolbar.
I don't think you can set different sizes for icons in the same toolbar (IMHO the effect would be unsightly).