diff --git a/doc/src/overview/creator-design-overview.qdoc b/doc/src/overview/creator-design-overview.qdoc index 0ae3c8534665d3a96e9f3c9d8ed3f6cf27de4b44..24ad57a83f8498eb011a496ea935fee027500996 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 7ed9eec67b62065cfa18e9fcde58c424c83c82ae..2b6850bfc8a3fdfd2a9eaf5f1bae2aa71e57f01a 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} */