allow setting the system name via styles

This commit is contained in:
Michael Zanetti 2018-05-25 13:17:16 +02:00
parent d1046a2ac7
commit 6064331f28
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "#ff57baae"
property string systemName: "nymea"
Material.theme: Material.Dark
Material.accent: guhAccent

View File

@ -4,6 +4,7 @@ import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "#ff57baae"
property string systemName: "nymea"
Material.theme: Material.Light
Material.accent: guhAccent

View File

@ -4,6 +4,7 @@ import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "red"
property string systemName: "nymea"
Material.theme: Material.Light
Material.accent: guhAccent

View File

@ -4,6 +4,7 @@ import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "#ffcc00"
property string systemName: "maveo"
Material.theme: Material.Light
Material.accent: guhAccent