diff --git a/src/controls/plugins.qmltypes b/src/controls/plugins.qmltypes index 8936357881a03e3105ac8a6ea76942742177d64b..8997cecfa5915bcc195267a532d3db0139256134 100644 --- a/src/controls/plugins.qmltypes +++ b/src/controls/plugins.qmltypes @@ -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" } diff --git a/src/layouts/plugins.qmltypes b/src/layouts/plugins.qmltypes index c3f1c77c56827999b7f4f3f6b032d61afd3888a1..a0744951dcb530c25b24eb3c073146a589438415 100644 --- a/src/layouts/plugins.qmltypes +++ b/src/layouts/plugins.qmltypes @@ -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] } }