summaryrefslogtreecommitdiff
path: root/gui/components/Home.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-08-27 19:45:41 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:37:22 +0200
commit15f2efc9aa77893d5300d198dd3b5c42549018e8 (patch)
tree35e4f512ec86a770960f786eeddaab1e8b29d929 /gui/components/Home.qml
parentb8c34672538109a67c1ffc4a4ec4f90772ea9e3e (diff)
[ui] refactor ui
Diffstat (limited to 'gui/components/Home.qml')
-rw-r--r--gui/components/Home.qml8
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 {}
+}