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. Circular list view without using Path View
Forum Updated to NodeBB v4.3 + New Features

Circular list view without using Path View

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 2 Posters 908 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.
  • Y Offline
    Y Offline
    Yohit Kumar
    wrote on last edited by
    #1

    Hi All,

    I want to implement circular list view but without using PathView component.

    Could you please provide some idea to implement the same.

    Thanks

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You could hack something together using Repeater, custom x, y positioning (possibly with Positioner) - but that will be cumbersome and inflexible solution. May be good for small, quick project, but not robust enough for bigger uses.

      If you really have to avoid PathView (why?), I guess you'll need to subclass QQuickItem and do your own: painting, model connection, attached properties, delegate management etc. This will take a long time to implement, for sure.

      (Z(:^

      Y 1 Reply Last reply
      0
      • sierdzioS sierdzio

        You could hack something together using Repeater, custom x, y positioning (possibly with Positioner) - but that will be cumbersome and inflexible solution. May be good for small, quick project, but not robust enough for bigger uses.

        If you really have to avoid PathView (why?), I guess you'll need to subclass QQuickItem and do your own: painting, model connection, attached properties, delegate management etc. This will take a long time to implement, for sure.

        Y Offline
        Y Offline
        Yohit Kumar
        wrote on last edited by
        #3

        @sierdzio Thank you for your response.

        Pathview is taking more time in to loading the delegate and having performance issues.

        Request you to please tell how we can reduce the performance and loading time of the pathview?

        sierdzioS 1 Reply Last reply
        0
        • Y Yohit Kumar

          @sierdzio Thank you for your response.

          Pathview is taking more time in to loading the delegate and having performance issues.

          Request you to please tell how we can reduce the performance and loading time of the pathview?

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @Yohit-Kumar said in Circular list view without using Path View:

          Request you to please tell how we can reduce the performance and loading time of the pathview?

          I can't help here, sorry. I have never used PathView. Some general performance tips: https://doc.qt.io/qt-5/qtquick-performance.html

          (Z(:^

          1 Reply Last reply
          0
          • Y Offline
            Y Offline
            Yohit Kumar
            wrote on last edited by
            #5

            Thanks for your help.

            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