aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/imagine/plugins.qmltypes
blob: b09ae1416b3ad5ba3bfa0b1a4d41e96417aa451f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 was auto-generated by:
// 'qmlplugindump -nonrelocatable QtQuick.Controls.Imagine 2.3'

Module {
    dependencies: []
    Component { name: "QQuickAttachedObject"; prototype: "QObject" }
    Component {
        name: "QQuickImagineStyle"
        prototype: "QQuickAttachedObject"
        exports: ["QtQuick.Controls.Imagine/Imagine 2.3"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Property { name: "path"; type: "string" }
        Property { name: "url"; type: "QUrl"; isReadonly: true }
    }
}