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. How to create a playlist of animations
Qt 6.11 is out! See what's new in the release blog

How to create a playlist of animations

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 2.6k 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.
  • S Offline
    S Offline
    SamFaye
    wrote on last edited by
    #1

    I want to create a playlist of several animations. What is the component of Qt is most appropriate?

    Principle: I create several animations that I backup with a given extension. I want to select a few among them to build a list and when I click the play button of my software, animation are read from the first simulation to the last in succession.

    How can I do?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      I would use a QListView.
      Or if you go the qml way, a ListView object in qml.

      depends on how fancy your UI should be.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RazrFalcon
        wrote on last edited by
        #3

        Did you mean GIF animation?
        QMovie for example.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SamFaye
          wrote on last edited by
          #4

          My animation contains item rectangle, ellipses items, line items, pictures and video

          1 Reply Last reply
          0
          • D Offline
            D Offline
            darbor
            wrote on last edited by
            #5

            Hello
            I am also looking for a way to display a multimedia playlist file.
            Photos, video files (mp4, flv) swf. I would also like to be able to display the object with individual viewing time. I'm working on QT 5.1

            Best regards

            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