diff options
| author | Jan Arve Saether <jan-arve.saether@digia.com> | 2013-02-28 13:00:16 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-06 16:53:44 +0100 |
| commit | 9c59d474479d21ba08ac5c2ef49b77557493c3fb (patch) | |
| tree | cdabeba5d4db8bac26b10438ef0828e7a71b946a /examples/ApplicationTemplate/qml/main.qml | |
| parent | 795fa39d8e86f3ae6f053611ebefda0a880b65ae (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 'examples/ApplicationTemplate/qml/main.qml')
| -rw-r--r-- | examples/ApplicationTemplate/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ApplicationTemplate/qml/main.qml b/examples/ApplicationTemplate/qml/main.qml index d5304784f..510f6bfa6 100644 --- a/examples/ApplicationTemplate/qml/main.qml +++ b/examples/ApplicationTemplate/qml/main.qml @@ -43,6 +43,7 @@ import QtQuick.Controls 1.0 +import QtQuick.Layouts 1.0 ApplicationWindow { width: 640 |
