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" as standard. The package itself contains a demo which you can run by executing "python -m QLed" once its installed and shows the different shapes and colours available. I'm afraid I haven't got around to writing any docs for it yet but the code itself and the demo implementation at the bottom of the source file should see you right. Please email me with any questions. Hope this helps, Rob On 25/06/2013 00:20, "Phil" <phil_...@bigpond.com> 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 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 a PyQt project? > > -- > Regards, > Phil > _______________________________________________ > PyQt mailing list PyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt >
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt