The QLidReading class holds readings from the Lid sensor. More...
Header: | #include <QLidReading> |
qmake: | QT += sensors |
Since: | Qt 5.9 |
Inherits: | QSensorReading |
This class was introduced in Qt 5.9.
bool | backLidClosed() const |
bool | frontLidClosed() const |
void | setBackLidClosed(bool closed) |
void | setFrontLidClosed(bool closed) |
A normal laptop has what we call a front lid.
If the laptop can be converted to a tablet by rotating or closing the lid where the display is out, this is known as a back lid.
The Lid sensor can detect if a device's lid is closed or not. A lid can be a laptop, a laptop that converts to a tablet, or even a cover for a tablet or phone.
This property holds a value indicating whether the back lid is closed. A back lid can be when a convertable laptop is closed into to tablet mode without keyboard.
Access functions:
bool | backLidClosed() const |
See also QLidReading Units.
This property holds a value indicating whether the front lid is closed. A front lid would be a normal laptop lid.
Access functions:
bool | frontLidClosed() const |
See also QLidReading Units.
Sets the backLidClosed value to closed.
See also backLidClosed().
Sets the frontLidClosed value to closed.
See also frontLidClosed().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qlidreading.html