Hi, has anyone had any luck with using icons in javascript plasmoids? I would like to include a few transparent buttons in plasmoid that I'm developing for Jam session.
I tried to use IconWidget, and SvgWidget, but no luck. IconWidget always displays default icon with a question mark in it, and SvgWidget doesn't display anything at all. Any help would be appreciated. Here is some code snippets that I used: iw = new IconWidget; iw.adjustSize(200, 200); iw.setIcon("play"); layout.addItem(iw); png and svg versions of play icon are in contents/images folder. kded4 -v: Qt: 4.6.2 KDE Development Platform: 4.4.00 (KDE 4.4.0) "release 224" KDE Daemon: $Id: kded.cpp 1031637 2009-10-05 16:58:19Z lunakl $
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel