Re: [Interest] hide system cursor in system wide

2014-04-20 Thread Thiago Macieira
Em dom 20 abr 2014, às 13:21:53, iMath escreveu: > I want to hide system cursor for 10s for some reason ,but I found > > > cursor.setShape(Qt.BlankCursor) > > > can only hide mouse cursor that is associated with QWidgets ,not in system > wide ,i.e. when mouse cursor is hovering on QWidgets, it

Re: [Interest] hide system cursor in system wide

2014-04-20 Thread Jonathan Greig
t ; pyside ; > pyqt > *Subject:* [Interest] hide system cursor in system wide > > > > I want to hide system cursor for 10s for some reason ,but I found > > cursor.setShape(Qt.BlankCursor) > > can only hide mouse cursor that is associated with QWidgets ,not in system

Re: [Interest] hide system cursor in system wide

2014-04-19 Thread igor.mironchik
I’m not sure, but... Try to use QApplication::setOverrideCursor(). May be it will hide cursor in system wide... From: iMath Sent: Sunday, April 20, 2014 7:21 AM To: interest ; pyside ; pyqt Subject: [Interest] hide system cursor in system wide I want to hide system cursor for 10s for some

[Interest] hide system cursor in system wide

2014-04-19 Thread iMath
I want to hide system cursor for 10s for some reason ,but I found cursor.setShape(Qt.BlankCursor) can only hide mouse cursor that is associated with QWidgets ,not in system wide ,i.e. when mouse cursor is hovering on QWidgets, it is invisible ,otherwise it is visible ,so is there any way to