The following code causes a segfault in PySide 1.1.0 and worked correctly in v1.0.4.
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
I haven't tracked down if it is the QCursor() instantiation or the setOverrideCursor() call that is at fault.
Is the given statement no longer supported? Or is this a bug?
_______________________________________________ PySide mailing list PySide@lists.pyside.org http://lists.pyside.org/listinfo/pyside