User:Rshah/plasma qml applet type: Difference between revisions

From KDE TechBase
(Created page with '== Plasmoid Types == == Applet,PopupApplet and Containment == There are three types of plasmoid. applet, popup applet and containment === <tt>metadata.desktop</tt> === <code ini...')
 
(No difference)

Latest revision as of 13:17, 21 April 2011

Plasmoid Types

Applet,PopupApplet and Containment

There are three types of plasmoid. applet, popup applet and containment

metadata.desktop

ServiceTypes=Plasma/Applet

To make a popup type plasmoid we need to have ServiceTypes=Plasma/Applet,Plasma/PopupApplet

Then set the icon for plasmoid Component.onCompleted: {

   plasmoid.popupIcon=QIcon("whatever")

}