allow setting the system name via styles
This commit is contained in:
parent
d1046a2ac7
commit
6064331f28
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user