From 0b5bec79074b2cd696c34331212a1feaadc7f1a3 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sun, 22 Sep 2019 19:34:41 +0700 Subject: `edit` now push `ProfileEditForm.ui.qml` --- Profile.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'Profile.qml') 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") } } -- cgit v1.2.3