Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1499

How to use libgif.so in QtIFW

    XMLWordPrintable

Details

    • Linux/X11

    Description

      How to use libgif.so in QtIFW? 

      I use a label in QtIFW to load gif,but don't play .

       

      // code placeholder
      
      
         QMovie* movie = new QMovie( strStyleSheet );
          if ( movie == nullptr )
          {
              qDebug() << "null";
          }
      
          ui->label->setMovie( movie );
          movie->start();
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            haiyun yun hai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes