[PyQt] no UDSEntryList in PyKDE leads to crash

Magnus Kulke magnus.kulke at radicalapproach.de
Sat Dec 13 15:55:00 GMT 2008


Hello,

there is a signal in KDE, emitted by a KIO::ListJob, "entries  
(KIO::Job *, const KIO::UDSEntryList &). there seems to be no binding  
for this class in python. USDEntryList is really a typedef'ed QList  
<UDSEntry> KIO::UDSEntryList. Only UDSEntry seems to be available in  
PyKDE4. when connecting the signal to my slot the application crashes,  
anyone knows how to work around this?

Greets,

Magnus


More information about the PyQt mailing list