summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/images/fetchmore-example.pngbin13407 -> 19169 bytes
-rw-r--r--examples/widgets/doc/src/fetchmore.qdoc8
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/images/fetchmore-example.png b/doc/src/images/fetchmore-example.png
index d2359dc8c5..e8c689ad5e 100644
--- a/doc/src/images/fetchmore-example.png
+++ b/doc/src/images/fetchmore-example.png
Binary files differ
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