Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.7.0
-
None
-
671a4a83bc709e5f871ed5d5b76ad078140283bf
Description
One would expect that Material.background works on ToolBar and Popup:
import QtQuick 2.5 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 import QtQuick.Controls.Material 2.0 ApplicationWindow { id: window width: 360 height: 360 visible: true Material.background: "#ccc" header: ToolBar { Material.background: "red" } Popup { Material.background: "red" visible: true x: 60; y: 60 width: parent.width - 120 height: parent.height - 120 closePolicy: Popup.NoAutoClose } }
Attachments
For Gerrit Dashboard: QTBUG-55687 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
169978,5 | Material: fix popups to respect Material.background | 5.7 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
169981,3 | Material: fix ToolBar to respect Material.background | 5.7 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
169982,4 | tst_material: test the background of some more controls | 5.7 | qt/qtquickcontrols2 | Status: MERGED | -2 | 0 |