QIcon's looking a little fuzzy
General and Desktop
4
Posts
2
Posters
1.6k
Views
2
Watching
-
I added some QIcons to a bunch of QToolButton's in my app via a .qrc file. The images load up fine, but when I looked much closer at them, they appeared really semi fuzzy. They are tiny (18x18). Some of my other (placeholder) icons which are just XPM images (with only two colors, solid black and transparent) also are partially fuzzy. Does anyone have an idea why, or how I can fix this?
-
The QToolButtons don't live insdie a QToolBar, I don't want the user to move them around. Should I instead use a QPushButton then?
-
Found a solution. QToolButton::setIconSize().