Hi everyone,<br><br>I am creating a plasmoid that controls the firewall (iptables) in Python. It has almost finished except one thing. I want my plasmoid to be transform into an icon, if i drag it to panel. I know how to do this in C++. I must inherit from Plasma::PopupApplet instead of Plasma::Applet but i need to learn how to do it in Python and i have no idea. Unfortunately, i couldn&#39;t find any Python example here: <a href="http://websvn.kde.org/trunk/KDE/kdebinding/python/">http://websvn.kde.org/trunk/KDE/kdebinding/python/</a> There is a plasmoid written in Python here: <a href="http://svn.pardus.org.tr/uludag/trunk/kde/service-manager/plasmoid/">http://svn.pardus.org.tr/uludag/trunk/kde/service-manager/plasmoid/</a> But the technique used in it is old.<br>

In addition to this, if anyone explains how to display a popupwindow when someone left clicks the plasmoid when it is on panel, i will be grateful. I also promise to write a document that expresses building a plasmoid and making it an icon on panel, after i understand the concept.<br>

<br>Thanks, in advance.<br>