diff options
Diffstat (limited to 'pages/Home.qml')
-rw-r--r-- | pages/Home.qml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/Home.qml b/pages/Home.qml new file mode 100644 index 0000000..868e55f --- /dev/null +++ b/pages/Home.qml @@ -0,0 +1,13 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.12 + +HomeForm { + +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ |