Re: I can't get my QML plasmoid to work!

2011-03-21 Thread Farhad Hedayati-Fard
Added the plasmoid to plasma/farhad_hf/translator branch (applets/translator) and fixed the dataengine problems with Marco's help! Thanks Marco :) btw dataengine is renamed to org.kde.translator (in plasmaengineexplorer)... but the problem with the plasmoid is still there. Thanks Farhad _

Re: I can't get my QML plasmoid to work!

2011-03-21 Thread Marco Martin
On Monday 21 March 2011, Farhad Hedayati-Fard wrote: > Hi! > I've written a QML plasmoid to test the translator dataengine > (plasma/farhad_hf/translator branch of kdeplasma-addons), but I can't get > it to work, code: the qml part works here, it's just the plugin loading of the google translate

I can't get my QML plasmoid to work!

2011-03-21 Thread Farhad Hedayati-Fard
Hi! I've written a QML plasmoid to test the translator dataengine (plasma/farhad_hf/translator branch of kdeplasma-addons), but I can't get it to work, code: import Qt 4.7 import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasm