QML: Accept Subscribe dialog on EnterKey in URL entry
This commit is contained in:
parent
8a9b29aed2
commit
35c6e5a2e6
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ Dialog {
|
||||||
label: 'Feed URL'
|
label: 'Feed URL'
|
||||||
placeholderText: label
|
placeholderText: label
|
||||||
inputMethodHints: Qt.ImhUrlCharactersOnly | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
inputMethodHints: Qt.ImhUrlCharactersOnly | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
||||||
|
EnterKey.onClicked: subscribe.accept()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue