Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.1
-
None
-
1bab963f8 (dev), abd787570 (6.5), aef1f8022 (6.6)
Description
In the following code, the Material.foreground property is applied to both buttons, but the Material.roundedScale is not.
import QtQuick import QtQuick.Window import QtQuick.Controls.Material Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Material.foreground: Material.Pink Material.roundedScale: Material.NotRounded Button { text: "hello" // this works here: Material.roundedScale: Material.NotRounded } Button { y: 200 text: "hello2" } }
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-115287 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
496710,2 | Improve Material style documentation | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
496845,2 | Improve Material style documentation | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
496846,2 | Improve Material style documentation | 6.5 | qt/qtdeclarative | Status: MERGED | +2 | 0 |