Re: [Interest] sequential animations on ListView Elements

2012-10-11 Thread Ramakanthreddy_Kesireddy
ate highlight { Item {Image { y:0 ; height:40 ; source : "focus.png" } } } From: Jana Aurindam [aurindam.j...@digia.com] Sent: Tuesday, October 09, 2012 9:49 PM To: Ramakanthreddy_Kesireddy Cc: interest@qt-project.org Subject: Re: [Interest] sequential animations on L

Re: [Interest] sequential animations on ListView Elements

2012-10-09 Thread Jana Aurindam
rg> Subject: Re: [Interest] sequential animations on ListView Elements There is no built in way with Qt. It can be done, not to difficult, I have done it for clients. Start with the docs for the IconRole and QTimer From: interest-bounces+scott.bloom=onshorecs@qt-project.org<mai

Re: [Interest] sequential animations on ListView Elements

2012-10-06 Thread Ramakanthreddy_Kesireddy
[interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org] on behalf of Scott Aron Bloom [scott.bl...@onshorecs.com] Sent: Friday, October 05, 2012 11:01 PM To: interest@qt-project.org Subject: Re: [Interest] sequential animations on ListView Elements There is no built in way with

Re: [Interest] sequential animations on ListView Elements

2012-10-05 Thread Scott Aron Bloom
Of SUNIL KUMAR M Sent: Thursday, September 27, 2012 7:43 PM To: interest@qt-project.org Subject: Re: [Interest] sequential animations on ListView Elements Hai, I need sample code for doing animations on states and transitions using timer I created States in my coding, I want to

Re: [Interest] sequential animations on ListView Elements

2012-10-05 Thread Jan Kundrát
On 09/27/12 13:23, SUNIL KUMAR M wrote: > Please provide sample code for supporting animations on listview > elements separately.. Have you tried animating the delegate? And to expand a bit, what have you tried and what did not work? With kind regards, Jan -- Trojita, a fast e-mail client -- h

Re: [Interest] sequential animations on ListView Elements

2012-10-05 Thread Bill Crocker
On 09/27/2012 07:23 AM, SUNIL KUMAR M wrote: > Hai, > > I need sample code for doing animations on list-view elements in Qt > Smells like a home work assignment. > I created list-view menu where for each element there will be index, I want to > animate listview elements on properties like opacity

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