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. AnimatedImage Bug Fix
Qt 6.11 is out! See what's new in the release blog

AnimatedImage Bug Fix

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 1.5k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I tried to use 3 Qml AnimatedImage elements on Qt 5.2.0 on Windows and my application crashed.
    When I tried the same application on Qt 5.3.2 on windows it worked fine.
    Is this bug also fixed for Linux ?

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

      Hi,

      That question is a bit too generic. With only that much information it's highly unlikely that someone can reproduce the crash you had. Even more on several platforms.

      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
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Hi SGaist,

        My Windows version is Windows 7 64 bit.

        This is the Qml page:

        @
        import QtQuick 2.2

        Rectangle
        {
        width: 950
        height: 800
        color: "red"

        AnimatedImage
        {
            x: 0
            y: 0
            width: 180
            height: 180
            source: "gif1.gif"
        }
        
        AnimatedImage
        {
            x: 300
            y: 0
            width: 180
            height: 180
            source: "gif2.gif"
        }
        
        AnimatedImage
        {
            x: 610
            y: 50
            width: 140
            height: 210
            source: "gif3.gif"
        }
        

        AnimatedImage
        {
        x: 0
        y: 400
        width: 180
        height: 250
        source: "gif4.gif"
        }
        }
        @

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

          Don't know for Linux but on OS X, it's working fine

          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

          • Login

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