components: RemoteNodeEdit validate port number range

This commit is contained in:
xiphon 2018-11-10 23:16:27 +00:00
parent 270a637924
commit b34d5409e6

View file

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