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

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

    XMLWordPrintable

Details

    • 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.

    Description

      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.

      Attachments

        1. qtbug56828.mp4
          4.87 MB
          Mika Salmela
        2. qtbug56828_cursor_diag510.diff
          3 kB
          Friedemann Kleint
        3. qtbug56828.zip
          2 kB
          Friedemann Kleint

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes