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
Marco Bubke
flatpak-qt-creator
Commits
8c83a9d0
Commit
8c83a9d0
authored
Mar 19, 2010
by
Lasse Holmstedt
Browse files
Added tooltips to qml inspector
parent
ce57387f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlinspector/qmlinspector.cpp
View file @
8c83a9d0
...
...
@@ -380,6 +380,12 @@ void QmlInspector::initWidgets()
propSplitter
,
Qt
::
BottomDockWidgetArea
);
m_inspectorOutputDock
=
Debugger
::
DebuggerUISwitcher
::
instance
()
->
createDockWidget
(
Qml
::
Constants
::
LANG_QML
,
inspectorOutput
,
Qt
::
BottomDockWidgetArea
);
m_objectTreeDock
->
setToolTip
(
tr
(
"Contents of the scene."
));
m_frameRateDock
->
setToolTip
(
tr
(
"Frame rate graph for analyzing performance."
));
m_propertyWatcherDock
->
setToolTip
(
tr
(
"Properties of the selected item."
));
m_inspectorOutputDock
->
setToolTip
(
tr
(
"Output of the QML inspector, such as information on connecting to the server."
));
m_dockWidgets
<<
m_objectTreeDock
<<
m_frameRateDock
<<
m_propertyWatcherDock
<<
m_inspectorOutputDock
;
}
...
...
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