Commit dfa30a12 authored by Thomas Hartmann's avatar Thomas Hartmann Committed by The Qt Project
Browse files

Dumping plugins.qmltypes for Window with -notrelocatable


The code model needs this option.

Change-Id: I5daaa222c467444446f168888a3ad3682f42cc20
Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
parent 7f4872a3
dev 5.10 5.11 5.12 5.12.1 5.12.10 5.12.11 5.12.12 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.12.7 5.12.8 5.12.9 5.13 5.13.0 5.13.1 5.13.2 5.14 5.14.0 5.14.1 5.14.2 5.15 5.15.0 5.15.1 5.15.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 5.9.8 6.0 6.0.0 6.1 6.1.0 6.1.1 6.1.2 6.1.3 6.2 6.2.0 6.2.1 6.2.2 old/5.1 old/5.2 wip/cmake wip/dbus wip/gc wip/itemviews wip/nacl wip/new-backend wip/pointerhandler wip/propertycache-refactor wip/qquickdeliveryagent wip/scenegraphng wip/tizen wip/webassembly v5.15.0-alpha1 v5.14.1 v5.14.0 v5.14.0-rc2 v5.14.0-rc1 v5.14.0-beta3 v5.14.0-beta2 v5.14.0-beta1 v5.14.0-alpha1 v5.13.2 v5.13.1 v5.13.0 v5.13.0-rc3 v5.13.0-rc2 v5.13.0-rc1 v5.13.0-beta4 v5.13.0-beta3 v5.13.0-beta2 v5.13.0-beta1 v5.13.0-alpha1 v5.12.7 v5.12.6 v5.12.5 v5.12.4 v5.12.3 v5.12.2 v5.12.1 v5.12.0 v5.12.0-rc2 v5.12.0-rc1 v5.12.0-beta4 v5.12.0-beta3 v5.12.0-beta2 v5.12.0-beta1 v5.12.0-alpha1 v5.11.3 v5.11.2 v5.11.1 v5.11.0 v5.11.0-rc2 v5.11.0-rc1 v5.11.0-beta4 v5.11.0-beta3 v5.11.0-beta2 v5.11.0-beta1 v5.11.0-alpha1 v5.10.1 v5.10.0 v5.10.0-rc3 v5.10.0-rc2 v5.10.0-rc1 v5.10.0-beta4 v5.10.0-beta3 v5.10.0-beta2 v5.10.0-beta1 v5.10.0-alpha1 v5.9.9 v5.9.8 v5.9.7 v5.9.6 v5.9.5 v5.9.4 v5.9.3 v5.9.2 v5.9.1 v5.9.0 v5.9.0-rc2 v5.9.0-rc1 v5.9.0-beta4 v5.9.0-beta3 v5.9.0-beta2 v5.9.0-beta1 v5.9.0-alpha1 v5.8.0 v5.8.0-rc1 v5.8.0-beta1 v5.8.0-alpha1 v5.7.1 v5.7.0 v5.7.0-rc1 v5.7.0-beta1 v5.7.0-alpha1 v5.6.3 v5.6.2 v5.6.1 v5.6.1-1 v5.6.0 v5.6.0-rc1 v5.6.0-beta1 v5.6.0-alpha1 v5.5.1 v5.5.0 v5.5.0-rc1 v5.5.0-beta1 v5.5.0-alpha1 v5.4.2 v5.4.1 v5.4.0 v5.4.0-rc1 v5.4.0-beta1 v5.4.0-alpha1 v5.3.2 v5.3.1 v5.3.0 v5.3.0-rc1 v5.3.0-beta1 v5.3.0-alpha1 v5.2.1 v5.2.0 v5.2.0-rc1 v5.2.0-beta1 v5.2.0-alpha1 v5.1.1 v5.1.0 v5.1.0-rc2 v5.1.0-rc1 v5.1.0-beta1
No related merge requests found
Showing with 49 additions and 16 deletions
...@@ -3,7 +3,7 @@ import QtQuick.tooling 1.1 ...@@ -3,7 +3,7 @@ import QtQuick.tooling 1.1
// This file describes the plugin-supplied types contained in the library. // This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only. // It is used for QML tooling purposes only.
// //
// This file was auto-generated with the command 'qmlplugindump QtQuick.Window 2.0'. // This file was auto-generated with the command '../../../bin/qmlplugindump.app/Contents/MacOS/qmlplugindump QtQuick.Window 2.1 -notrelocatable'.
Module { Module {
Component { Component {
...@@ -22,7 +22,7 @@ Module { ...@@ -22,7 +22,7 @@ Module {
Component { Component {
name: "QQuickScreen" name: "QQuickScreen"
prototype: "QObject" prototype: "QObject"
exports: ["Screen 2.0"] exports: ["QtQuick.Window/Screen 2.0"]
attachedType: "QQuickScreenAttached" attachedType: "QQuickScreenAttached"
} }
Component { Component {
...@@ -43,10 +43,18 @@ Module { ...@@ -43,10 +43,18 @@ Module {
name: "QQuickWindow" name: "QQuickWindow"
defaultProperty: "data" defaultProperty: "data"
prototype: "QWindow" prototype: "QWindow"
exports: ["Window 2.0"] exports: ["QtQuick.Window/Window 2.0", "QtQuick.Window/Window 2.1"]
exportMetaObjectRevisions: [0, 1]
Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
Property { name: "color"; type: "QColor" } Property { name: "color"; type: "QColor" }
Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true } Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
Property {
name: "activeFocusItem"
revision: 1
type: "QQuickItem"
isReadonly: true
isPointer: true
}
Signal { name: "frameSwapped" } Signal { name: "frameSwapped" }
Signal { name: "sceneGraphInitialized" } Signal { name: "sceneGraphInitialized" }
Signal { name: "sceneGraphInvalidated" } Signal { name: "sceneGraphInvalidated" }
...@@ -57,12 +65,24 @@ Module { ...@@ -57,12 +65,24 @@ Module {
name: "colorChanged" name: "colorChanged"
Parameter { type: "QColor" } Parameter { type: "QColor" }
} }
Signal { name: "activeFocusItemChanged"; revision: 1 }
Method { name: "update" } Method { name: "update" }
Method { name: "releaseResources" } Method { name: "releaseResources" }
} }
Component { Component {
name: "QWindow" name: "QWindow"
prototype: "QObject" prototype: "QObject"
Enum {
name: "Visibility"
values: {
"Hidden": 0,
"AutomaticVisibility": 1,
"Windowed": 2,
"Minimized": 3,
"Maximized": 4,
"FullScreen": 5
}
}
Property { name: "title"; type: "string" } Property { name: "title"; type: "string" }
Property { name: "modality"; type: "Qt::WindowModality" } Property { name: "modality"; type: "Qt::WindowModality" }
Property { name: "flags"; type: "Qt::WindowFlags" } Property { name: "flags"; type: "Qt::WindowFlags" }
...@@ -70,20 +90,14 @@ Module { ...@@ -70,20 +90,14 @@ Module {
Property { name: "y"; type: "int" } Property { name: "y"; type: "int" }
Property { name: "width"; type: "int" } Property { name: "width"; type: "int" }
Property { name: "height"; type: "int" } Property { name: "height"; type: "int" }
Property { name: "minimumWidth"; type: "int" } Property { name: "minimumWidth"; revision: 1; type: "int" }
Property { name: "minimumHeight"; type: "int" } Property { name: "minimumHeight"; revision: 1; type: "int" }
Property { name: "maximumWidth"; type: "int" } Property { name: "maximumWidth"; revision: 1; type: "int" }
Property { name: "maximumHeight"; type: "int" } Property { name: "maximumHeight"; revision: 1; type: "int" }
Property { name: "visible"; type: "bool" } Property { name: "visible"; type: "bool" }
Property { name: "contentOrientation"; type: "Qt::ScreenOrientation" } Property { name: "visibility"; revision: 1; type: "Visibility" }
Property { name: "windowTitle"; type: "string" } Property { name: "contentOrientation"; revision: 1; type: "Qt::ScreenOrientation" }
Property { name: "windowFilePath"; type: "string" } Property { name: "opacity"; revision: 1; type: "double" }
Property { name: "windowIcon"; type: "QIcon" }
Property { name: "windowModality"; type: "Qt::WindowModality" }
Signal {
name: "windowModalityChanged"
Parameter { name: "windowModality"; type: "Qt::WindowModality" }
}
Signal { Signal {
name: "screenChanged" name: "screenChanged"
Parameter { name: "screen"; type: "QScreen"; isPointer: true } Parameter { name: "screen"; type: "QScreen"; isPointer: true }
...@@ -114,32 +128,47 @@ Module { ...@@ -114,32 +128,47 @@ Module {
} }
Signal { Signal {
name: "minimumWidthChanged" name: "minimumWidthChanged"
revision: 1
Parameter { name: "arg"; type: "int" } Parameter { name: "arg"; type: "int" }
} }
Signal { Signal {
name: "minimumHeightChanged" name: "minimumHeightChanged"
revision: 1
Parameter { name: "arg"; type: "int" } Parameter { name: "arg"; type: "int" }
} }
Signal { Signal {
name: "maximumWidthChanged" name: "maximumWidthChanged"
revision: 1
Parameter { name: "arg"; type: "int" } Parameter { name: "arg"; type: "int" }
} }
Signal { Signal {
name: "maximumHeightChanged" name: "maximumHeightChanged"
revision: 1
Parameter { name: "arg"; type: "int" } Parameter { name: "arg"; type: "int" }
} }
Signal { Signal {
name: "visibleChanged" name: "visibleChanged"
Parameter { name: "arg"; type: "bool" } Parameter { name: "arg"; type: "bool" }
} }
Signal {
name: "visibilityChanged"
revision: 1
Parameter { name: "visibility"; type: "QWindow::Visibility" }
}
Signal { Signal {
name: "contentOrientationChanged" name: "contentOrientationChanged"
revision: 1
Parameter { name: "orientation"; type: "Qt::ScreenOrientation" } Parameter { name: "orientation"; type: "Qt::ScreenOrientation" }
} }
Signal { Signal {
name: "focusObjectChanged" name: "focusObjectChanged"
Parameter { name: "object"; type: "QObject"; isPointer: true } Parameter { name: "object"; type: "QObject"; isPointer: true }
} }
Signal {
name: "opacityChanged"
revision: 1
Parameter { name: "opacity"; type: "double" }
}
Method { Method {
name: "setVisible" name: "setVisible"
Parameter { name: "visible"; type: "bool" } Parameter { name: "visible"; type: "bool" }
...@@ -175,18 +204,22 @@ Module { ...@@ -175,18 +204,22 @@ Module {
} }
Method { Method {
name: "setMinimumWidth" name: "setMinimumWidth"
revision: 1
Parameter { name: "w"; type: "int" } Parameter { name: "w"; type: "int" }
} }
Method { Method {
name: "setMinimumHeight" name: "setMinimumHeight"
revision: 1
Parameter { name: "h"; type: "int" } Parameter { name: "h"; type: "int" }
} }
Method { Method {
name: "setMaximumWidth" name: "setMaximumWidth"
revision: 1
Parameter { name: "w"; type: "int" } Parameter { name: "w"; type: "int" }
} }
Method { Method {
name: "setMaximumHeight" name: "setMaximumHeight"
revision: 1
Parameter { name: "h"; type: "int" } Parameter { name: "h"; type: "int" }
} }
} }
......
Supports Markdown
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