summaryrefslogtreecommitdiffstats
path: root/src/layouts
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2014-02-14 11:25:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-17 09:45:40 +0100
commit6ef881f7c52642fa72134c3aaa56105fca679f80 (patch)
tree56b4c3c30d069eb2db7cb8658a30973b764abf69 /src/layouts
parente370b01ac4de08a15761e0f2dadbbe620d49d720 (diff)
Update plugins.qmltypes for QtQuick.Layouts
Change-Id: I9b717b9986ce27102ab4a1bd8f6d6cc9aae006f1 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/plugins.qmltypes6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/layouts/plugins.qmltypes b/src/layouts/plugins.qmltypes
index 7efe36e13..b20aae0db 100644
--- a/src/layouts/plugins.qmltypes
+++ b/src/layouts/plugins.qmltypes
@@ -3,7 +3,8 @@ import QtQuick.tooling 1.1
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
-// This file was auto-generated with the command 'qmlplugindump -nonrelocatable QtQuick.Layouts 1.1'.
+// This file was auto-generated by:
+// 'qmlplugindump.exe -nonrelocatable QtQuick.Layouts 1.1'
Module {
Component {
@@ -37,14 +38,17 @@ Module {
defaultProperty: "data"
prototype: "QQuickLayout"
exports: ["QtQuick.Layouts/LayoutBase 1.1"]
+ isCreatable: false
exportMetaObjectRevisions: [1]
Property { name: "layoutDirection"; revision: 1; type: "Qt::LayoutDirection" }
+ Signal { name: "layoutDirectionChanged"; revision: 1 }
}
Component {
name: "QQuickLayout"
defaultProperty: "data"
prototype: "QQuickItem"
exports: ["QtQuick.Layouts/Layout 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
attachedType: "QQuickLayoutAttached"
}