summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/completer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/completer.qdoc')
-rw-r--r--examples/widgets/doc/src/completer.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/completer.qdoc b/examples/widgets/doc/src/completer.qdoc
index a64d7e1e79..f3e4fe8f0e 100644
--- a/examples/widgets/doc/src/completer.qdoc
+++ b/examples/widgets/doc/src/completer.qdoc
@@ -4,6 +4,7 @@
/*!
\example tools/completer
\title Completer Example
+ \examplecategory {User Interface Components}
\ingroup examples-widgets-tools
\brief The Completer example shows how to provide string-completion facilities
@@ -45,7 +46,7 @@
\snippet tools/completer/fsmodel.cpp 0
As mentioned earlier, the \c data() function is reimplemented in order to
- get it to return the entire file parth for the display role. For example,
+ get it to return the entire file path for the display role. For example,
with a QFileSystemModel, you will see "Program Files" in the view. However, with
\c FileSystemModel, you will see "C:\\Program Files".
@@ -201,7 +202,7 @@
\snippet tools/completer/mainwindow.cpp 14
- The \c changeMaxVisible() update the maximum number of visible items in
+ The \c changeMaxVisible() updates the maximum number of visible items in
the completer.
\snippet tools/completer/mainwindow.cpp 15