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

[QNX] beagle bone black has QML drawing issues

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • 5.15
    • 5.9.5, 5.15.0
    • QPA
    • QNX 7.0, beagle bone black, AM335x
    • QNX

    Description

      Running this code on the device results in the attached picture.

      
      import QtQuick 2.15 
      import QtQuick.Window 2.15 
      import QtQuick.Controls 2.15 
      
      Window { 
      width: 1024 
      height: 600 
      x: 0 
      y: 0 
      color: "darkgray" 
      visible: true 
      
      Rectangle { 
      width: 100 
      height: 200 
      color: "blue" 
      Text { 
      text: "will display behind rectangle" 
      color: "red" 
      } 
      } 
      Text { 
      y: 40 
      text: "will also display behind rectangle" 
      color: "black" 
      } 
      } 
      
      

      Qt 5.9.5 works, but Qt 5.9.6 is broken, maybe related to this change:

      https://code.qt.io/cgit/qt/qtbase.git/commit/src/plugins/platforms/qnx?h=5.9&id=36171af399e24095a0836e05a519a19e161a278e 

      Attachments

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

        Activity

          People

            atreat Adam Treat
            karimpinter Karim Pinter (Inactive)
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            9 Vote for this issue
            Watchers:
            16 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes