From cd37acf69e57ce295d90fc30e1f96e23fc47debd Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 4 Nov 2013 17:25:24 +0100 Subject: [PATCH] Doc: move Qt Designer info to Qt Designer topic This information looks a bit out of place on the landing page where we make a distinction between Qt Designer and Qt Qt Quick Designer. Change-Id: Ie8b7cb678c1ecc293f74bc43252536b550649b88 Reviewed-by: Friedemann Kleint --- doc/src/overview/creator-design-overview.qdoc | 11 ----------- doc/src/widgets/qtdesigner-overview.qdoc | 6 ++++++ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/doc/src/overview/creator-design-overview.qdoc b/doc/src/overview/creator-design-overview.qdoc index 0ae3c853466..24ad57a83f8 100644 --- a/doc/src/overview/creator-design-overview.qdoc +++ b/doc/src/overview/creator-design-overview.qdoc @@ -57,15 +57,4 @@ applications for them. \endlist - - \section1 Related Topics - - \list - - \li \l{Adding Qt Designer Plugins} - - You can use Qt APIs to create plugins that extend Qt applications. - This enables you to add your own widgets to \QD. - - \endlist */ diff --git a/doc/src/widgets/qtdesigner-overview.qdoc b/doc/src/widgets/qtdesigner-overview.qdoc index 7ed9eec67b6..2b6850bfc8a 100644 --- a/doc/src/widgets/qtdesigner-overview.qdoc +++ b/doc/src/widgets/qtdesigner-overview.qdoc @@ -119,4 +119,10 @@ the context menu. \endlist + + \section1 Adding Widgets + + You can use Qt APIs to create plugins that extend Qt applications. This + enables you to add your own widgets to \QD. For more information, see + \l{Adding Qt Designer Plugins} */