Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to using GIF image for QT ?
Forum Updated to NodeBB v4.3 + New Features

How to using GIF image for QT ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
23 Posts 4 Posters 6.3k 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.
  • JoeCFDJ JoeCFD

    @JonB It is not a QMovie issue. May be better to try to make his code to run dynamically with gif plugin first. And then build his app with gif plugin statically.

    JonBJ Online
    JonBJ Online
    JonB
    wrote on last edited by JonB
    #21

    @JoeCFD
    I understand, but was trying to simplify, and follow @Christian-Ehrlicher's suggestion of checking file exists and removing resources from OP's situation, as I don't know what he actually has there/where.

    If you are happy to take over here that's fine :) If the fact that the OP's supportedImageFormats() does not include GIF indicates that is where the problem lies then obviously all my questions are not relevant.

    1 Reply Last reply
    0
    • JoeCFDJ JoeCFD

      @Nguyen-Thang-Phong Did you try the following in the pro file?

      CONFIG   += static
      # For static plugins
      static {
          # Include the GIF plugin
          QTPLUGIN += qgif
      }
      
      N Offline
      N Offline
      Nguyen Thang Phong
      wrote on last edited by
      #22

      @JoeCFD
      Thank you, I will try

      1 Reply Last reply
      0
      • N Offline
        N Offline
        Nguyen Thang Phong
        wrote on last edited by
        #23

        @Christian-Ehrlicher @JonB @JoeCFD
        I have tried the solution, but not GIF image format to work.

        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