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. Running Scanning Animation in Qt Quickwidget 6.9.1
Qt 6.11 is out! See what's new in the release blog

Running Scanning Animation in Qt Quickwidget 6.9.1

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 438 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.
  • B Offline
    B Offline
    Blackzero
    wrote on last edited by
    #1

    Hi.

    I tried running a Scanning animation in GIF format in full screen/window size, but I found it too heavy on the CPU. Are there any other options for running a full screen/window size Scanning animation?

    I am using Qt Quickwidget 6.9.1.

    Thank you :)

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The long way: implement the animation with QtQuick.
      What does it look like ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        The long way: implement the animation with QtQuick.
        What does it look like ?

        B Offline
        B Offline
        Blackzero
        wrote on last edited by
        #3

        @SGaist

        https://lottiefiles.com/free-animation/bluetooth-j1kNuKWqL0

        Is there a simpler way without having to use GIFs for animation?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Seeing it's Lottie related, did you already check the Qt Lottie module ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • GrecKoG Offline
            GrecKoG Offline
            GrecKo
            Qt Champions 2018
            wrote on last edited by
            #5

            This one is quite simple so it can easily be recreated in raw QML too by animating 2 circles' opacity and size.
            If you have more animations (by number and/or complexity) this approach won't scale easily, looking into the Qt Lottie module would be preferable indeed (note that it is only available with the Commercial License or the GPL License, not the LGPL one).

            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