diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 4658ce239f8..b3af32863f3 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1157,17 +1157,19 @@ \section1 Finding Symbols - To find the use of a specific symbol in your Qt C++ or Qt Quick project: + To find the use of a specific symbol or \l{glossary-component} + {QML component} in your Qt C++ or Qt Quick project: \list 1 - \o In the editor, place the cursor on the symbol, and select: + \o In the editor, place the cursor on the symbol or component, and + select: \list \o \gui {Tools > C++ > Find Usages} - \o \gui {Tools > QML > Find Usages} + \o \gui {Tools > QML/JS > Find Usages} \o \key Ctrl+Shift+U diff --git a/doc/src/overview/creator-glossary.qdoc b/doc/src/overview/creator-glossary.qdoc index 8d3ae9549eb..990c3891693 100644 --- a/doc/src/overview/creator-glossary.qdoc +++ b/doc/src/overview/creator-glossary.qdoc @@ -84,6 +84,21 @@ as build configurations, compatible tool chains, and supported Qt versions) as targets to make cross-platform development easier. + + \row + \o + \raw HTML + Component + \endraw + \target glossary-component + \o A component is an instantiable QML definition, typically + contained in a .qml file. For instance, a Button component may + be defined in Button.qml. The QML runtime may instantiate this + Button component to create Button objects. Alternatively, a + component may be defined inside a + \l{http://doc.qt.nokia.com/4.7-snapshot/qmlreusablecomponents.html} + {Component} element. + \endtable */