From 3ac6ebbc5243f2b0ddddcfc58ba81eb686fb5aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 17 Sep 2019 19:52:50 +0800 Subject: Sign up functionality --- Login.qml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Login.qml') diff --git a/Login.qml b/Login.qml index d6accbe..1c46157 100644 --- a/Login.qml +++ b/Login.qml @@ -2,6 +2,31 @@ import QtQuick 2.12 LoginForm { signal logIn(string name, string password) + signal signUp( + string name + , string emailAddress + , string realName + , string nickName + , string gecos + , int lang + , int timeZone + , string contactInfo + , bool enabled + , bool privileged + , string password + , string comments + , string signature + , string organization + , string address1 + , string address2 + , string city + , string state + , string zip + , string country + , string homePhone + , string workPhone + , string mobilePhone + , string pagerPhone) signal search(string name) function pushProfile() { stackView.push("qrc:/pages/Profile.qml") -- cgit v1.2.3