DisplaySettings QML Type

A singleton QML type for controlling display settings. More...

Import Statement: import QtDeviceUtilities.DisplaySettings 1.0

Properties

Detailed Description

There is no need to create an instance of this object. To use it, simply import the QtDeviceUtilities.DisplaySettings module.

Property Documentation

displayBrightness : int

Holds the display brightness (intensity of the backlight). A valid range for the property is from 0 to 255, where 255 is the maximum brightness and 0 is the minimum (typically, the backlight turned off).


physicalScreenSizeInch : int

Holds the physical (diagonal) screen size in inches.


physicalScreenSizeOverride : bool

Holds whether the value in physicalScreenSizeInch should be used or not.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.