[Interest] need outrow animation for individual list element, without using timer

2012-11-15 Thread SUNIL KUMAR M
Hi, In the below code I am performing animation on list during entry and exit. Entry is working fine but I'm not getting desired animation on list exit. Here I'm using timer for exit animation on list. Is there any other way of performing exit animation on list, without using ti

Re: [Interest] sequential animations on ListView Elements

2012-10-04 Thread SUNIL KUMAR M
Hai, I need sample code for doing animations on states and transitions using timer I created States in my coding, I want to animate those states with respect to timer on properties like opacity, rotation...etc... Please provide sample code for supporting animations ..

[Interest] sequential animations on ListView Elements

2012-10-04 Thread SUNIL KUMAR M
Hai, I need sample code for doing animations on list-view elements in Qt I created list-view menu where for each element there will be index, I want to animate listview elements on properties like opacity, rotation...etc...but not adding, appending , deleting. just with the help of timer