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

hide cursor during startup

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.8.2
    • None
    • Embedded Linux

      During application startup,it will always draw the mouse cursor based on the coordinates it receives.

      In src/gui/embedded/qwscursor_qws.cpp, if we add setCursor(QWSCursor::systemCursor(Qt::BlankCursor)) instead of setCursor(QWSCursor::systemCursor(Qt::ArrowCursor)), it will hide the cursor during application startup.
      To keep it hidden the application must call
      QApplication::setOverrideCursor(Qt::BlankCursor);
      Otherwise the cursor returns when the mouse is moved.

      Please validate if the change is OK for the embedded linux Qt 4.8.2 open source version.

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

            Unassigned Unassigned
            ramakanth Ramakanth Reddy Kesireddy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes