diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-07 15:51:31 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-07 15:51:31 (GMT) |
commit | ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d (patch) | |
tree | 68894170402e60b5a1c578bf34c1fd6ccc830442 /doc/src/examples/basiclayouts.qdoc | |
parent | ba7bec67c4ff68efa0abf3e204c39324fd6caf55 (diff) | |
parent | 93b40aa12270714abe722bbc4e47166f5a47bdf4 (diff) | |
download | Qt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.zip Qt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.tar.gz Qt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/examples/basiclayouts.qdoc')
-rw-r--r-- | doc/src/examples/basiclayouts.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/basiclayouts.qdoc b/doc/src/examples/basiclayouts.qdoc index 1ecf394..cbc9297 100644 --- a/doc/src/examples/basiclayouts.qdoc +++ b/doc/src/examples/basiclayouts.qdoc @@ -66,7 +66,7 @@ horizontal layout. Next we use the \c createGridGroupBox() function to create a group box containing several line edits and a small text editor which are displayed in a grid layout. Finally, we use the - \c createFormGroupBox() function to createa a group box with + \c createFormGroupBox() function to create a group box with three labels and three input fields: a line edit, a combo box and a spin box. |