summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/plugins.qmltypes
blob: 3e7cb4e4fcfef93221470a9df6c647bd38e35d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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: "QQmlNdefRecord"
        exports: ["QtNfc/NdefMimeRecord 5.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "uri"; type: "string"; isReadonly: true }
    }
    Component {
        name: "QQmlNdefRecord"
        prototype: "QObject"
        exports: ["QtNfc/NdefRecord 5.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "recordType"; type: "string" }
        Property { name: "record"; type: "QNdefRecord" }
    }
    Component {
        name: "QDeclarativeNdefTextRecord"
        prototype: "QQmlNdefRecord"
        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: "QQmlNdefRecord"
        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: "QQmlNdefRecord"
            isList: true
            isReadonly: true
        }
        Property { name: "filter"; type: "QDeclarativeNdefFilter"; isList: true; isReadonly: true }
        Property { name: "orderMatch"; type: "bool" }
    }
}