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 3.6k 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.
  • J JoeCFD
    1 Apr 2025, 13:07

    @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.

    J Offline
    J Offline
    JonB
    wrote on 1 Apr 2025, 13:14 last edited by JonB 4 Jan 2025, 13:15
    #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
    • J JoeCFD
      1 Apr 2025, 12:25

      @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 2 Apr 2025, 02:54 last edited by
      #22

      @JoeCFD
      Thank you, I will try

      1 Reply Last reply
      0
      • N Offline
        N Offline
        Nguyen Thang Phong
        wrote on 2 Apr 2025, 08:15 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

        21/23

        1 Apr 2025, 13:14

        • Login

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