diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-11-04 17:25:24 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2013-11-05 08:55:46 +0100 |
commit | cd37acf69e57ce295d90fc30e1f96e23fc47debd (patch) | |
tree | ed936da801b94e4bf43e37535115e52c4da4f6ec /doc/src | |
parent | e02b492a4ee3497db8313189b15dc1bec42be13f (diff) | |
download | qt-creator-cd37acf69e57ce295d90fc30e1f96e23fc47debd.tar.gz |
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 <Friedemann.Kleint@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/overview/creator-design-overview.qdoc | 11 | ||||
-rw-r--r-- | 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 0ae3c85346..24ad57a83f 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 7ed9eec67b..2b6850bfc8 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} */ |