diff options
author | Bea Lam <bea.lam@nokia.com> | 2011-03-21 03:20:36 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2011-03-21 03:30:11 (GMT) |
commit | 40db21b1d8a020291f0a0660d30491b49f49885b (patch) | |
tree | e36531625ff4b35f227a4d31a6a443c30b2fcb6c /doc/src/examples | |
parent | 9f99d85769b3c1c68dd8c9fd9afa1f09c9eeb2e9 (diff) | |
download | Qt-40db21b1d8a020291f0a0660d30491b49f49885b.zip Qt-40db21b1d8a020291f0a0660d30491b49f49885b.tar.gz Qt-40db21b1d8a020291f0a0660d30491b49f49885b.tar.bz2 |
fixes/improvements for new QML right-to-left docs
Clarify some of the docs and fix some broken doc links.
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 8f34a9f..3439b09 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -278,6 +278,8 @@ of the text and by the layout mirrroring. Click on the gray buttons shown at the bottom of the example to toggle between different horizontal alignment options. + + \sa {QML Right-to-left User Interfaces} */ /*! @@ -290,6 +292,8 @@ to toggle the layout direction of the shown elements. \image qml-righttoleft-layoutdirection-example.png + + \sa {QML Right-to-left User Interfaces} */ @@ -303,6 +307,8 @@ layout mirroring. \image qml-righttoleft-layoutmirroring-example.png + + \sa {QML Right-to-left User Interfaces} */ /*! |