From 7c41444789be188fc47b3d68f4431d85d52d1e46 Mon Sep 17 00:00:00 2001 From: Juho Annunen Date: Tue, 17 Apr 2018 13:57:22 +0300 Subject: Update Charts demo to new UI theme Task-number: QTBUG-62792 Change-Id: I95c6fb038f5d427da2ed1ee6698e1afcfa436eee Reviewed-by: Sami Nurmenniemi --- basicsuite/enterprise-charts/main.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'basicsuite/enterprise-charts/main.qml') 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 { -- cgit v1.2.3