-
Bug
-
Resolution: Done
-
Not Evaluated
-
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