summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/basiclayouts.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-07 15:51:31 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-07 15:51:31 (GMT)
commitef9d3ff8dd3f28d259c97f701cda2e652ee9c89d (patch)
tree68894170402e60b5a1c578bf34c1fd6ccc830442 /doc/src/examples/basiclayouts.qdoc
parentba7bec67c4ff68efa0abf3e204c39324fd6caf55 (diff)
parent93b40aa12270714abe722bbc4e47166f5a47bdf4 (diff)
downloadQt-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.qdoc2
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.