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

Bottom Navigation Bar overlaps app window

XMLWordPrintable

    • Android
    • 48ebd4e31 (dev), 9b8777d49 (6.4), 50185ff90 (tqtc/lts-6.2), 652652f3c (6.5), ecaa0f1ac (tqtc/lts-5.15)
    • 2023wk04FOQtforAndroid, 2023wk06FOQtforAndroid

      New-style (or modern) bottom Navigation Bar overlaps app window:

      but with old-style Navigation Bar it look OK:

      to reproduce this create a QML app with the following main window:

      import QtQuick
      
      Window {
          visible: true
          title: qsTr("Hello World")
      
          Rectangle
          {
              anchors.fill: parent
              color: "red"
          }
      
          Rectangle
          {
              anchors.fill: parent
              anchors.margins: 5
              color: "green"
          }
      }
      

      Or run the application from attachments.

      Tested on the following emulators:

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

            rampe Rami Potinkara
            dmitriano Dmitry Efimov
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes