Commit dca45226 authored by Liang Qi's avatar Liang Qi Committed by The Qt Project
Browse files

Update all plugins.qmltypes files


Task-number: QTBUG-31388

Change-Id: I6b8ed2c7f641e38242540633fefe9ed0dc7cc8bf
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
parent 1ded235a
No related merge requests found
Showing with 8 additions and 2 deletions
......@@ -3,7 +3,7 @@ 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 '/home/jpnurmi/Projects/qt5-stable/qtbase/bin/qmlplugindump -notrelocatable QtQuick.Controls 1.0'.
// This file was auto-generated with the command 'qmlplugindump -notrelocatable QtQuick.Controls 1.0'.
Module {
Component {
......@@ -67,6 +67,8 @@ Module {
Property { name: "__contentItem"; type: "QQuickItem"; isPointer: true }
Property { name: "__minimumWidth"; type: "int" }
Property { name: "__font"; type: "QFont" }
Property { name: "__xOffset"; type: "double" }
Property { name: "__yOffset"; type: "double" }
Signal { name: "__menuClosed" }
Signal { name: "popupVisibleChanged" }
Method { name: "__closeMenu" }
......
......@@ -3,7 +3,7 @@ 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 '/Users/thohartm/dev/qt5/qtbase/bin/qmlplugindump.app/Contents/MacOS/qmlplugindump QtQuick.Layouts 1.0 -notrelocatable'.
// This file was auto-generated with the command 'qmlplugindump QtQuick.Layouts 1.0 -notrelocatable'.
Module {
Component {
......@@ -11,12 +11,14 @@ Module {
defaultProperty: "data"
prototype: "QQuickLinearLayout"
exports: ["QtQuick.Layouts/ColumnLayout 1.0"]
exportMetaObjectRevisions: [0]
}
Component {
name: "QQuickGridLayout"
defaultProperty: "data"
prototype: "QQuickGridLayoutBase"
exports: ["QtQuick.Layouts/GridLayout 1.0"]
exportMetaObjectRevisions: [0]
Enum {
name: "Flow"
values: {
......@@ -36,6 +38,7 @@ Module {
defaultProperty: "data"
prototype: "QQuickItem"
exports: ["QtQuick.Layouts/Layout 1.0"]
exportMetaObjectRevisions: [0]
attachedType: "QQuickLayoutAttached"
}
Component {
......@@ -66,5 +69,6 @@ Module {
defaultProperty: "data"
prototype: "QQuickLinearLayout"
exports: ["QtQuick.Layouts/RowLayout 1.0"]
exportMetaObjectRevisions: [0]
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment