summaryrefslogtreecommitdiffstats
path: root/src/imports/displaysettings/plugins.qmltypes
blob: bebb50e8c2e5ca227f230dcbdda8e85a01c68792 (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
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 QtDeviceUtilities.DisplaySettings 1.0'

Module {
    dependencies: []
    Component {
        name: "DisplaySettings"
        prototype: "QObject"
        exports: ["QtDeviceUtilities.DisplaySettings/DisplaySettings 1.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Property { name: "displayBrightness"; type: "int" }
        Property { name: "physicalScreenSizeInch"; type: "int" }
        Property { name: "physicalScreenSizeOverride"; type: "bool" }
        Signal {
            name: "displayBrightnessChanged"
            Parameter { name: "newValue"; type: "int" }
        }
        Signal {
            name: "physicalScreenSizeInchChanged"
            Parameter { name: "newInches"; type: "int" }
        }
        Signal {
            name: "physicalScreenSizeOverrideChanged"
            Parameter { name: "newValue"; type: "bool" }
        }
        Method {
            name: "setDisplayBrightness"
            type: "bool"
            Parameter { name: "value"; type: "int" }
        }
        Method {
            name: "setPhysicalScreenSizeInch"
            Parameter { name: "inches"; type: "int" }
        }
        Method {
            name: "setPhysicalScreenSizeOverride"
            Parameter { name: "enable"; type: "bool" }
        }
    }
}