I need to show the images(10 to 20 images) as slideshow using Timer Control.
-
Hi,
I am new to the QT application. Can someone please help me to create a sample application for showing the images as slideshow (images are added as a resource file) using timer control.
For Ex. I am having 20 images in the Resource file I need to show every image with the time interval of 5 sec, after the slide show gets completed it should stop in the first slide.
-
Hi,
I am new to the QT application. Can someone please help me to create a sample application for showing the images as slideshow (images are added as a resource file) using timer control.
For Ex. I am having 20 images in the Resource file I need to show every image with the time interval of 5 sec, after the slide show gets completed it should stop in the first slide.
hi @kabdul and welcome,
kind of important to know, what exactly do you want.
Is the user supposed to interact with it, is it stoppable, supposed animation, if any etc
The possibilities are endless 😉
What have you tried so far, e.g. where you able to display single images ?
-
@J-Hilk said in I need to show the images(10 to 20 images) as slideshow using Timer Control.:
user supposed to interact with it, is
Hi,
Thank you for your reply,
I have tried with displaying single image.
What I need is I am having 20 images which should be shown as a slideshow, once all the images are shown it should get stopped. There is no need of user interaction. -
here a very basic example
https://github.com/DeiVadder/Topic112142I used web urls instead of qrc-urls, but you get the idea, I think 😉
-
here a very basic example
https://github.com/DeiVadder/Topic112142I used web urls instead of qrc-urls, but you get the idea, I think 😉