Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KAccounts Providers
Commits
69b99b63
Commit
69b99b63
authored
Feb 18, 2022
by
Nicolas Fella
Browse files
Set input method hint for URL text fields
parent
532aefcc
Pipeline
#148672
failed with stage
in 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
plugins/nextcloud-ui/package/contents/ui/Server.qml
View file @
69b99b63
...
...
@@ -45,6 +45,7 @@ Kirigami.Page {
TextField
{
id
:
serverText
placeholderText
:
"
https://nextcloud.provider.com
"
inputMethodHints
:
Qt
.
ImhUrlCharactersOnly
Kirigami.FormData.label
:
i18n
(
"
Server address:
"
)
}
}
...
...
plugins/owncloud-ui/package/contents/ui/Server.qml
View file @
69b99b63
...
...
@@ -56,6 +56,7 @@ Kirigami.Page {
TextField
{
id
:
serverText
placeholderText
:
"
https://owncloud.provider.com
"
inputMethodHints
:
Qt
.
ImhUrlCharactersOnly
Kirigami.FormData.label
:
i18n
(
"
Server address:
"
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment