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
PIM
Kalendar
Commits
0ba1bcee
Commit
0ba1bcee
authored
Sep 28, 2022
by
Claudio Cambra
Browse files
Add placeholder string to ContactGroupEditorPage
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
152deeca
Pipeline
#237702
failed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contacts/qml/private/ContactGroupEditorPage.qml
View file @
0ba1bcee
...
...
@@ -78,6 +78,7 @@ Kirigami.ScrollablePage {
Kirigami.FormData.label
:
i18n
(
"
Name:
"
)
text
:
contactGroupEditor
.
name
onTextChanged
:
contactGroupEditor
.
name
=
text
;
placeholderText
:
i18n
(
"
Contact group name
"
)
}
ColumnLayout
{
...
...
@@ -205,4 +206,4 @@ Kirigami.ScrollablePage {
}
}
}
}
\ No newline at end of file
}
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