Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. pathview
    Log in to post

    • SOLVED PathView: disable dragging/flicking between certain path elements because of wrong direction?
      QML and Qt Quick • pathview drag problem pathline flick problem • • Andreas P  

      4
      0
      Votes
      4
      Posts
      1469
      Views

      Yes, this indeed does what I wanted to do. It's the first time I'm working with a PathView and it looks like I thought too complicated. Thank you very much!
    • UNSOLVED Change path in PathView with NumberAnimation of its items
      QML and Qt Quick • qml animation path pathview numberanimation • • herolover  

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied

    • UNSOLVED PathView QML overlapped items in Qt 5.6
      QML and Qt Quick • qml qtquick qt5.6 pathview • • ramsesrago  

      4
      0
      Votes
      4
      Posts
      1206
      Views

      Ok, sounds like there could be a regression. Can you reproduce that with a minimal sample project ?
    • SOLVED PathView and screen size
      Mobile and Embedded • qml qt quick resize pathview screen rotation • • EtaPhi  

      3
      0
      Votes
      3
      Posts
      1065
      Views

      It works! I'm very grateful to you.
    • [Solved] QML PathView and Pages control
      General and Desktop • qml index pathview page navigation • • Yakov Eremin  

      1
      0
      Votes
      1
      Posts
      675
      Views

      No one has replied

    • Circular ListView/ PathView
      QML and Qt Quick • listview model pathview • • helenebro  

      1
      0
      Votes
      1
      Posts
      1597
      Views

      No one has replied

    • Customization PathView
      QML and Qt Quick • qml qt5 model pathview patharc • • Trikrista  

      2
      0
      Votes
      2
      Posts
      877
      Views

      Hi @Trikrista, I update model and in PathView visible only first element. but if move element then visible all elements. How to fix it? I guess this could be the problem with pathItemCount. The value must be evaluating to a non expected result. Possibly related to activeTask.width. For testing try hard coding the value. How to get to rotate elements in one direction only? AFAIK there is no such feature yet. How to make visible certain element? Use positionViewAtIndex.