summaryrefslogtreecommitdiff
path: root/src/imports/bluetooth
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-05-29 08:42:02 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2013-05-29 15:35:56 +0200
commit5a74291adb69c3b75c9ed91b4b9b0378512c7b0f (patch)
tree1b7a1605feaa26e8a4849d7c1050206b919544fe /src/imports/bluetooth
parent661b47ed9169dad8e90f6616b6108c3b960770eb (diff)
downloadqtconnectivity-5a74291adb69c3b75c9ed91b4b9b0378512c7b0f.tar.gz
Update all plugins.qmltypes files except nfc
Task-number: QTBUG-31388 Change-Id: I7d5a76c8d794360e9b77043a0d525eb34d6646aa Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/imports/bluetooth')
-rw-r--r--src/imports/bluetooth/plugins.qmltypes131
1 files changed, 10 insertions, 121 deletions
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index 0a63cb30..578cd711 100644
--- a/src/imports/bluetooth/plugins.qmltypes
+++ b/src/imports/bluetooth/plugins.qmltypes
@@ -2,128 +2,15 @@ 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 -notrelocatable QtBluetooth 5.0'.
Module {
Component {
- name: "QAbstractItemModel"
- prototype: "QObject"
- Signal {
- name: "dataChanged"
- Parameter { name: "topLeft"; type: "QModelIndex" }
- Parameter { name: "bottomRight"; type: "QModelIndex" }
- Parameter { name: "roles"; type: "QSet<int>" }
- }
- Signal {
- name: "dataChanged"
- Parameter { name: "topLeft"; type: "QModelIndex" }
- Parameter { name: "bottomRight"; type: "QModelIndex" }
- }
- Signal {
- name: "headerDataChanged"
- Parameter { name: "orientation"; type: "Qt::Orientation" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "layoutChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- }
- Signal { name: "layoutChanged" }
- Signal {
- name: "layoutAboutToBeChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- }
- Signal { name: "layoutAboutToBeChanged" }
- Signal {
- name: "rowsAboutToBeInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsAboutToBeRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal { name: "modelAboutToBeReset" }
- Signal { name: "modelReset" }
- Signal {
- name: "rowsAboutToBeMoved"
- Parameter { name: "sourceParent"; type: "QModelIndex" }
- Parameter { name: "sourceStart"; type: "int" }
- Parameter { name: "sourceEnd"; type: "int" }
- Parameter { name: "destinationParent"; type: "QModelIndex" }
- Parameter { name: "destinationRow"; type: "int" }
- }
- Signal {
- name: "rowsMoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "start"; type: "int" }
- Parameter { name: "end"; type: "int" }
- Parameter { name: "destination"; type: "QModelIndex" }
- Parameter { name: "row"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeMoved"
- Parameter { name: "sourceParent"; type: "QModelIndex" }
- Parameter { name: "sourceStart"; type: "int" }
- Parameter { name: "sourceEnd"; type: "int" }
- Parameter { name: "destinationParent"; type: "QModelIndex" }
- Parameter { name: "destinationColumn"; type: "int" }
- }
- Signal {
- name: "columnsMoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "start"; type: "int" }
- Parameter { name: "end"; type: "int" }
- Parameter { name: "destination"; type: "QModelIndex" }
- Parameter { name: "column"; type: "int" }
- }
- Method { name: "submit"; type: "bool" }
- Method { name: "revert" }
- }
- Component { name: "QAbstractListModel"; prototype: "QAbstractItemModel" }
- Component {
name: "QDeclarativeBluetoothDiscoveryModel"
prototype: "QAbstractListModel"
- exports: ["BluetoothDiscoveryModel 5.0"]
+ exports: ["QtBluetooth/BluetoothDiscoveryModel 5.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "error"; type: "string"; isReadonly: true }
Property { name: "minimalDiscovery"; type: "bool" }
Property { name: "discovery"; type: "bool" }
@@ -140,14 +27,15 @@ Module {
Component {
name: "QDeclarativeBluetoothService"
prototype: "QObject"
- exports: ["BluetoothService 5.0"]
+ exports: ["QtBluetooth/BluetoothService 5.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "deviceName"; type: "string"; isReadonly: true }
Property { name: "deviceAddress"; type: "string" }
Property { name: "serviceName"; type: "string" }
Property { name: "serviceDescription"; type: "string" }
Property { name: "serviceUuid"; type: "string" }
Property { name: "serviceProtocol"; type: "string" }
- Property { name: "servicePort"; type: "qint32" }
+ Property { name: "servicePort"; type: "int" }
Property { name: "registered"; type: "bool" }
Signal { name: "detailsChanged" }
Signal { name: "newClient" }
@@ -173,7 +61,7 @@ Module {
}
Method {
name: "setServicePort"
- Parameter { name: "port"; type: "qint32" }
+ Parameter { name: "port"; type: "int" }
}
Method {
name: "setRegistered"
@@ -188,7 +76,8 @@ Module {
Component {
name: "QDeclarativeBluetoothSocket"
prototype: "QObject"
- exports: ["BluetoothSocket 5.0"]
+ exports: ["QtBluetooth/BluetoothSocket 5.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "service"; type: "QDeclarativeBluetoothService"; isPointer: true }
Property { name: "connected"; type: "bool" }
Property { name: "error"; type: "string"; isReadonly: true }