Complex configuration dialog for pure QML applet

Marco Martin notmart at gmail.com
Tue Jul 17 15:10:45 UTC 2012


On Tuesday 17 July 2012, Dmitry wrote:
> 17.07.2012 18:18, Marco Martin пишет:
> > in this particular case, i would say is the best way to go anyways,
> > since a systray replacement to be complete needs to support also the
> > old x11 protocol and i really want to avoid applets with their own c++
> > import, thinking to formalize this requirement (nothing installed in
> > imports) for plasmoids to be included by default
> 
> What do you think about "import org.kde.plasma.core 0.1 as PlasmaCore" ?
> Can plasmoid [included by default] import such modules?
> 
> Thank you!

yep, sure :)

the thing that has to be weighed in more toroughly when done is the plasmoid 
writing its own plugin
(something that ends up like import org.whatever.myplasmoidstuff 0.1 as 
MyPlasmoid)
because that will become public api for everyone else to use, so i usually 
prefer if there are c++ pieces needed that aren't on the system imports to end 
up in a c++ plasmoid instead.

otherwise it would have to get in kde-runtime with a bit more strict 
requirements of api quality longer review period etc ;)

Cheers,
Marco Martin


More information about the Plasma-devel mailing list