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
abe8a797
Commit
abe8a797
authored
Apr 24, 2017
by
Laurent Montel
😁
Browse files
Add PlaceholderText
parent
4e117335
Changes
1
Show whitespace changes
Inline
Side-by-side
gui/dialog/showarchivestructuredialog.cpp
View file @
abe8a797
...
@@ -48,6 +48,7 @@ ShowArchiveStructureDialog::ShowArchiveStructureDialog(const QString &filename,
...
@@ -48,6 +48,7 @@ ShowArchiveStructureDialog::ShowArchiveStructureDialog(const QString &filename,
mTreeWidget
->
setAlternatingRowColors
(
true
);
mTreeWidget
->
setAlternatingRowColors
(
true
);
KTreeWidgetSearchLine
*
searchLine
=
new
KTreeWidgetSearchLine
(
this
,
mTreeWidget
);
KTreeWidgetSearchLine
*
searchLine
=
new
KTreeWidgetSearchLine
(
this
,
mTreeWidget
);
searchLine
->
setPlaceholderText
(
i18n
(
"Search..."
));
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Close
,
this
);
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Close
,
this
);
QPushButton
*
user1Button
=
new
QPushButton
;
QPushButton
*
user1Button
=
new
QPushButton
;
buttonBox
->
addButton
(
user1Button
,
QDialogButtonBox
::
ActionRole
);
buttonBox
->
addButton
(
user1Button
,
QDialogButtonBox
::
ActionRole
);
...
...
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