summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml25
1 files changed, 25 insertions, 0 deletions
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")