Doc: Widgets/Tools examples: fix group and missing images

Adds two images missing from Completer example documentation and fixes
typos in \ingroup parameter.

Change-Id: I2a9c1a22c65145dba37b182a82c19f4f0e424ca7
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Topi Reinio 2013-01-14 16:02:30 +01:00 committed by The Qt Project
parent d089ecb711
commit 9ccd00703d
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -28,7 +28,7 @@
/*!
\example tools/completer
\title Completer Example
\ingroup example-widgets-tools
\ingroup examples-widgets-tools
\brief The Completer example shows how to provide string-completion facilities
for an input widget based on data provided by a model.

View File

@ -28,7 +28,7 @@
/*!
\example tools/regexp
\title Regular Expressions Example
\ingroup example-widgets-tools
\ingroup examples-widgets-tools
\brief The Regular Expressions (RegExp) example shows how regular expressions in Qt are
applied to text by providing an environment in which new regular expressions can be