- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P4: Low
 - 
    None
 - 
    5.7.0, 5.10.0 RC
 - 
    None
 - 
    Windows 10 Professional 64 bit, Qt 5.7.0, MSVC 2015 64bit.
 
I use QApplication::setOverrideCursor as suggested:
application.setOverrideCursor(QCursor(Qt::WaitCursor));
// time-consuming operation here
application.restoreOverrideCursor();
On Linux the cursor changes to the WaitCursor as expected, but on Windows 10 it remains the same. Using Qt 5.7.0 MSVC 2015 64bit.
- relates to
 - 
                    
QTBUG-65001 REG 5.9->5.10/Windows: Override cursors are not restored when nested or in dual monitor setup
-         
 - Closed
 
 -