added icons for buttons in the drop-down window of connections sharing.
- corrections in texts
This commit is contained in:
parent
1092abe776
commit
66f9a82f31
13 changed files with 136 additions and 109 deletions
|
@ -49,7 +49,7 @@ PageType {
|
|||
|
||||
Layout.fillWidth: true
|
||||
headerText: qsTr("Server IP address [:port]")
|
||||
textFieldPlaceholderText: qsTr("Enter the address in the format 255.255.255.255:88")
|
||||
textFieldPlaceholderText: qsTr("255.255.255.255:88")
|
||||
textField.validator: RegularExpressionValidator {
|
||||
regularExpression: InstallController.ipAddressPortRegExp()
|
||||
}
|
||||
|
@ -60,13 +60,14 @@ PageType {
|
|||
|
||||
Layout.fillWidth: true
|
||||
headerText: qsTr("Login to connect via SSH")
|
||||
textFieldPlaceholderText: "root"
|
||||
}
|
||||
|
||||
TextFieldWithHeaderType {
|
||||
id: secretData
|
||||
|
||||
Layout.fillWidth: true
|
||||
headerText: qsTr("Password / Private key")
|
||||
headerText: qsTr("Password / SSH private key")
|
||||
textField.echoMode: TextInput.Password
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue