Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. I need to show the images(10 to 20 images) as slideshow using Timer Control.
Forum Updated to NodeBB v4.3 + New Features

I need to show the images(10 to 20 images) as slideshow using Timer Control.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 2 Posters 970 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kabdul
    wrote on last edited by
    #1

    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.

    J.HilkJ 1 Reply Last reply
    0
    • K kabdul

      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.

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      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 ?


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kabdul
        wrote on last edited by
        #3

        @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.

        1 Reply Last reply
        0
        • J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #4

          here a very basic example
          https://github.com/DeiVadder/Topic112142

          I used web urls instead of qrc-urls, but you get the idea, I think 😉


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          K 1 Reply Last reply
          1
          • J.HilkJ J.Hilk

            here a very basic example
            https://github.com/DeiVadder/Topic112142

            I used web urls instead of qrc-urls, but you get the idea, I think 😉

            K Offline
            K Offline
            kabdul
            wrote on last edited by
            #5

            @J-Hilk
            Thank you. Let me try and let you know the feedback.

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved