summaryrefslogtreecommitdiff
path: root/tests/mime-detection/plugins.qmltypes
blob: 444ae22cb13a25e0d45c5dfae7006f9000468aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file is an excerpt of one that was auto-generated by:
// 'qmlplugindump -nonrelocatable QtQuick.Controls 1.5'

Module {
    dependencies: [
        "QtQuick 2.9",
        "QtQuick.Window 2.2"
    ]
    Component {
        name: "QQuickAbstractStyle1"
        defaultProperty: "data"
        prototype: "QObject"
        exports: ["QtQuick.Controls.Private/AbstractStyle 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "padding"; type: "QQuickPadding1"; isReadonly: true; isPointer: true }
        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
    }
}