From 03eb49e8bdd4ab8034f660f78ad94633b6009943 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 16:16:42 +0700 Subject: add `profileForm` --- features/ProfileForm.ui.qml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 features/ProfileForm.ui.qml diff --git a/features/ProfileForm.ui.qml b/features/ProfileForm.ui.qml new file mode 100644 index 0000000..45c06cd --- /dev/null +++ b/features/ProfileForm.ui.qml @@ -0,0 +1,20 @@ +import QtQuick 2.12 +import QtQuick.Controls 2.12 +import QtQuick.Controls.Material 2.12 +import QtQuick.Layouts 1.12 + +Page { + id: page + Label { + text: qsTr("This is profile page") + anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + -- cgit v1.2.3