diff options
author | Tasuku Suzuki <stasuku@gmail.com> | 2012-11-25 06:51:37 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-27 05:54:36 (GMT) |
commit | b05b9a4c7def41488d8cc29ee4c977de29b1416b (patch) | |
tree | 3a5c6a9ceb846111c064f5338fd2bfe1fcd5aa4c /doc/src | |
parent | aa1b7f3c11d3f222e5c5029c603e9982d0a10e1c (diff) | |
download | Qt-b05b9a4c7def41488d8cc29ee4c977de29b1416b.zip Qt-b05b9a4c7def41488d8cc29ee4c977de29b1416b.tar.gz Qt-b05b9a4c7def41488d8cc29ee4c977de29b1416b.tar.bz2 |
Doc: add missing LayoutMirroring to QML Elements
Change-Id: Id088effb7b38353c05b4f0baba89ddaa637aa016
Reviewed-by: Casper van Donderen <casper.vandonderen@gmail.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index ffc8bc1..b3d066d 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -167,6 +167,7 @@ Elements that animate properties based on data types \o \l {WorkerScript} - Enables the use of threads in QML \o \l {Loader} - Controls the loading of items or components \o \l {LayoutItem} - Allows declarative UI elements inside Qt's Graphics View layouts +\o \l {LayoutMirroring} - Used to mirror layout behavior \endlist \section1 Graphical Effects |