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

Nested QML Windows not respecting width and height attributes on Android and iOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • 6.5.0
    • GUI: Window management
    • None
    • Android, iOS/tvOS/watchOS

    Description

      Nested QML Windows are not respecting the width and height attributes and they are occupying full screen space. Observed this issue on Android and IOS platforms. Provided sample code below to reproduce the bug.

      Window {
          width: 640
          height: 480
          color: "red"
          visible: true
          Window {
              width: 300
              height: 300
              visible: true
              color: "blue"
          }
      } 

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            sunilfyi Sunil Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes