[PyQt] pyqt and kbarcode

Hans-Peter Jansen hpj at urpla.net
Tue Jan 29 20:19:42 GMT 2008


Am Dienstag, 29. Januar 2008 schrieb Joachim Schmitz:
> hi,
>
> KBarcode http://www.kbarcode.net is an barcode and labelprinting
> software for kde3 written with Qt3. Does anybody know how difficult it
> is to extend this with PyQt3/PyKDE3 ?

It all starts with creating matching sip interface descriptions. You should 
find a huge amount of example files in your PyQt/PyKDE installation 
(probably in a devel package). Together with the sip documentation, it 
should set you up to the task quickly. 

> Is it even possible ? 

It would be helpful, if kbarcode is separated properly in ui and lib parts, 
but, even if not, it's unlikely, that unsolvable problems arise. The only 
caveat is, that it will be necessary to port the code to Qt4/KDE4 sooner or 
later..

Would be nice, if you keep us informed about your advances.

Pete


More information about the PyQt mailing list