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. [SOLVED] How to make simple animated icon ?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] How to make simple animated icon ?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 5.4k 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.
  • A Offline
    A Offline
    Anticross
    wrote on last edited by
    #1

    I've got a QWidget which uses UI file. I want to make animated icon(button,label) on this widget. How can I do it the simplest way ? I have some 6 png's and can make QLabel and QTimer, write a slot and change png on label in it after every timer tick. Is there any simplest way ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      "QMovie":http://developer.qt.nokia.com/doc/qt-4.8/qmovie.html#supportedFormats

      In QML, there is also "AnimatedImage":http://developer.qt.nokia.com/doc/qt-4.8/qml-animatedimage.html object.

      (Z(:^

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Anticross
        wrote on last edited by
        #3

        QMovie is exactly what I'm looking for. Thanks, sierdzio.

        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