summaryrefslogtreecommitdiffstats
path: root/src/layouts/qquicklinearlayout.cpp
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-10 09:38:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-12 14:15:39 +0200
commit3b10c17e34bd6da6278600f57a0ecafe5eb58431 (patch)
treed9b1c3ca3a432299d74f4d65e095e3feb7498a04 /src/layouts/qquicklinearlayout.cpp
parent68abb104e902454b8daba23b108c1ad89e33d890 (diff)
Move doc from the index to the overview pagev5.1.0-rc1
Cleanup the links. And doc fix in TableViewStyle.qml Change-Id: Id61fcff49af79f35f68696900142bb200ae18042 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Diffstat (limited to 'src/layouts/qquicklinearlayout.cpp')
-rw-r--r--src/layouts/qquicklinearlayout.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/layouts/qquicklinearlayout.cpp b/src/layouts/qquicklinearlayout.cpp
index 7c48248bb..931bfed5c 100644
--- a/src/layouts/qquicklinearlayout.cpp
+++ b/src/layouts/qquicklinearlayout.cpp
@@ -67,6 +67,8 @@
\li \l{Layout::fillHeight}{Layout.fillHeight}
\li \l{Layout::alignment}{Layout.alignment}
\endlist
+
+ Read more about attached properties \l{QML Object Attributes}{here}.
\sa ColumnLayout
\sa GridLayout
\sa Row
@@ -95,6 +97,8 @@
\li \l{Layout::alignment}{Layout.alignment}
\endlist
+ Read more about attached properties \l{QML Object Attributes}{here}.
+
\sa RowLayout
\sa GridLayout
\sa Column
@@ -160,6 +164,8 @@
\li \l{Layout::alignment}{Layout.alignment}
\endlist
+ Read more about attached properties \l{QML Object Attributes}{here}.
+
\sa RowLayout
\sa ColumnLayout
\sa Grid