ToolTip.text:qsTr("Your login name. A mxid should start with @ followed by the user id. After the user id you need to include your server name after a :.\nYou can also put your homeserver address there, if your server doesn't support .well-known lookup.\nExample: @user:server.my\nIf Nheko fails to discover your homeserver, it will show you a field to enter the server manually.")
ToolTip.text:qsTr("Your login name. A mxid should start with @ followed by the user id. After the user id you need to include your server name after a :.\nYou can also put your homeserver address there, if your server doesn't support .well-known lookup.\nExample: @user:server.my\nIf Nheko fails to discover your homeserver, it will show you a field to enter the server manually.")
Keys.forwardTo:[pwBtn,ssoBtn]
Keys.forwardTo:[pwBtn,ssoRepeater]
}
}
@ -89,7 +89,7 @@ Item {
echoMode:TextInput.Password
echoMode:TextInput.Password
ToolTip.text:qsTr("Your password.")
ToolTip.text:qsTr("Your password.")
visible:login.passwordSupported
visible:login.passwordSupported
Keys.forwardTo:[pwBtn,ssoBtn]
Keys.forwardTo:[pwBtn,ssoRepeater]
}
}
MatrixTextField{
MatrixTextField{
@ -98,7 +98,7 @@ Item {
label:qsTr("Device name")
label:qsTr("Device name")
placeholderText:login.initialDeviceName()
placeholderText:login.initialDeviceName()
ToolTip.text:qsTr("A name for this device, which will be shown to others, when verifying your devices. If none is provided a default is used.")
ToolTip.text:qsTr("A name for this device, which will be shown to others, when verifying your devices. If none is provided a default is used.")
Keys.forwardTo:[pwBtn,ssoBtn]
Keys.forwardTo:[pwBtn,ssoRepeater]
}
}
MatrixTextField{
MatrixTextField{
@ -112,7 +112,7 @@ Item {
text:login.homeserver
text:login.homeserver
onEditingFinished:login.homeserver=text
onEditingFinished:login.homeserver=text
ToolTip.text:qsTr("The address that can be used to contact you homeservers client API.\nExample: https://server.my:8787")
ToolTip.text:qsTr("The address that can be used to contact you homeservers client API.\nExample: https://server.my:8787")