components: RemoteNodeEdit validate port number range

pull/2/head
xiphon 6 years ago
parent 270a637924
commit b34d5409e6

@ -96,6 +96,7 @@ GridLayout {
fontColor: lineEditFontColor
fontBold: lineEditFontBold
fontSize: lineEditFontSize
validator: IntValidator{bottom: 1; top: 65535;}
onEditingFinished: root.editingFinished()
}