Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56828

QApplication::setOverrideCursor is ignored on Windows 10 ( synchronous operations)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4: Low 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.

        1. qtbug56828.mp4
          4.87 MB
          Mika Salmela
        2. qtbug56828_cursor_diag510.diff
          3 kB
          Friedemann Kleint
        3. qtbug56828.zip
          2 kB
          Friedemann Kleint
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            roni219 Roni Zelikson
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes