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

Pointer Handlers: support setting the cursor somehow, during hover

XMLWordPrintable

    • 1c44804600ad3dbeb60d1f5209ce9cf937d30ab3 (qt/qtdeclarative/5.15)

      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.

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

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes