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

Add support for mouse cursor shape to MouseArea

XMLWordPrintable

    • 3a345056c734f0d475b3ecd9959b9ae83ae70acc

      MouseArea should support changing the mouse cursor shape. It could be done in several ways :

      • Either allowing the user to specify one of the predefined cursor shapes (see Qt::CursorShape) to be used when the mouse is hovering the MouseArea.

      We could then write something like :

      MouseArea {
      cursor: Qt.SizeHorCursor
      }

      • Or allowing the user to specifiy the id of an element to be used as the cursor

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

            frederik Frederik Gladhorn
            gregschlom Gregory Schlomoff
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes