OSDN Git Service

Doc: Go into Component function
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Wed, 19 Oct 2011 13:31:14 +0000 (15:31 +0200)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Thu, 20 Oct 2011 07:31:06 +0000 (09:31 +0200)
Change-Id: I2be678a463370730ebdb9497c30da3b90dbbf931
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
doc/images/qmldesigner-breadcrumbs.png [new file with mode: 0644]
doc/src/qtquick/qtquick-app-development.qdoc

diff --git a/doc/images/qmldesigner-breadcrumbs.png b/doc/images/qmldesigner-breadcrumbs.png
new file mode 100644 (file)
index 0000000..b878b78
Binary files /dev/null and b/doc/images/qmldesigner-breadcrumbs.png differ
index ca0d1f6..79553be 100644 (file)
 
     \title Creating Components
 
-    A QML component provides a way of defining a new type that you can re-use in other QML
+    A \l{glossary-component}{component} provides a way of defining a new type
+    that you can re-use in other QML
     files. A component is like a black box; it interacts with the outside world
     through properties, signals, and slots, and is generally defined in its own QML file.
     You can import components to screens and applications.
 
     \endlist
 
+    \section1 Moving Within Components
+
+    Components can consist of several other components. To view the component
+    hierarchy as a bread crumb path when you edit a component on the canvas,
+    select \gui {Go into Component} or press \key F2. Click the component
+    names in the path to navigate to them. You can easily navigate back to the
+    top level when you are done editing the component.
+
+    \image qmldesigner-breadcrumbs.png "Go into Component command"
+
 */