Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
13609b3a
Commit
13609b3a
authored
May 21, 2021
by
Laurent Montel
😁
Browse files
Add place holder text
parent
95186ed5
Pipeline
#62646
passed with stage
in 54 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/grammalecte/src/grammalecteconfigwidget.cpp
View file @
13609b3a
...
...
@@ -135,6 +135,7 @@ QWidget *GrammalecteConfigWidget::addGeneralTab()
mGrammalectePath
=
new
KUrlRequester
(
this
);
mGrammalectePath
->
setObjectName
(
QStringLiteral
(
"grammalectepath"
));
mGrammalectePath
->
setPlaceholderText
(
i18n
(
"Add full 'grammalecte-cli.py' path"
));
lay
->
addRow
(
i18n
(
"Grammalecte Path:"
),
mGrammalectePath
);
return
w
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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