Details
-
Task
-
Resolution: Done
-
P4: Low
-
None
-
3a345056c734f0d475b3ecd9959b9ae83ae70acc
Description
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
Attachments
Issue Links
- relates to
-
QTBUG-68073 Pointer Handlers: support setting the cursor somehow, during hover
- Closed
-
QTBUG-75372 Add ability to specify custom mouse pointer in QML
- Closed