Thanks for the response guys.
I don't know anything about the python bindings, but in javascript, plasmoid
> config works like this:
> http://chani.wordpress.com/2009/02/07/adventures-in-plasmaland-part-4/
>
>
That looks kinda like it :) will try it out, thanks
Jason "moofang" Lim Yuen Hoe
h
On November 8, 2009 02:59:59 Luca Beltrame wrote:
> In data domenica 08 novembre 2009 11:50:10, Qwerty Maniac ha scritto:
> > Perhaps you're looking for the UI -> Python conversion script, like C++s'
> > uic?
>
> Notice that pyuic4 only works with Qt widgets. To use KDE's widgets from ui
> files,
I added support to plasma-overlay for multiple screens. For now only tested on
a TwinView setup.
I am not sure if the work done on lockprocess.cc will work on non Xinerama
setups.
To let the plasma app work with multiple views I (ab)use signals/slots.
Related bugs:
Bug 193020: Screensaver wid
Dear Reviewboard-Users,
Unfortunately I had to disable the user registration because we had a lot of
nonsense accounts created by spammers. Until we have installed a captcha
system or similar measures, all new accounts have to be requested via
bugs.kde.org . There is a component "Reviewboard" t
In data domenica 08 novembre 2009 11:50:10, Qwerty Maniac ha scritto:
> Perhaps you're looking for the UI -> Python conversion script, like C++s'
> uic?
Notice that pyuic4 only works with Qt widgets. To use KDE's widgets from ui
files, pykdeuic4 should be used instead.
signature.asc
Descriptio
Perhaps you're looking for the UI -> Python conversion script, like C++s' uic?
It's called 'pyuic4' for PyQt4 and it converts a given .ui file to its
.py equivalent, which you can then use just as in C++.
Read more:
http://riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#pyuic4
(Also rea
Hi,
So how do .ui files come in the picture with creating configuration
interface ui in python (and in general scripted) plasmoids? The
tutorials I find on techbase do not treat this issue, and before this
I have mainly been overriding the
Plasma::Applet::showConfigurationInterface to create a set