forked from qt-creator/qt-creator
Doc: replace "element" with "QML type" or "item"
Try to make terminology more consistent, by using "QML type" when describing the types, "item" when describing instances of QML types, and "component" when describing objects built by using QML types. Change-Id: Ie03f3a7e6f483471e344ae1f35bec0742173b27c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
\li \gui {Class View} shows the class hierarchy of the currently
|
||||
open projects.
|
||||
|
||||
\li \gui Outline shows the symbol hierarchy of a C++ file and the element
|
||||
\li \gui Outline shows the symbol hierarchy of a C++ file and the type
|
||||
hierarchy of a QML file.
|
||||
|
||||
\li \gui {Type Hierarchy} shows the base classes of a class.
|
||||
@@ -209,16 +209,16 @@
|
||||
\inlineimage qtcreator-show-subprojects.png
|
||||
(\gui {Show Subprojects}).
|
||||
|
||||
\section2 Viewing QML Elements
|
||||
\section2 Viewing QML Types
|
||||
|
||||
The \gui Outline view shows the element hierarchy in a QML file.
|
||||
The \gui Outline view shows the type hierarchy in a QML file.
|
||||
|
||||
\list
|
||||
|
||||
\li To see a complete list of all bindings, select \gui {Filter Tree >
|
||||
Show All Bindings}.
|
||||
|
||||
\li To keep the position in the view synchronized with the element
|
||||
\li To keep the position in the view synchronized with the QML type
|
||||
selected in the editor, select \gui {Synchronize with Editor}.
|
||||
|
||||
\endlist
|
||||
|
||||
Reference in New Issue
Block a user