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 --- Page2Form.ui.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Page2Form.ui.qml (limited to 'Page2Form.ui.qml') diff --git a/Page2Form.ui.qml b/Page2Form.ui.qml new file mode 100644 index 0000000..9081c7c --- /dev/null +++ b/Page2Form.ui.qml @@ -0,0 +1,11 @@ +import QtQuick 2.12 +import QtQuick.Controls 2.5 + +Page { + title: qsTr("Page 2") + + Label { + text: qsTr("You are on Page 2.") + anchors.centerIn: parent + } +} -- cgit v1.2.3