summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-23 03:03:53 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-23 03:03:53 +0100
commit49c9aa0abb36cdb4b12bb88afd1764e28b90d111 (patch)
treeeca097a7d065fcea7e5aa7b77422af4a8acb8507 /examples
parentff2a2d1c7df2dbf35a2ea50cded2f850ca39a7d4 (diff)
parent16440300f29f270f74251d498249e9eef9dc254b (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/doc/src/containerextension.qdoc18
1 files changed, 8 insertions, 10 deletions
diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc
index 53d595729..b369ba50b 100644
--- a/examples/designer/doc/src/containerextension.qdoc
+++ b/examples/designer/doc/src/containerextension.qdoc
@@ -171,11 +171,10 @@
another page or changes one of the page titles. To be able to give
each page their own title, we have chosen to use the
QWidget::windowTitle property to store the page title (for more
- information see the MultiPageWidget class \l
- {containerextension/multipagewidget.cpp}{implementation}). Note
- that currently there is no way of adding a custom property (e.g.,
- a page title) to the pages without using a predefined property as
- placeholder.
+ information see the MultiPageWidget class implementation in
+ \e containerextension/multipagewidget.cpp. Note that currently there
+ is no way of adding a custom property (for example, a page title) to
+ the pages without using a predefined property as placeholder.
The \c MultiPageWidgetPlugin class inherits from both QObject and
QDesignerCustomWidgetInterface. It is important to remember, when
@@ -279,8 +278,8 @@
QDesignerPropertySheetExtension::indexOf() function. As previously
mentioned, we have chosen to use the QWidget::windowTitle property
to store the page title (for more information see the
- MultiPageWidget class \l
- {containerextension/multipagewidget.cpp}{implementation}).
+ MultiPageWidget class implementation in
+ \e containerextension/multipagewidget.cpp.
Finally, we implicitly force an update of the page's property
sheet by calling the
QDesignerPropertySheetExtension::setChanged() function.
@@ -491,7 +490,6 @@
updated whenever the user views another page or changes one of the
page titles.
- See the MultiPageWidget class \l
- {containerextension/multipagewidget.cpp}{implementation}
- for more details.
+ See the MultiPageWidget class implementation in
+ \e containerextension/multipagewidget.cpp for more details.
*/