diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-27 16:25:36 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-04 16:35:31 (GMT) |
commit | 4a28dccd472ca5928e8441b28122c5826a7cccb9 (patch) | |
tree | 303714594b1a23b089ed73ca725f717042fc6898 /doc | |
parent | c52c7b698eaae28eef51059cdc6d5682b0b4030e (diff) | |
download | Qt-4a28dccd472ca5928e8441b28122c5826a7cccb9.zip Qt-4a28dccd472ca5928e8441b28122c5826a7cccb9.tar.gz Qt-4a28dccd472ca5928e8441b28122c5826a7cccb9.tar.bz2 |
Doc: Fixed typo.
(cherry picked from commit 7d3e8674a757e351586d0625b8bad1d9cb771e8d)
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. |