https://bugs.kde.org/show_bug.cgi?id=390737
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de --- Comment #14 from Kai Uwe Broulik <k...@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 watching all bug changes.