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 Data Exporter
Commits
f600b003
Commit
f600b003
authored
Apr 29, 2022
by
Laurent Montel
😁
Browse files
Fix update buttons
parent
321465bf
Pipeline
#169618
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/dialog/showarchivestructuredialog.cpp
View file @
f600b003
...
...
@@ -57,7 +57,7 @@ ShowArchiveStructureDialog::ShowArchiveStructureDialog(const QString &filename,
connect
(
mOpenFile
,
&
QPushButton
::
clicked
,
this
,
&
ShowArchiveStructureDialog
::
slotOpenFile
);
buttonBox
->
addButton
(
mOpenFile
,
QDialogButtonBox
::
ActionRole
);
connect
(
mTreeWidget
,
&
QTreeWidget
::
item
Click
ed
,
this
,
&
ShowArchiveStructureDialog
::
slotItemClicked
);
connect
(
mTreeWidget
,
&
QTreeWidget
::
item
Activat
ed
,
this
,
&
ShowArchiveStructureDialog
::
slotItemClicked
);
mainLayout
->
addWidget
(
searchLine
);
mainLayout
->
addWidget
(
mTreeWidget
);
...
...
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