Re: Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Yuen Hoe Lim
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

Re: Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Chani
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,

Multi-screen widgets on screensaver

2009-11-08 Thread David Palacio
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

Important Notice about Reviewboard

2009-11-08 Thread David Solbach
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

Re: Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Luca Beltrame
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

Re: Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Qwerty Maniac
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

Python plasmoid configuration interfaces and ui files?

2009-11-08 Thread Yuen Hoe Lim
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