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

Quick Control: please add 'cursorShape' property

    XMLWordPrintable

Details

    Description

      Currently there is no ability to decalare a specific 'cursorShape' on a QQ2 Control (and for all its derivatives) . The only approach to do this is to place a HoverHandler on a Control, like so

      Control {
          ...
          HoverHandler {
              cursorShape: Qt.PointingHandCursor
          }
      }
      

      This seems far from a perfect solution and causes issues like QTBUG-116289

      The suggestion is to add 'cursorShape' property directly into Control component. so that it can be used appropriately, e.g. for the Button

      Button {
          cursotShape: Qt.PointingHandCursor
          ...
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              studiosus Vladimir Belyavsky
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes