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

Unexpected rectangle rendering on Android Automotive

XMLWordPrintable

      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"
          }
      }
      

       

       

       

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

            e0150566 Janne Roine
            kitruong Kinh Truong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes