diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-26 10:07:42 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-26 10:07:42 (GMT) |
commit | 9ebd170981c5e46ec17ae0f5d146e04ccc28dbee (patch) | |
tree | 97eb2958ac34ab976fb9015fb3c8696aac385f6c /doc | |
parent | 57df8bc3ddd2bc5aaf5c25cf3e311fe56ad50ffb (diff) | |
parent | 72ecfb3eb9b65ed2617942510fa0c9af5075f209 (diff) | |
download | Qt-9ebd170981c5e46ec17ae0f5d146e04ccc28dbee.zip Qt-9ebd170981c5e46ec17ae0f5d146e04ccc28dbee.tar.gz Qt-9ebd170981c5e46ec17ae0f5d146e04ccc28dbee.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/designer-manual.qdoc | 28 | ||||
-rw-r--r-- | doc/src/images/designer-choosing-form.png | bin | 38078 -> 39080 bytes | |||
-rw-r--r-- | doc/src/images/rgbController-arrangement.png | bin | 0 -> 10813 bytes |
3 files changed, 15 insertions, 13 deletions
diff --git a/doc/src/designer-manual.qdoc b/doc/src/designer-manual.qdoc index 03b74e6..77b208b 100644 --- a/doc/src/designer-manual.qdoc +++ b/doc/src/designer-manual.qdoc @@ -235,6 +235,7 @@ \page designer-to-know.html \contentspage {Qt Designer Manual}{Contents} + \title Getting to Know Qt Designer \tableofcontents @@ -408,6 +409,7 @@ \page designer-quick-start.html \contentspage {Qt Designer Manual}{Contents} + \title A Quick Start to Qt Designer Using \QD involves \bold four basic steps: @@ -419,16 +421,14 @@ \o Preview the form \endlist - \omit \image rgbController-screenshot.png - \endomit - Suppose you would like to design a small widget (see screenshot above) - that contains the controls needed to manipulate Red, Green and Blue (RGB) - values -- a type of widget that can be seen everywhere in image - manipulation programs. + Suppose you would like to design a small widget (see screenshot above) that + contains the controls needed to manipulate Red, Green and Blue (RGB) values + -- a type of widget that can be seen everywhere in image manipulation + programs. - \table + \table \row \i \inlineimage designer-choosing-form.png \i \bold{Choosing a Form} @@ -436,20 +436,22 @@ You start by choosing \gui Widget from the \gui{New Form} dialog. \endtable - Then you drag three labels, three spin boxes and three vertical sliders - on to your form. You can roughly arrange them according to how you would - like them to be laid out. + Then you drag three labels, three spin boxes and three vertical sliders on + to your form. To change the label's default text, simply double-click on + it. The screenshot below shows the form after all three labels have been + renamed. + + You can roughly arrange them according to how you would like them to be + laid out. - \omit \table \row \o \inlineimage rgbController-widgetBox.png \o \inlineimage rgbController-arrangement.png \endtable - \endomit To ensure that they are laid out exactly like this in your program, you need to place these widgets into a layout. We will do this in groups of - three. Select the "RED" label. Then, hold down \key Shift while you select + three. Select the "RED" label. Then, hold down \key Ctrl while you select its corresponding spin box and slider. In the \gui{Form} menu, select \gui{Lay Out in a Grid}. diff --git a/doc/src/images/designer-choosing-form.png b/doc/src/images/designer-choosing-form.png Binary files differindex fa6e470..bee4b29 100644 --- a/doc/src/images/designer-choosing-form.png +++ b/doc/src/images/designer-choosing-form.png diff --git a/doc/src/images/rgbController-arrangement.png b/doc/src/images/rgbController-arrangement.png Binary files differnew file mode 100644 index 0000000..d9e8bab --- /dev/null +++ b/doc/src/images/rgbController-arrangement.png |