PDA

View Full Version : How To Create Simple Images Slider?



Ade Malsasa Akbar
31st May 2013, 16:10
Bismillahirrahmanirrahim,

How to create a simple image slider? An absolute example, that inspires me intensely, is Ubiquity in Ubuntu. If you install Ubuntu, you will face an installer which is show you images slider after all configuration. It is awesome, and pretty beautiful. I want to create a simple application (just as simple as Qt default example program) that can do images sliding. In my imagination, just like this:

This is Ubiquity
http://www.omgubuntu.co.uk/wp-content/uploads/2010/09/UbiquitySlideshowwithWebkit_018.png

This is what I want, simpler
http://i.imgur.com/ml3MrYj.jpg

When I click Satu, picture1.png appears. And when I click Dua, picture2.png appear replacing picture1.png. Similiar with Ubiquity or normal web images slider as we can find in many websites.

How to do that (my mean, the codes)? Is there any example before me? Any tutorial for that? What GUI element I should use? A QLabel? Thank you for your answer :)

wysota
31st May 2013, 16:19
QPropertyAnimation

Ade Malsasa Akbar
31st May 2013, 17:11
That page is difficult for me to read. Any other simpler/easier example? Thank you so much.

wysota
31st May 2013, 21:17
What exactly is so difficult to read for you?

Ade Malsasa Akbar
1st June 2013, 04:18
The documanetation page. I am not an English native speaker and I don't understand the technical explanation on that page. I will easily understand example. Is there any example program? Thank you.

wysota
1st June 2013, 08:42
There is an example in the documentation page.