QHolsterReading

The QHolsterReading class holds readings from the holster sensor. More

Inheritance diagram of PySide2.QtSensors.QHolsterReading

Synopsis

Functions

Detailed Description

QHolsterReading Units

The holster sensor can detect if a device is holstered or not. A holster is a pocket, similar to a gun holster, specifically made for the device. If the device is inside of this pocket, it is holstered. The holster supports the device in detecting whether the device is holstered or not.

class QHolsterReading(parent)
Parameters

parentQObject

PySide2.QtSensors.QHolsterReading.holstered()
Return type

bool

See also

setHolstered()

PySide2.QtSensors.QHolsterReading.setHolstered(holstered)
Parameters

holsteredbool

Sets the holstered value to holstered .

See also

holstered()