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. Wacom graphics tablet support in Qt Quick(5.12)?

Wacom graphics tablet support in Qt Quick(5.12)?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 871 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.
  • tracymaT Offline
    tracymaT Offline
    tracyma
    wrote on last edited by tracyma
    #1

    according to QtWS2017 Pointer Handler, PointerHandler would be the right way to interact with graphics tablet. What is the status of PointerHandler and PointerDevice now since 5.12 rc1 has been released. Is there any doc or tutorial on how to deal with PointHandler in QQuickItem? TIA!

    1 Reply Last reply
    0
    • tracymaT Offline
      tracymaT Offline
      tracyma
      wrote on last edited by
      #2

      add following qml to my custom QQuickItem:

      PointHandler {
          target: root
          onGrabChanged: {
              console.log("translation")
              console.log("point")
          }
      }
      
      TapHandler {
          target: root
          onTapped: {
              console.log("tapped")
          }
      }
      

      can not catch the Wacom stylus event

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tianshan
        wrote on last edited by tianshan
        #3

        I Have a XP-Pen DECO 01 Graphics Tablet , it works well with Qt software .

        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