summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-05-29 01:00:09 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-05-29 01:00:09 +0200
commit875731368af013568bb24a6cda7a2836c723dc82 (patch)
tree993d494f25151c1290ea9809e978a096b7431f9b /examples/widgets/doc
parent2843c58e5f0447e553d0f29614177b3b1d1884dc (diff)
parent42e4a6531d89601499e5d3d419216a4bbacf6670 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/images/echoplugin.pngbin0 -> 7758 bytes
-rw-r--r--examples/widgets/doc/src/fetchmore.qdoc8
2 files changed, 5 insertions, 3 deletions
diff --git a/examples/widgets/doc/images/echoplugin.png b/examples/widgets/doc/images/echoplugin.png
new file mode 100644
index 0000000000..6c4fd2f6d8
--- /dev/null
+++ b/examples/widgets/doc/images/echoplugin.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