From 88e29febba1138cf722d838b529c89cefefe2047 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 13 Dec 2011 11:52:47 +0100 Subject: Doc: restructure doc according to developer workflow Add and remove illustrations. Add landing pages. Change-Id: I927d62aee9dc43814ef7f4d7424a83eee2af156b Reviewed-by: Erik Verbruggen --- doc/src/widgets/qtdesigner-overview.qdoc | 9 +-------- doc/src/widgets/qtdesigner-plugins.qdoc | 6 +++--- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'doc/src/widgets') 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. diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index 96ab746f9cb..4f95568886a 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. -- cgit v1.2.3