Hi, In my old code I have QTimer code like
QTimer.singleShot(0, self, SIGNAL("metaDataChanged()"))
How do I convert this to the new style signals code? I tried
QTimer.singleShot(0, self.metaDataChanged)
but this threw an error.
Regards,
Detlev
--
Detlev Offenbach
[email protected]
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
