[kmenuedit] [Bug 390737] App icons look pixelated when I increase display scale
Kai Uwe Broulik
bugzilla_noreply at kde.org
Fri Mar 2 10:45:39 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=390737
Kai Uwe Broulik <kde at privat.broulik.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kde at privat.broulik.de
--- Comment #14 from Kai Uwe Broulik <kde at privat.broulik.de> ---
@Andrew: QTreeWidgetItem used by the tree has a setIcon(QIcon) method so you
could just pass it a QIcon::fromTheme directly (ie. change appIcon to return
QIcon instead of QPixmap), then the tree view can choose the appropriate icon
on the fly. Don't forget to set AA_UseHighDpiPixmaps in main :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list