PDA

View Full Version : Custom Widgets to PyQt



prashant
24th September 2009, 15:17
Hi,

I would like to know best practice to make available custom widgets written in Qt to PyQt.
There are couple of good ones available here and there but unfortunately they are not available in PyQt. AFAIK there are two ways:

1. SWIG, Cython, Pyrex etc.
2. Shared library .dll or .so (then load library using ctypes and access classes)

Never done this kind of stuff before, it would be great if some one point out the right direction to go for.


Cheers

Prashant