diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-27 16:25:36 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-04-28 17:03:30 (GMT) |
commit | 7d3e8674a757e351586d0625b8bad1d9cb771e8d (patch) | |
tree | c5151f00aeb704e97b1c89f401891c21da602f9c /doc | |
parent | 728d4798fa38abf04c682d955abe6325f7599fa0 (diff) | |
download | Qt-7d3e8674a757e351586d0625b8bad1d9cb771e8d.zip Qt-7d3e8674a757e351586d0625b8bad1d9cb771e8d.tar.gz Qt-7d3e8674a757e351586d0625b8bad1d9cb771e8d.tar.bz2 |
Doc: Fixed typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/development/designer-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/designer-manual.qdoc b/doc/src/development/designer-manual.qdoc index 0f38c61..94005a0 100644 --- a/doc/src/development/designer-manual.qdoc +++ b/doc/src/development/designer-manual.qdoc @@ -1560,7 +1560,7 @@ \section1 Dock Widgets Since dock widgets are \l{Using Containers in Qt Designer} - {container widgets}, they can be added to a form in the usuasl way. Once + {container widgets}, they can be added to a form in the usual way. Once added to a form, dock widgets are not placed in any particular dock area by default; you need to set the \gui{docked} property to true for each widget and choose an appropriate value for its \gui{dockWidgetArea} property. |