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:
vladimir.kuznetsov 2023-08-28 14:18:41 +03:00
parent fe08fd3f0a
commit 639c18395b
9 changed files with 22 additions and 32 deletions

View file

@ -212,6 +212,7 @@ PageType {
headerText: qsTr("Port")
textField.maximumLength: 5
textField.validator: IntValidator { bottom: 1; top: 65535 }
}
Rectangle {