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


This is what I want, simpler


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