Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
17.07.2012 18:18, Marco Martin пишет: 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 Does such list of requirements exist? Is it published? Thank you/ _

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Marco Martin
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++

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
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 (n

Re: Complex configuration dialog for pure QML applet

2012-07-17 Thread Marco Martin
On Tuesday 17 July 2012, Dmitry wrote: > Hello! > > I'm trying to implement system tray in QML. I'm trying to implement > configuration dialog (widget). Pure QML-based applet "devicenotifier" > is an example of implementation of configuration dialog for QML applet. > But it has only 3 simple radi

Complex configuration dialog for pure QML applet

2012-07-17 Thread Dmitry
Hello! I'm trying to implement system tray in QML. I'm trying to implement configuration dialog (widget). Pure QML-based applet "devicenotifier" is an example of implementation of configuration dialog for QML applet. But it has only 3 simple radio buttons in its configuration dialog. Its way