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. Animate series of images vertically
Qt 6.11 is out! See what's new in the release blog

Animate series of images vertically

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 455 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.
  • T Offline
    T Offline
    Tirupathi Korla
    wrote on last edited by
    #1

    Hi,
    I have a series of images that needs to be rotated vertically. how can i animate the images vertically without user interaction.

    -Tirupathi

    P 1 Reply Last reply
    0
    • T Tirupathi Korla

      Hi,
      I have a series of images that needs to be rotated vertically. how can i animate the images vertically without user interaction.

      -Tirupathi

      P Offline
      P Offline
      peteritv
      wrote on last edited by
      #2

      @Tirupathi-Korla

      Depends on C++ or QML ofcourse, but for both: use a timer to generate the rotation trigger.
      You can use a standard listview for the vertical display. Put the images in a listmodel, and use the timer to increment/decrement the view's currentIndex.

      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