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
PIM Messagelib
Commits
4c8bd7b7
Commit
4c8bd7b7
authored
Aug 29, 2022
by
Laurent Montel
Browse files
Add title dialog
parent
f6ca7b10
Pipeline
#224486
canceled with stage
in 9 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
webengineviewer/src/developertool/developertooldialog.cpp
View file @
4c8bd7b7
...
...
@@ -6,6 +6,7 @@
#include
"developertooldialog.h"
#include
"developertoolwidget.h"
#include
<KConfigGroup>
#include
<KLocalizedString>
#include
<KSharedConfig>
#include
<QDialogButtonBox>
#include
<QVBoxLayout>
...
...
@@ -20,6 +21,7 @@ DeveloperToolDialog::DeveloperToolDialog(QWidget *parent)
:
QDialog
(
parent
)
,
mDeveloperToolWidget
(
new
DeveloperToolWidget
(
this
))
{
setWindowTitle
(
i18nc
(
"@title:window"
,
"Developer Tool"
));
auto
mainLayout
=
new
QVBoxLayout
(
this
);
mainLayout
->
setObjectName
(
QStringLiteral
(
"mainLayout"
));
...
...
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