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
PIM Messagelib
Commits
156288a9
Commit
156288a9
authored
Oct 29, 2018
by
Laurent Montel
😁
Browse files
Use RichText here
parent
6722491c
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/recipient/recipientseditorsidewidget.cpp
View file @
156288a9
...
@@ -48,7 +48,7 @@ RecipientsEditorSideWidget::RecipientsEditorSideWidget(RecipientsEditor *view, Q
...
@@ -48,7 +48,7 @@ RecipientsEditorSideWidget::RecipientsEditorSideWidget(RecipientsEditor *view, Q
mTotalLabel
=
new
QLabel
(
this
);
mTotalLabel
=
new
QLabel
(
this
);
mTotalLabel
->
setAlignment
(
Qt
::
AlignCenter
);
mTotalLabel
->
setAlignment
(
Qt
::
AlignCenter
);
mTotalLabel
->
setTextFormat
(
Qt
::
Plain
Text
);
mTotalLabel
->
setTextFormat
(
Qt
::
Rich
Text
);
topLayout
->
addWidget
(
mTotalLabel
);
topLayout
->
addWidget
(
mTotalLabel
);
mTotalLabel
->
hide
();
mTotalLabel
->
hide
();
...
...
Write
Preview
Supports
Markdown
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