diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-20 18:32:27 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-20 18:32:27 +0800 |
commit | de9922e1c5bc537adefd7d85bbcf0f98742a5913 (patch) | |
tree | 96957801226a743de7f9770c6525738c61838fbb | |
parent | 98ba1d60275e21a9624231147c855bbc529093e8 (diff) |
Interface to profile save button
-rw-r--r-- | InstructorEditProfile.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index e39110b..1729a34 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -10,6 +10,7 @@ Flickable { property alias emailID: emailID property alias phoneNumber: phoneNumber property alias location: location + property alias saveButton: saveButton property bool doesntEmbed: Qt.platform.os === "android" || Qt.platform.os === "linux" || Qt.platform.os === "osx" |