Matthew Singer wrote:
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?
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.

Ciao,
Gordon

_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to