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

Invalid size in fullscreen mode?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 5.15.13, 6.2.8, 6.5.0
    • 6.4.1
    • Quick: Other
    • None
    • Android
    • 2023wk04FOQtforAndroid

    Description

      The following code works fine in Qt 5.12.12 and getting "cut" in Qt 6.4.1 by Android buttons. Screenshots are attached.

      import QtQuick 2.12
      import QtQuick.Window 2.12
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Rectangle {
              anchors.fill: parent
              color: "transparent"
              border.width: 10
              border.color: "green"
          }
      }
      
      

       P.S. Android buttons are always there and never disappears in both versions of app (which is OK for me).

       

      Attachments

        Issue Links

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

          Activity

            People

              qtandroidteam Qt Android Team
              alervd Alexander Dyagilev
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes