From 81c9949541c6663d2ab719a8cff5a0b68d2c4406 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 8 Nov 2019 11:44:49 +0100 Subject: Doc: Resolve documentation warnings - QDoc Manual: UIComponents example project has been moved to be a part of test case - remove references to it from the manual. - Add missing image. - Document the namespace qdesigner_internal as \internal. Fixes: QTBUG-79833 Change-Id: Ic0984cef4091e794de5e502d04a897b1f532d9d8 Reviewed-by: Paul Wicking --- examples/designer/doc/src/containerextension.qdoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc index ce5d161ff..c72868554 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. @@ -489,7 +488,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. */ -- cgit v1.2.3