mirror of https://github.com/qt/qtbase.git
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:
parent
d089ecb711
commit
9ccd00703d
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue