Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Image slide show in qml
Qt 6.11 is out! See what's new in the release blog

Image slide show in qml

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.0k Views
  • 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.
  • BharathiB Offline
    BharathiB Offline
    Bharathi
    wrote on last edited by
    #1

    How to slide show the images in qml?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Johan_R28
      wrote on last edited by
      #2

      Look at ListView, PathView, GridView, and many others, according to your requirement.
      Regards,

      PS: Explain better your demand if you want more precise answers.

      BhanuKiranChaluvadiB 1 Reply Last reply
      0
      • J Johan_R28

        Look at ListView, PathView, GridView, and many others, according to your requirement.
        Regards,

        PS: Explain better your demand if you want more precise answers.

        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadi
        wrote on last edited by
        #3

        @Johan_R28

        Hi
        I am also trying to create image slide show. Flicking being the important aspect (i want to swipe / flick to next image). My requirement is at any given time only image should be displayed on the window. If i swipe/flick on the screen the next image should appear.

        I create the application using the List view (being the simplest) .

        • Each image is of my window size, my model was set to number of images and in delegate i changed the images source. And it is working fine.

        But if i flick on the window , i think based on my flick velocity more than one image is moving/changing and it also doesn't ensure only one complete image is displayed on the window (left half of one image and right half of other being displayed etc)

        So, i want to my application to change/move only one images irrespective of my flick/swipe velocity.

        If i flick/swipe once it should just display the next image (irrespective of velocity)

        Thanks

        1 Reply Last reply
        0

        • Login

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