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
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.
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
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
Hi,
You would use pykde
olivier
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
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"
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