diff options
Diffstat (limited to 'gui/components/Home.qml')
-rw-r--r-- | gui/components/Home.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/components/Home.qml b/gui/components/Home.qml new file mode 100644 index 0000000..c9eab2a --- /dev/null +++ b/gui/components/Home.qml @@ -0,0 +1,8 @@ +import QtQuick 2.9 +import QtQuick.Controls 2.2 +import QtGraphicalEffects 1.0 + +Page { + + StatusBox {} +} |