Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
5.11
-
None
-
1c44804600ad3dbeb60d1f5209ce9cf937d30ab3 (qt/qtdeclarative/5.15)
Description
MouseArea has cursorShape but QQuickItem does not. This is (I guess) intended as an optimization, just as we don't deliver hover events to every item, only to the items on which setAcceptHoverEvents(true) was called. But now that you can build mouse-interactive QtQuick applications without using MouseArea at all, there has to be another way; so maybe we should revisit moving the cursorShape property up to QQuickItem, or else maybe HoverHandler has to be involved somehow.
Attachments
Issue Links
- relates to
-
QTBUG-53987 Cursor is not updated on mouse wheel over flickable
- Closed
-
QTBUG-10642 Add support for mouse cursor shape to MouseArea
- Closed
-
QTBUG-68072 Pointer Handlers: we need a HoverHandler
- Closed
- resulted in
-
QTBUG-85303 HoverHandler margin not changing cursorShape
- Closed