C

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.


Available under certain Qt licenses.
Find out more.