summaryrefslogtreecommitdiff
path: root/doc/src/widgets/qtdesigner-plugins.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-12-13 11:52:47 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-12-13 13:55:34 +0100
commit88e29febba1138cf722d838b529c89cefefe2047 (patch)
treec69dd248cbc3198e49844854ba3ecc5ee7e8dbd6 /doc/src/widgets/qtdesigner-plugins.qdoc
parentaeebb26ef150d933fdcd809b00cb942bf4b621db (diff)
downloadqt-creator-88e29febba1138cf722d838b529c89cefefe2047.tar.gz
Doc: restructure doc according to developer workflow
Add and remove illustrations. Add landing pages. Change-Id: I927d62aee9dc43814ef7f4d7424a83eee2af156b Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'doc/src/widgets/qtdesigner-plugins.qdoc')
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc
index 96ab746f9c..4f95568886 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -27,14 +27,14 @@
/*!
\contentspage index.html
- \previouspage creator-version-control.html
+ \previouspage creator-using-qt-designer.html
\page adding-plugins.html
- \nextpage creator-editor-external.html
+ \nextpage creator-usability.html
\title Adding Qt Designer Plugins
You can use Qt APIs to create plugins that extend Qt applications.
- This allows you to add your own widgets to \QD.
+ This enables you to add your own widgets to \QD.
The most flexible way to include a plugin with an application is to compile
it into a dynamic library that is shipped separately, and detected and
loaded at runtime.