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 Data Exporter
Commits
d0e21cae
Commit
d0e21cae
authored
Sep 29, 2017
by
Laurent Montel
Browse files
Add parent to qdialogbuttonbox
parent
75308847
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/dialog/pimsettingexporterconfiguredialog.cpp
View file @
d0e21cae
...
...
@@ -33,7 +33,7 @@ PimSettingExporterConfigureDialog::PimSettingExporterConfigureDialog(QWidget *pa
mConfigureWidget
->
setObjectName
(
QStringLiteral
(
"configurewidget"
));
layout
->
addWidget
(
mConfigureWidget
);
QDialogButtonBox
*
button
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
RestoreDefaults
);
QDialogButtonBox
*
button
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
RestoreDefaults
,
this
);
button
->
setObjectName
(
QStringLiteral
(
"buttonbox"
));
connect
(
button
,
&
QDialogButtonBox
::
accepted
,
this
,
&
PimSettingExporterConfigureDialog
::
slotAccepted
);
connect
(
button
,
&
QDialogButtonBox
::
rejected
,
this
,
&
PimSettingExporterConfigureDialog
::
reject
);
...
...
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