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

item layer does not display contents

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.0.0
    • Quick: SceneGraph
    • None
    • GPU is an AMD Z430.
    • 5427ace800579db63a2b1bb6b6d14f1367ec8a99

    Description

      The following example does not display any text on device. It displays correctly if layer.enabled is removed.

      import QtQuick 2.0
      
      Item {
          width: 800
          height: 400
      
          Item {
              anchors.fill: parent
      
              layer.enabled: true
      
              Column {
                  anchors.centerIn: parent
                  Text { text: "The quick brown fox jumps over the lazy dog" }
      
                  Text { text: "Hello world" }
              }
          }
      }
      

      Attachments

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

        Activity

          People

            mbrasser Michael Brasser
            mbrasser Michael Brasser
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes