Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-15802

QML: Property Z bad behaviour on listViews

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 4.7.2
    • 4.7.0, 4.7.1
    • None
    • Qt 4.7.0 over GNU/Linux 2.6.23.17
    • db506f31cf98d050aef10534fb5dad7058f64caf

      I am trying to do a flip of images similar to the flip used on itunes for selecting discs:

      http://www.applecart.co.za/itunes/im...ac20060912.jpg

      I already did it, but I have a problem with the "z" property of listView. When I set the properties of each image on "delegate" I set z: 4 to the item selected, z: 3 to the nearest images, z: 2 to the middles images and z: 1 to the farest images.

      As result, it should be as itunes, but.... z doesn't work.

      As Delegate is executed from the index 0 to the last index, what I have is that the images with bigger index than the index selected are been draw over it although they have a smaller "z" property.

      I know every item is assigned to the apropiate "State" because x,y,y, width and height properties are been changed sucessfully

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            martjone Martin Jones (closed Nokia identity) (Inactive)
            dcordero David Cordero
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes