aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtquick2
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-11-26 16:52:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-26 20:19:35 +0100
commit6c7ee9d83788f89868011cc6458c2a0073d41292 (patch)
tree236cb55a1071abf42a969d42d5e94722cc9accf8 /src/imports/qtquick2
parent224316b515ed42411c43e1be8997c2d8faedc45e (diff)
Imports: update .qmltypes files
Change-Id: I897c1e04cbbb2adf9655cbd277d7d51bcd2a50de Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/imports/qtquick2')
-rw-r--r--src/imports/qtquick2/plugins.qmltypes28
1 files changed, 25 insertions, 3 deletions
diff --git a/src/imports/qtquick2/plugins.qmltypes b/src/imports/qtquick2/plugins.qmltypes
index 015d2ac139..7e5086c077 100644
--- a/src/imports/qtquick2/plugins.qmltypes
+++ b/src/imports/qtquick2/plugins.qmltypes
@@ -29,11 +29,21 @@ Module {
Signal {
name: "layoutChanged"
Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
+ Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
+ }
+ Signal {
+ name: "layoutChanged"
+ Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
}
Signal { name: "layoutChanged" }
Signal {
name: "layoutAboutToBeChanged"
Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
+ Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
+ }
+ Signal {
+ name: "layoutAboutToBeChanged"
+ Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
}
Signal { name: "layoutAboutToBeChanged" }
Signal {
@@ -164,7 +174,6 @@ Module {
"ContextMenu": 1
}
}
- Property { name: "inputItem"; type: "QObject"; isPointer: true }
Property { name: "cursorRectangle"; type: "QRectF"; isReadonly: true }
Property { name: "keyboardRectangle"; type: "QRectF"; isReadonly: true }
Property { name: "visible"; type: "bool"; isReadonly: true }
@@ -419,6 +428,14 @@ Module {
Method { name: "complete" }
}
Component {
+ name: "QQuickAccessibleAttached"
+ prototype: "QObject"
+ exports: ["QtQuick/Accessible 2.0"]
+ Property { name: "role"; type: "QAccessible::Role" }
+ Property { name: "name"; type: "string" }
+ Property { name: "description"; type: "string" }
+ }
+ Component {
name: "QQuickAnchorAnimation"
prototype: "QQuickAbstractAnimation"
exports: ["QtQuick/AnchorAnimation 2.0"]
@@ -669,6 +686,7 @@ Module {
exports: ["QtQuick/Application 2.0"]
Property { name: "active"; type: "bool"; isReadonly: true }
Property { name: "layoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
+ Property { name: "supportsMultipleWindows"; type: "bool"; isReadonly: true }
}
Component {
name: "QQuickBasePositioner"
@@ -3871,7 +3889,9 @@ Module {
"MacWindowToolBarButtonHint": 268435456,
"BypassGraphicsProxyWidget": 536870912,
"WindowOkButtonHint": 524288,
- "WindowCancelButtonHint": 1048576
+ "WindowCancelButtonHint": 1048576,
+ "NoDropShadowWindowHint": 1073741824,
+ "WindowFullscreenButtonHint": -2147483648
}
}
Enum {
@@ -3910,7 +3930,9 @@ Module {
"MacWindowToolBarButtonHint": 268435456,
"BypassGraphicsProxyWidget": 536870912,
"WindowOkButtonHint": 524288,
- "WindowCancelButtonHint": 1048576
+ "WindowCancelButtonHint": 1048576,
+ "NoDropShadowWindowHint": 1073741824,
+ "WindowFullscreenButtonHint": -2147483648
}
}
Enum {