From 6e6f5bc8ecdc95600aa826ee12af5181fc09621c Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 17 Sep 2019 15:03:08 +0700 Subject: `HomeForm` initial UI --- Page1Form.ui.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Page1Form.ui.qml (limited to 'Page1Form.ui.qml') diff --git a/Page1Form.ui.qml b/Page1Form.ui.qml new file mode 100644 index 0000000..1f822a0 --- /dev/null +++ b/Page1Form.ui.qml @@ -0,0 +1,11 @@ +import QtQuick 2.12 +import QtQuick.Controls 2.5 + +Page { + title: qsTr("Page 1") + + Label { + text: qsTr("You are on Page 1.") + anchors.centerIn: parent + } +} -- cgit v1.2.3