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

Android: ApplicationWindow drawn under top Android info bar

    XMLWordPrintable

Details

    • Android
    • c9aaa3e2cde5ffe5edaa4f17f84020d82609b7e9, 5b739a5b8cfbbedd9265b192d08b346d9b265590
    • 2023wk32FOQtforAndroid

    Description

      ApplicationWindow is drawn under the top Android info bar.
      See the attached image.

      The issue can be reproduced with Samsung TabPro 8.4" (SM-T325) running Android 4.4.2.

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
          Button {
              text: qsTr("Click me to quit")
              anchors.top: parent
              onClicked: Qt.quit()
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-38700
        # Subject Branch Project Status CR V

        Activity

          People

            qtandroidteam Qt Android Team
            kileppal Kimmo Leppälä
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes