c++ - Icon path lookup in Qt -


qt supports icon theme lookup returning qicon. qml view need icon path instead of qicon. there way either path looked icon or lookup returns icon path? i.e. want put icon name according icon naming specification function returns path image file.

if not possible qt, next best option? there library out there icon specified in freedesktop icon theme sspecification?


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -