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, 0 insertions, 47 deletions
diff --git a/src/imports/displaysettings/plugins.qmltypes b/src/imports/displaysettings/plugins.qmltypes
deleted file mode 100644
index bebb50e..0000000
--- a/src/imports/displaysettings/plugins.qmltypes
+++ /dev/null
@@ -1,47 +0,0 @@
-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" }
- }
- }
-}