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

Regression: QSplashscreen positioning is broken on Android

    XMLWordPrintable

Details

    • Android
    • 655e8623afed01de63ce43f55227fb019e800fe9 (qt/qtbase/5.12.2)

    Description

      I just tried my application with a build of the current 5.12 branch (yesterday), and I see that a QSplashscreen is now positioned at the top left corner on an Android instead of the center of the Window. This is a regression from Qt 5.12.1!

        QPixmap pixmap(":/qt144.png");
        QSplashScreen* splash = new QSplashScreen(pixmap, Qt::WindowStaysOnTopHint | Qt::SplashScreen);
      

      Looking through the changes since Qt 5.12.1, this seems to be a regression coming from https://codereview.qt-project.org/#/c/249238/ .

       

      See the attached project for a minimum example.

       

      Expected behaviour:
      See a splash screen with Qt image in the center of the screen on an android device.

      Behaviour in my Qt build ( ef7908d90cd4acfd3dc9ddeb5dca4e9d53dde9d8 ):
      Splash screen with Qt image is on the top left corner of the screen on an android device.

       

      Attachments

        Issue Links

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

          Activity

            People

              vestbo Tor Arne Vestbø
              mar_kus Markus
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes