PDA

View Full Version : slide show



jeetu_happy
17th January 2007, 06:09
Hi,

i am new to Greenphone application development.
I have image files in a folder and i want to open them. I can open image on one by one one basis using file names. Images will displayed in photoedit.
Now i want to show images in slide show.
Any help???

Thanks in advance.

jacek
17th January 2007, 15:09
QTimer should help.

jeetu_happy
18th January 2007, 08:42
thanks for the reply.

I already started with QTimer. I will check it in my scenario.

jacek
18th January 2007, 12:21
I already started with QTimer. I will check it in my scenario.
Then you only need some kind of a queue, QLabel and you're done.