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

Pointer Handlers: support setting the cursor somehow, during hover

    XMLWordPrintable

Details

    • 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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes