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

        1. Qt5_12_12_horizontal.jpg
          41 kB
          Alexander Dyagilev
        2. Qt5_12_12_vertical.jpg
          36 kB
          Alexander Dyagilev
        3. qt51512+patch-hup30proandr10-vertical.png
          29 kB
          Rami Potinkara
        4. qt51512+patch-nophandr12-vertical.png
          26 kB
          Rami Potinkara
        5. Qt6_4_1_horizontal.jpg
          35 kB
          Alexander Dyagilev
        6. Qt6_4_1_vertical.jpg
          33 kB
          Alexander Dyagilev

        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