1import QtQuick.tooling 1.2
2
3// This file describes the plugin-supplied types contained in the library.
4// It is used for QML tooling purposes only.
5//
6// This file is an excerpt of one that was auto-generated by:
7// 'qmlplugindump -nonrelocatable QtQuick.Controls 1.5'
8
9Module {
10    dependencies: [
11        "QtQuick 2.9",
12        "QtQuick.Window 2.2"
13    ]
14    Component {
15        name: "QQuickAbstractStyle1"
16        defaultProperty: "data"
17        prototype: "QObject"
18        exports: ["QtQuick.Controls.Private/AbstractStyle 1.0"]
19        exportMetaObjectRevisions: [0]
20        Property { name: "padding"; type: "QQuickPadding1"; isReadonly: true; isPointer: true }
21        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
22    }
23}
24