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 PySide2.QtSensors.QHolsterReading(parent)
Parameters:

parentPySide2.QtCore.QObject

PySide2.QtSensors.QHolsterReading.holstered()
Return type:

bool

This property holds A value indicating whether the device is holstered..

See also

QHolsterReading Units

PySide2.QtSensors.QHolsterReading.setHolstered(holstered)
Parameters:

holstered – bool

Sets the holstered value to holstered .

See also

holstered()