diff options
Diffstat (limited to 'Home.qml')
-rw-r--r-- | Home.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Home.qml b/Home.qml new file mode 100644 index 0000000..99448d2 --- /dev/null +++ b/Home.qml @@ -0,0 +1,6 @@ +import QtQuick 2.12 +import "pages" + +HomeForm { + menuButton.onClicked: drawer.visible = !drawer.visible +} |