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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to