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. In PathView , How to access unfocused Items .

In PathView , How to access unfocused Items .

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 2 Posters 1.2k 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
    KYADAV
    wrote on last edited by
    #1

    I have a PathView with 7 items , Middle element is focuesd one , I need to access all the unfocused item ?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @KYADAV What model have you used ?

      157

      1 Reply Last reply
      1
      • K Offline
        K Offline
        KYADAV
        wrote on last edited by
        #3

        Im using C++ Model.

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          @KYADAV So the model contains all the information of all the items. You can write a function in that model to return whatever information you require for a particular element.

          157

          1 Reply Last reply
          1
          • K Offline
            K Offline
            KYADAV
            wrote on last edited by
            #5

            Hey Thanks , That sounds Good but I need to have a separate animation on each PathView element.

            1 Reply Last reply
            0
            • p3c0P Offline
              p3c0P Offline
              p3c0
              Moderators
              wrote on last edited by
              #6

              @KYADAV If I understood you correctly, use a custom delegate and then put animation code in the delegate component.

              157

              1 Reply Last reply
              0
              • K Offline
                K Offline
                KYADAV
                wrote on last edited by
                #7

                hey thanks @p3c0
                I got it .

                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