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

REG: Material.background has no effect on flat buttons

    XMLWordPrintable

Details

    • 2f5d8a629 (dev), 8ca9fd65f (6.5)

    Description

      import QtQuick
      import QtQuick.Controls
      
      ApplicationWindow {
          id: root
          width: 640
          height: 480
          visible: true
      
          Button {
              text: "Button"
              flat: true
              Material.background: "red"
          }
      }
      

      Broken in https://codereview.qt-project.org/c/qt/qtdeclarative/+/440892.

      Attachments

        For Gerrit Dashboard: QTBUG-113474
        # Subject Branch Project Status CR V

        Activity

          People

            mitch_curtis Mitch Curtis
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes