Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-9166

QSplashScreen s don't show on OSX 10.4 (Tiger)

    XMLWordPrintable

Details

    • macOS

    Description

      Creating this application on a 10.6 machine, and running it on a ppc machine results in the splash screen not showing.

      #include <QtGui/QtGui>
      
      int main(int argc, char *argv[])
      {
        QApplication app(argc, argv);
        QPixmap pixmap("splash.png");
        QSplashScreen splash(pixmap);
        splash.show();
      //  app.processEvents();
        sleep(5);
      //  ...
        QMainWindow window;
        window.show();
        splash.finish(&window);
        return app.exec();
      }
      

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            dettman Dean Dettman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes