Matthew Singer wrote:
Have a look at QApplication.setOverrideCursor. Also, there are named constants for the various cursors in PyQt, they're just a bit hard to find. I think Qt.waitCursor is the one you're looking for.I thought I would be able to change the cursor before calling a long to execute function with:self.setCursor( QCursor( 3) ) qApp.processEvents() Obviously, this is not correct. Any hints on the right way?
Ciao,
Gordon
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde
