summaryrefslogtreecommitdiffstats
path: root/src/controls/SplitView.qml
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-02-28 13:00:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-06 16:53:44 +0100
commit9c59d474479d21ba08ac5c2ef49b77557493c3fb (patch)
treecdabeba5d4db8bac26b10438ef0828e7a71b946a /src/controls/SplitView.qml
parent795fa39d8e86f3ae6f053611ebefda0a880b65ae (diff)
Change the layout engine of RowLayout and ColumnLayout.
It now uses the gridlayoutengine from graphicsview, which also gives us a well tested grid layout engine almost for free. Change-Id: I939ae4d2b321c8079935ff3374e8e5d10d02384b Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/SplitView.qml')
-rw-r--r--src/controls/SplitView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index 3b226ac2f..ac858258e 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -40,6 +40,7 @@
import QtQuick 2.0
import QtQuick.Controls 1.0
+import QtQuick.Layouts 1.0
import QtQuick.Controls.Private 1.0 as Private
/*!