PDA

View Full Version : Propper dimension for a taskbar icon.



robgeek
10th February 2016, 22:04
Hello!

I want to make a taskbar icon(for a desktop application only) for my program and i was wondering what is the propper dimension for it. What do you think?

ChrisW67
11th February 2016, 20:38
IIRC it varies from style to style and platform to platform. Probably 48 or 64 pixels square but you can ask a QToolButton for its iconSize() to be sure. You can also use SVG.