Re: [PyQt] Kled module

2013-06-27 Thread Phil
On 26/06/13 19:47, David Boddie wrote: Just out of interest, was the problem to do with getting PyQt and PyKDE to work together? This example shows how PyKDE widgets, like KLed, and PyQt widgets, like QWidget, can be mixed in an application: Yes, David, that was the problem. Thanks for the ex

Re: [PyQt] Kled module

2013-06-26 Thread David Boddie
On Tue Jun 25 23:55:53 BST 2013, Phil wrote: > On 25/06/13 22:34, Robert Kent wrote: > > Hi Phil, > > > > I don't know about using Kled, but I have an LED widget written in pure > > python/PyQt4 which may suit your needs. You can download it from my > > google code page here: > > > > https://code.

Re: [PyQt] Kled module

2013-06-25 Thread Phil
On 25/06/13 22:34, Robert Kent wrote: Hi Phil, I don't know about using Kled, but I have an LED widget written in pure python/PyQt4 which may suit your needs. You can download it from my google code page here: https://code.google.com/p/gulon-soft/downloads/list Thank you Robert, Oliver and De

Re: [PyQt] Kled module

2013-06-25 Thread Detlev Offenbach
Hello, you may download the eri sources and use the LED I implemented in pure Python. Detlev On Tuesday 25 June 2013, 09:20:15 Phil wrote: > Thank you for reading this. > > I'd like to include a led in my project which I've done in the past with > Qt creator and Designer under C++. Adding the

Re: [PyQt] Kled module

2013-06-25 Thread o.fourn...@perigord.com
Hi, You would use pykde olivier ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Kled module

2013-06-25 Thread Robert Kent
Hi Phil, I don't know about using Kled, but I have an LED widget written in pure python/PyQt4 which may suit your needs. You can download it from my google code page here: https://code.google.com/p/gulon-soft/downloads/list Just unpack the zipped tar file and run "(sudo) python setup.py install"

[PyQt] Kled module

2013-06-24 Thread Phil
Thank you for reading this. I'd like to include a led in my project which I've done in the past with Qt creator and Designer under C++. Adding the following to my Python project fails because there is no module named Kled. self.kled = KLed(self.centralwidget) Is it possible to add a Kled to