summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-24 09:26:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-24 09:52:19 +0200
commitf90d7eed222d65bd35730c2dd09fc68c3d67eea0 (patch)
tree67cf9377db689c2fba256a37b10e39f65e88316d
parentf5f818e3adfa9d39c4955ffe34443027427a7f74 (diff)
downloadqtquickcontrols-f90d7eed222d65bd35730c2dd09fc68c3d67eea0.tar.gz
Doc: Small fix for SplitView
SplitView items must set width/height and not Layout.preferredWidth/Layout.preferredHeight. Change-Id: Ice888d51c63cbdaf6e0e235c0c7569c4a8794b7d Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/controls/SplitView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index ff44a03a..8214981a 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -76,8 +76,6 @@ import QtQuick.Controls.Private 1.0 as Private
\list
\li \l{Layout::minimumWidth}{Layout.minimumWidth}
\li \l{Layout::minimumHeight}{Layout.minimumHeight}
- \li \l{Layout::preferredWidth}{Layout.preferredWidth}
- \li \l{Layout::preferredHeight}{Layout.preferredHeight}
\li \l{Layout::maximumWidth}{Layout.maximumWidth}
\li \l{Layout::maximumHeight}{Layout.maximumHeight}
\li \l{Layout::fillWidth}{Layout.fillWidth} (\c true for only one child)