fixed display of notification about successful clearing of cached profiles
- limited the input for the Port field to only numeric values, in the range 1-65535
This commit is contained in:
parent
fe08fd3f0a
commit
639c18395b
9 changed files with 22 additions and 32 deletions
|
|
@ -134,6 +134,7 @@ PageType {
|
|||
headerText: qsTr("Port")
|
||||
textFieldText: port
|
||||
textField.maximumLength: 5
|
||||
textField.validator: IntValidator { bottom: 1; top: 65535 }
|
||||
|
||||
textField.onEditingFinished: {
|
||||
if (textFieldText !== port) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue