~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to tests/mocks/GSettings.1.0/GSettings.qmltypes

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick.tooling 1.1
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 was auto-generated by:
7
 
// 'qmlplugindump -notrelocatable GSettings 1.0 tests/mocks'
8
 
 
9
 
Module {
10
 
    Component {
11
 
        name: "GSettingsControllerQml"
12
 
        prototype: "QObject"
13
 
        exports: ["GSettings/GSettingsController 1.0"]
14
 
        isCreatable: false
15
 
        isSingleton: true
16
 
        exportMetaObjectRevisions: [0]
17
 
        Method {
18
 
            name: "setPictureUri"
19
 
            Parameter { name: "str"; type: "string" }
20
 
        }
21
 
    }
22
 
    Component {
23
 
        name: "GSettingsQml"
24
 
        prototype: "QObject"
25
 
        exports: ["GSettings/GSettings 1.0"]
26
 
        exportMetaObjectRevisions: [0]
27
 
        Property { name: "schema"; type: "GSettingsSchemaQml"; isReadonly: true; isPointer: true }
28
 
        Property { name: "pictureUri"; type: "string" }
29
 
        Signal {
30
 
            name: "pictureUriChanged"
31
 
            Parameter { type: "string" }
32
 
        }
33
 
    }
34
 
    Component {
35
 
        name: "GSettingsSchemaQml"
36
 
        prototype: "QObject"
37
 
        exports: ["GSettings/GSettingsSchema 1.0"]
38
 
        isCreatable: false
39
 
        exportMetaObjectRevisions: [0]
40
 
        Property { name: "id"; type: "QByteArray" }
41
 
    }
42
 
}