QHolsterReading¶
The
QHolsterReading
class holds readings from the holster sensor. More…
Synopsis¶
Functions¶
def
holstered
()def
setHolstered
(holstered)
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:
parent –
PySide2.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
© 2022 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.