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. Help with QML

Help with QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 438 Views 1 Watching
  • 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.
  • K Offline
    K Offline
    Know better
    wrote on last edited by
    #1

    I want to realize multipoint line with Qt based on QML. I have tried to use the object of MultiPointTouchArea, but it could't get the true touch points according to my fingers.

    touchPoints:
                    [
                        TouchPoint { id: point1 },
                        TouchPoint { id: point2 },
                        TouchPoint { id: point3 },
                        TouchPoint { id: point4 },
                        TouchPoint { id: point5 },
                        TouchPoint { id: point6 },
                        TouchPoint { id: point7 },
                        TouchPoint { id: point8 },
                        TouchPoint { id: point9 },
                        TouchPoint { id: point10 }
                     ]
    

    It setted the TouchPoint in the touchPoints, but it didn't get the true touch points according to my fingers. How can I get the true touch points according to my fingers.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to the forums
      Does the samples work as intended ?
      alt text

      K 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi and welcome to the forums
        Does the samples work as intended ?
        alt text

        K Offline
        K Offline
        Know better
        wrote on last edited by
        #3

        @mrjj
        I have seen it. But it's not what I thought it would be. It couldn't get the touchPoints according to my fingers.

        mrjjM 1 Reply Last reply
        0
        • K Know better

          @mrjj
          I have seen it. But it's not what I thought it would be. It couldn't get the touchPoints according to my fingers.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @Know-better
          Ok. so did not create multiple flames pr each finger?
          Or what happens ?

          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