Font icons with Qt widgets
Unsolved
Qt for Python
-
I have a
QTreeView
usingQStandardItemModel
. I want to use glyph (icon) font as the source for theQStandardItem
. I found no way in Qt Widgets to do it, but its possible to do so with QML, except for this C++ library QFontIcon. What do I do? Can I use some QML API in conjuction with Qt WIdgets UI?