This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/mea/styles/maveo/ApplicationWindow.qml
2018-05-25 14:00:16 +02:00

15 lines
335 B
QML

import QtQuick 2.0
import QtQuick.Templates 2.2
import QtQuick.Controls.Material 2.2
ApplicationWindow {
property color guhAccent: "#ffcc00"
property string systemName: "maveo"
title: qsTr("Maveo Pro Box Dashboard")
Material.theme: Material.Light
Material.accent: guhAccent
Material.primary: Material.Grey
}