summaryrefslogtreecommitdiff
path: root/src/controls/doc/src/qtquickcontrols-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols-examples.qdoc')
-rw-r--r--src/controls/doc/src/qtquickcontrols-examples.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-examples.qdoc b/src/controls/doc/src/qtquickcontrols-examples.qdoc
index 785181c8..3418d6c2 100644
--- a/src/controls/doc/src/qtquickcontrols-examples.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-examples.qdoc
@@ -502,3 +502,17 @@
\include examples-run.qdocinc
*/
+
+/*!
+ \example filesystembrowser
+ \title Qt Quick Controls - File System Browser Example
+ \ingroup qtquickcontrols_examples
+ \brief An example for the TreeView control.
+ \image qtquickcontrols-example-filesystembrowser.png
+
+ This example project demonstrates the usage of \l {TreeView} from
+ \l{Qt Quick Controls} - a control to display a tree representation of items
+ from a model derived from the QAbstractItemModel class.
+
+ The example displays the home path data given by the QFileSystemModel model.
+*/