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

Base style ignores backgroundVisible (TableView & TextArea)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.2.0
    • 5.1.0
    • Quick: Controls 1
    • None
    • qtquickcontrols/stable: 09b0cb956940f45deaf35392630bd05453558d43

    Description

      Test case:

      import QtQuick 2.1
      import QtQuick.Layouts 1.0
      import QtQuick.Controls 1.0
      
      Rectangle {
          width: 360
          height: 360
      
          color: "pink"
      
          ColumnLayout {
              anchors.fill: parent
              anchors.margins: spacing
      
              TableView {
                  Layout.fillWidth: true
                  Layout.fillHeight: true
      
                  headerVisible: false
                  backgroundVisible: false
                  alternatingRowColors: true
      
                  model: 100
                  TableViewColumn { }
              }
      
              TextArea {
                  Layout.fillWidth: true
                  Layout.fillHeight: true
      
                  backgroundVisible: false
      
                  text: new Array(100).join("foo bar ")
              }
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes