summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2018-03-08 11:20:52 +0100
committerNico Vertriest <nico.vertriest@qt.io>2018-05-28 10:19:06 +0000
commit35e31149c2f88f1fe6c91b36388de8b3ac8a2123 (patch)
treee2ef24497fe4c5f2785a09ed3670d26d52d50056 /examples/widgets/doc
parente15fc26e9fdbff141890a3e2e8dc4ef935d022a0 (diff)
Doc: Update Fetchmore example
- minor edit - updated screenshot Task-number: QTBUG-60635 Change-Id: I988ad28723131127eee0a93671b0562d8f446139 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/src/fetchmore.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/widgets/doc/src/fetchmore.qdoc b/examples/widgets/doc/src/fetchmore.qdoc
index 2355a466fe..df0cf3b8ec 100644
--- a/examples/widgets/doc/src/fetchmore.qdoc
+++ b/examples/widgets/doc/src/fetchmore.qdoc
@@ -34,9 +34,11 @@
\image fetchmore-example.png
- The user of the example can enter a directory in the \uicontrol
- Directory line edit. The contents of the directory will
- be listed in the list view below.
+
+ This example consists of a dialog where you can enter a directory
+ name in the \uicontrol Directory edit field. The application loads and
+ visualizes all files it finds as you are typing. It is not required
+ to press [Enter] to launch the search.
When you have large - or perhaps even infinite - data sets, you
will need to add items to the model in batches, and preferably only