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
Tobias Hunger
qt-creator
Commits
fdd87280
Commit
fdd87280
authored
Dec 10, 2008
by
mae
Browse files
rename visible parts of QuickOpen to "Type to locate", "Locate...", and "Locator",
suggestion and request by the doc team.
parent
39ad48c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/quickopen/quickopenconstants.h
View file @
fdd87280
...
...
@@ -38,7 +38,7 @@ namespace QuickOpen {
namespace
Constants
{
const
char
*
const
FILTER_OPTIONS_PAGE
=
"Filters"
;
const
char
*
const
QUICKOPEN_CATEGORY
=
"
QuickOpen
"
;
const
char
*
const
QUICKOPEN_CATEGORY
=
"
Locator
"
;
const
char
*
const
TASK_INDEX
=
"QuickOpen.Task.Index"
;
}
// namespace Constants
...
...
src/plugins/quickopen/quickopentoolwindow.cpp
View file @
fdd87280
...
...
@@ -264,7 +264,7 @@ QuickOpenToolWindow::QuickOpenToolWindow(QuickOpenPlugin *qop) :
// Explcitly hide the completion list popup.
m_completionList
->
hide
();
setWindowTitle
(
"
Quick Open
"
);
setWindowTitle
(
"
Locate...
"
);
resize
(
200
,
90
);
QSizePolicy
sizePolicy
(
QSizePolicy
::
Fixed
,
QSizePolicy
::
Preferred
);
sizePolicy
.
setHorizontalStretch
(
0
);
...
...
@@ -281,7 +281,7 @@ QuickOpenToolWindow::QuickOpenToolWindow(QuickOpenPlugin *qop) :
QPixmap
image
(
Core
::
Constants
::
ICON_MAGNIFIER
);
m_fileLineEdit
->
setPixmap
(
image
);
m_fileLineEdit
->
setUseLayoutDirection
(
true
);
m_fileLineEdit
->
setHintText
(
tr
(
"Type to
QuickOpen
"
));
m_fileLineEdit
->
setHintText
(
tr
(
"Type to
locate
"
));
m_fileLineEdit
->
setFocusPolicy
(
Qt
::
ClickFocus
);
m_fileLineEdit
->
installEventFilter
(
this
);
...
...
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