On Sun, Apr 24, 2011 at 3:32 AM, Shaun Reich <shaun.re...@kdemail.net> wrote: > I'd like to use QIcon in qml code, I've looked into > kde-runtime/plasma/declarativeimports/QIconItem... > However, the property setIcon only allows a QIcon. which presents a > problem because I don't see a way of constructing a qicon from qml. > > I've tried icon: QIcon("icon");, but that doesn't work, citing an > unknown variable; QIcon. > > Am I doing something wrong? Or does the property need to be adjusted > to allow string representations and transform it into a qicon > automatically?
QIcon("icon") is correct but work only on qml plasmoids (won't work in qmlviewer) _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel