Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QApplication::setOverrideCursor is ignored on Windows 10.

QApplication::setOverrideCursor is ignored on Windows 10.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    roni219
    wrote on last edited by
    #1

    Hello,

    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.

    Any suggestions?

    Thank you in advance!

    Roni.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #2

      Hi! There was QTBUG-24657 with the same problem but on Windows 7. This has been fixed (just tested it, works on Windows 7 now), but I guess the bug just came back on the newer Windows version. I think you should request to reopen said bug.

      R 1 Reply Last reply
      2
      • ? A Former User

        Hi! There was QTBUG-24657 with the same problem but on Windows 7. This has been fixed (just tested it, works on Windows 7 now), but I guess the bug just came back on the newer Windows version. I think you should request to reopen said bug.

        R Offline
        R Offline
        roni219
        wrote on last edited by roni219
        #3

        Thank you, @Wieland, filed QTBUG-56828.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved