summaryrefslogtreecommitdiff
path: root/Profile.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-22 19:34:41 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-22 19:34:41 +0700
commit0b5bec79074b2cd696c34331212a1feaadc7f1a3 (patch)
tree612db6129dbb2ce3b85690bb646f038c0dd4ac28 /Profile.qml
parent634c5ed555b4257222942749c4803e10b41054c9 (diff)
`edit` now push `ProfileEditForm.ui.qml`
Diffstat (limited to 'Profile.qml')
-rw-r--r--Profile.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Profile.qml b/Profile.qml
index 1011a51..04f7cf0 100644
--- a/Profile.qml
+++ b/Profile.qml
@@ -42,6 +42,7 @@ Page {
flat: false
highlighted: true
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
+ onClicked: pageView.push("/larva/features/ProfileEditForm.ui.qml")
}
}