summaryrefslogtreecommitdiff
path: root/src/dialogs/Private/plugins.qmltypes
blob: 3f9c805430d524a26337ddd5a38a751c8fa099a8 (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
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.Dialogs.Private 1.1'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QQuickFontListModel"
        prototype: "QAbstractListModel"
        exports: ["QtQuick.Dialogs.Private/FontListModel 1.1"]
        exportMetaObjectRevisions: [0]
        Property { name: "writingSystem"; type: "string" }
        Property { name: "scalableFonts"; type: "bool" }
        Property { name: "nonScalableFonts"; type: "bool" }
        Property { name: "monospacedFonts"; type: "bool" }
        Property { name: "proportionalFonts"; type: "bool" }
        Property { name: "count"; type: "int"; isReadonly: true }
        Signal { name: "rowCountChanged" }
        Method {
            name: "setScalableFonts"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setNonScalableFonts"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setMonospacedFonts"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setProportionalFonts"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "get"
            type: "QJSValue"
            Parameter { name: "index"; type: "int" }
        }
        Method { name: "pointSizes"; type: "QJSValue" }
    }
    Component {
        name: "QQuickWritingSystemListModel"
        prototype: "QAbstractListModel"
        exports: ["QtQuick.Dialogs.Private/WritingSystemListModel 1.1"]
        exportMetaObjectRevisions: [0]
        Property { name: "writingSystems"; type: "QStringList"; isReadonly: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Signal { name: "rowCountChanged" }
        Method {
            name: "get"
            type: "QJSValue"
            Parameter { name: "index"; type: "int" }
        }
    }
}