diff --git a/examples/widgets/doc/images/completer-example-dirmodel.png b/examples/widgets/doc/images/completer-example-dirmodel.png new file mode 100644 index 00000000000..94b75b07956 Binary files /dev/null and b/examples/widgets/doc/images/completer-example-dirmodel.png differ diff --git a/examples/widgets/doc/images/completer-example-qdirmodel.png b/examples/widgets/doc/images/completer-example-qdirmodel.png new file mode 100644 index 00000000000..904c198792e Binary files /dev/null and b/examples/widgets/doc/images/completer-example-qdirmodel.png differ diff --git a/examples/widgets/doc/src/completer.qdoc b/examples/widgets/doc/src/completer.qdoc index d74e19f28ba..dcb15d2ef89 100644 --- a/examples/widgets/doc/src/completer.qdoc +++ b/examples/widgets/doc/src/completer.qdoc @@ -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. diff --git a/examples/widgets/doc/src/regexp.qdoc b/examples/widgets/doc/src/regexp.qdoc index 562075caced..9dc3878c105 100644 --- a/examples/widgets/doc/src/regexp.qdoc +++ b/examples/widgets/doc/src/regexp.qdoc @@ -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