From kde-panel-devel Thu Sep 30 06:49:36 2010 From: Sinny Kumari Date: Thu, 30 Sep 2010 06:49:36 +0000 To: kde-panel-devel Subject: Adding "Set Wallpaper" Option In Frame Applet Message-Id: X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=128582871503993 Hi, I want to add "Set Wallpaper" option in Frame Applet. while doing this, I found one option in directory trunk/kde/src/KDE/kdelibs/plasma/ in the containment.cpp file which emits signal and sets the wallpaper when an image is dropped on the Desktop while image option is selected. That line is emit wallpaper->urlDropped(tjob->url()); which is defined in the function void ContainmentPrivate::mimeTypeRetrieved(KIO::Job *job, const QString &mimetype) and class ContainmentPrivate is in trunk/kde/src/KDE/kdelibs/plasma/private. I want to implement it in Frame applet, but, right now I don't know, how can I implement the same thing in Frame applet which is in kdeplasma-addons/applet/frame. So, If anybody have some idea that how it can be done then, please share with me. Thanks! -- http://www.sinny.in _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel