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
6d651013
Commit
6d651013
authored
Feb 24, 2011
by
Thorbjørn Lindeijer
Browse files
QmlJSDebugger: Corrected some labels
Reviewed-by: Kai Koehne
parent
65ff34f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qml/qmljsdebugger/qdeclarativeviewobserver.cpp
View file @
6d651013
...
...
@@ -908,7 +908,7 @@ void QDeclarativeViewObserverPrivate::createToolBox()
QWidget
*
toolBox
=
new
QWidget
(
q
->
declarativeView
(),
Qt
::
Tool
);
toolBox
->
setWindowFlags
(
toolBox
->
windowFlags
()
&
~
Qt
::
WindowCloseButtonHint
|
Qt
::
CustomizeWindowHint
);
toolBox
->
setWindowTitle
(
tr
(
"Quick Toolbox"
));
toolBox
->
setWindowTitle
(
tr
(
"
Qt
Quick Toolbox"
));
toolBox
->
setLayout
(
verticalLayout
);
toolBox
->
restoreGeometry
(
settings
->
value
(
QLatin1String
(
KEY_TOOLBOX_GEOMETRY
)).
toByteArray
());
...
...
src/plugins/qt4projectmanager/debugginghelper.ui
View file @
6d651013
...
...
@@ -122,7 +122,7 @@
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"qmlDebuggingLibLabel"
>
<property
name=
"text"
>
<string>
Q
ml
Debugging Library:
</string>
<string>
Q
ML
Debugging Library:
</string>
</property>
</widget>
</item>
...
...
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