summaryrefslogtreecommitdiffstats
path: root/src/imports/displaysettings/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/displaysettings/plugins.qmltypes')
-rw-r--r--src/imports/displaysettings/plugins.qmltypes47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/imports/displaysettings/plugins.qmltypes b/src/imports/displaysettings/plugins.qmltypes
new file mode 100644
index 0000000..bebb50e
--- /dev/null
+++ b/src/imports/displaysettings/plugins.qmltypes
@@ -0,0 +1,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" }
+ }
+ }
+}