summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nfc/plugins.qmltypes')
-rw-r--r--src/imports/nfc/plugins.qmltypes73
1 files changed, 73 insertions, 0 deletions
diff --git a/src/imports/nfc/plugins.qmltypes b/src/imports/nfc/plugins.qmltypes
new file mode 100644
index 00000000..2d8eef8e
--- /dev/null
+++ b/src/imports/nfc/plugins.qmltypes
@@ -0,0 +1,73 @@
+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 by:
+// 'qmlplugindump -notrelocatable QtNfc 5.0'
+
+Module {
+ Component {
+ name: "QDeclarativeNdefFilter"
+ prototype: "QObject"
+ exports: ["QtNfc/NdefFilter 5.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "type"; type: "string" }
+ Property { name: "minimum"; type: "int" }
+ Property { name: "maximum"; type: "int" }
+ }
+ Component {
+ name: "QDeclarativeNdefMimeRecord"
+ prototype: "QDeclarativeNdefRecord"
+ exports: ["QtNfc/NdefMimeRecord 5.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "uri"; type: "string"; isReadonly: true }
+ }
+ Component {
+ name: "QDeclarativeNdefRecord"
+ prototype: "QObject"
+ exports: ["QtNfc/NdefRecord 5.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "recordType"; type: "string" }
+ Property { name: "record"; type: "QNdefRecord" }
+ }
+ Component {
+ name: "QDeclarativeNdefTextRecord"
+ prototype: "QDeclarativeNdefRecord"
+ exports: ["QtNfc/NdefTextRecord 5.0"]
+ exportMetaObjectRevisions: [0]
+ Enum {
+ name: "LocaleMatch"
+ values: {
+ "LocaleMatchedNone": 0,
+ "LocaleMatchedEnglish": 1,
+ "LocaleMatchedLanguage": 2,
+ "LocaleMatchedLanguageAndCountry": 3
+ }
+ }
+ Property { name: "text"; type: "string" }
+ Property { name: "locale"; type: "string" }
+ Property { name: "localeMatch"; type: "LocaleMatch"; isReadonly: true }
+ }
+ Component {
+ name: "QDeclarativeNdefUriRecord"
+ prototype: "QDeclarativeNdefRecord"
+ exports: ["QtNfc/NdefUriRecord 5.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "uri"; type: "string" }
+ }
+ Component {
+ name: "QDeclarativeNearField"
+ prototype: "QObject"
+ exports: ["QtNfc/NearField 5.0"]
+ exportMetaObjectRevisions: [0]
+ Property {
+ name: "messageRecords"
+ type: "QDeclarativeNdefRecord"
+ isList: true
+ isReadonly: true
+ }
+ Property { name: "filter"; type: "QDeclarativeNdefFilter"; isList: true; isReadonly: true }
+ Property { name: "orderMatch"; type: "bool" }
+ }
+}