Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Change Cursor Shape with Pointer Handlers
Qt 6.11 is out! See what's new in the release blog

Change Cursor Shape with Pointer Handlers

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
6 Posts 2 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nitroboy
    wrote on last edited by
    #1

    Hello,

    Is it possible to modify cursor shape with pointer handlers like DragHandler ?
    I cannot find any property relating to this.
    In fact, I need to change the cursor shape while dragging.

    Tks in advance for your help.

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Nitroboy
      wrote on last edited by
      #2

      Hi,

      Gentle reminder :)

      Tks in advance for your help.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        Nitroboy
        wrote on last edited by
        #3

        I search on the whole documentation and I didn't find anything related to Cursor Shape Property for Handlers.
        Did someone encounter the same limitation with 5.12 ?

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Nitroboy
          wrote on last edited by
          #4

          Hi,

          Any reply ?

          Tks in advance for your help.

          1 Reply Last reply
          0
          • B Offline
            B Offline
            Babalas
            wrote on last edited by
            #5

            There is HoverHandler that isn't documented very well. Guess you'd just use MouseArea

            1 Reply Last reply
            0
            • N Offline
              N Offline
              Nitroboy
              wrote on last edited by
              #6

              thanks @Babalas for your reply.
              Yes I check HoverHandler from intellisense but I cannot see any Cursor Shape property on it.
              I'm using HoverHandler (instead of MouseArea) because Pointer Handler is the new optimal way to handler input events.
              Maybe this is a bug or a mess and they will fix it in a new version.
              Can someone from Qt can please tell us if this is a know bug/issue and when it will be fixed ?
              So that I konw if go with MouseArea or I stick with Pointer Handler.
              I'm at the beginning of my project so I prefer to start using the best approach.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved