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

Unexpected rectangle rendering on Android Automotive

    XMLWordPrintable

Details

    Description

      Only a triangle is visible on Android Emulator. 
      Snippet to  reproduce the issue:

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")    
      
      Rectangle {
              width: 300
              height: 300
              anchors.centerIn: parent
              color: "beige"
          }
      }
      

       

       

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            kitruong Kinh Truong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes