diff options
author | Leena Miettinen <[email protected]> | 2011-12-13 11:52:47 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2011-12-13 13:55:34 +0100 |
commit | 88e29febba1138cf722d838b529c89cefefe2047 (patch) | |
tree | c69dd248cbc3198e49844854ba3ecc5ee7e8dbd6 /doc/src/widgets/qtdesigner-overview.qdoc | |
parent | aeebb26ef150d933fdcd809b00cb942bf4b621db (diff) |
Doc: restructure doc according to developer workflow
Add and remove illustrations.
Add landing pages.
Change-Id: I927d62aee9dc43814ef7f4d7424a83eee2af156b
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'doc/src/widgets/qtdesigner-overview.qdoc')
-rw-r--r-- | doc/src/widgets/qtdesigner-overview.qdoc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/src/widgets/qtdesigner-overview.qdoc b/doc/src/widgets/qtdesigner-overview.qdoc index b71b82815df..f9469935028 100644 --- a/doc/src/widgets/qtdesigner-overview.qdoc +++ b/doc/src/widgets/qtdesigner-overview.qdoc @@ -29,17 +29,10 @@ \contentspage index.html \previouspage creator-qml-modules-with-plugins.html \page creator-using-qt-designer.html - \nextpage creator-usability.html + \nextpage adding-plugins.html \title Developing Widget Based Applications - Widgets and forms created with \QD are integrated seamlessly with programmed - code by using the Qt signals and slots mechanism that allows you to easily - assign behavior to graphical elements. All properties set in \QD can be - changed dynamically within the code. Furthermore, features such as widget - promotion and custom plugins allow you to use your own widgets with \QD. For - more information, see \l{Adding Qt Designer Plugins}. - \QC automatically opens all .ui files in the integrated \QD, in \gui Design mode. |