diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 17:51:46 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 17:51:46 +0700 |
commit | 978a4137e87cac2919a18dd0cb1eed4e9d7d0593 (patch) | |
tree | 23dd8eddb07a7de5b9e50ccbec69ea4e4ce8647d | |
parent | b2b733f272c1970e0a92c925c96b7c616fa6e354 (diff) |
add `LoginPassword`
-rw-r--r-- | features/LoginPassword.qml | 4 | ||||
-rw-r--r-- | features/LoginPasswordForm.ui.qml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/features/LoginPassword.qml b/features/LoginPassword.qml new file mode 100644 index 0000000..d12eaf1 --- /dev/null +++ b/features/LoginPassword.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 + +LoginPasswordForm { +} diff --git a/features/LoginPasswordForm.ui.qml b/features/LoginPasswordForm.ui.qml new file mode 100644 index 0000000..96a8ae4 --- /dev/null +++ b/features/LoginPasswordForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} |