class QOrientationSensor#

QOrientationSensor类是对QSensor的一个便利包装。更多...

Inheritance diagram of PySide6.QtSensors.QOrientationSensor

摘要#

方法#

注意

本文档可能包含从C++自动翻译成Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单的方式来告知我们。

详细描述#

此类的唯一行为差异是正确设置了类型。

此类还提供了一个reading()函数,它返回一个QOrientationReading,而不是QSensorReading

有关传感器工作原理的详细信息,请参阅QOrientationReading

另请参阅

QOrientationReading

PySide6.QtSensors.QOrientationSensor.sensorType#
__init__([parent=None])#
参数:

parentQObject

作为parent的子类构建传感器。