[Interest] hide system cursor in system wide

Thiago Macieira thiago.macieira at intel.com
Sun Apr 20 19:33:24 CEST 2014


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 is invisible
> ,otherwise it is visible ,so is there any way to hide system cursor in
> system wide?

When the mouse is not over your application, your application settings should 
not apply. Other applications will have different settings and those should be 
respected as much as yours.

Qt is not meant for system administration tasks.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list