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
KMail
Commits
29f6a94b
Commit
29f6a94b
authored
Jun 07, 2021
by
Laurent Montel
😁
Browse files
Add layout in this widget
parent
65a275cc
Pipeline
#64615
passed with stage
in 23 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailmergeagent/mailmergeconfigurewidget.cpp
View file @
29f6a94b
...
...
@@ -5,10 +5,13 @@
*/
#include "mailmergeconfigurewidget.h"
#include <QVBoxLayout>
MailMergeConfigureWidget
::
MailMergeConfigureWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
auto
mainLayout
=
new
QVBoxLayout
(
this
);
mainLayout
->
setObjectName
(
QStringLiteral
(
"mainLayout"
));
}
MailMergeConfigureWidget
::~
MailMergeConfigureWidget
()
...
...
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