summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-charts/main.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-04-17 13:57:22 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-05-04 10:02:08 +0000
commit7c41444789be188fc47b3d68f4431d85d52d1e46 (patch)
treece360465329abebd2b5535f10ae2cc9afc7d82d0 /basicsuite/enterprise-charts/main.qml
parent2a50d497ef0e24732d5168d2d42c5d6bc27e23c6 (diff)
Update Charts demo to new UI theme
Task-number: QTBUG-62792 Change-Id: I95c6fb038f5d427da2ed1ee6698e1afcfa436eee Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Diffstat (limited to 'basicsuite/enterprise-charts/main.qml')
-rw-r--r--basicsuite/enterprise-charts/main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/basicsuite/enterprise-charts/main.qml b/basicsuite/enterprise-charts/main.qml
index d29ed2d..6c16b82 100644
--- a/basicsuite/enterprise-charts/main.qml
+++ b/basicsuite/enterprise-charts/main.qml
@@ -56,6 +56,14 @@ Rectangle {
width: 600
height: 400
property bool sourceLoaded: false
+ color: defaultBackground
+
+ property string darkGrey: "#222840"
+ property string darkGrey2: "#53586b"
+ property string mediumGrey: "#6b7080"
+ property string mediumGrey2: "#848895"
+ property string lightGrey: "#b5b7bf"
+
ListView {
id: root
@@ -112,6 +120,7 @@ Rectangle {
color: "white"
anchors.centerIn: parent
text: "You can navigate between views using swipe or arrow keys"
+ font.family: appFont
}
Behavior on opacity {