Using QIcon in QML

Marco Martin notmart at gmail.com
Sun Apr 24 12:16:34 CEST 2011


On Sun, Apr 24, 2011 at 3:32 AM, Shaun Reich <shaun.reich at 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)


More information about the Plasma-devel mailing list