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. How to stop PathView Repetition in QML

How to stop PathView Repetition in QML

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 4 Posters 2.8k 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.
  • R Offline
    R Offline
    Ravinder
    wrote on last edited by
    #1

    Hi All,

    I want to use pathview in my QML file in a QT Quick project. But i am not able to control the repetition of images in the path view . Is anyone have any idea that how to stop the repetition of pathview. Thnx in advance or any other thing that can be used in place of pathview except ListView .

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sfiet_Konstantin
      wrote on last edited by
      #2

      I think it is currently impossible.
      A very very hakish way is to use a ListView instead and do the transformations by hand, based on contentX and contentY.

      But this is very very diry

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

        I am also facing the same problem. Did anyone found the solution?
        I have three image buttons in my main menu and I want to use keyboard and mouse both to move these image buttons left and right. Can I use Flickable too? I will appreciate your suggestions.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          seyed
          wrote on last edited by
          #4

          Me too! Is there any solution?!

          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