QLightSensorclass is a convenience wrapper aroundQSensor. 更多 …
def
fieldOfView
()
def
setFieldOfView
(fieldOfView)
def
fieldOfViewChanged
(fieldOfView)
唯一行为差异是此类正确设置类型。
此类还特征
reading()function that returns aQLightReading而不是QSensorReading.有关传感器如何工作的细节,见
QLightReading.另请参阅
QLightSensor
(
[
parent=Q_NULLPTR
]
)
¶
- param parent
QObject
构造传感器作为子级对于
parent
.
PySide2.QtSensors.QLightSensor.
type
¶
PySide2.QtSensors.QLightSensor.
fieldOfView
(
)
¶
qreal
另请参阅
PySide2.QtSensors.QLightSensor.
fieldOfViewChanged
(
fieldOfView
)
¶
fieldOfView
–
qreal
PySide2.QtSensors.QLightSensor.
setFieldOfView
(
fieldOfView
)
¶
fieldOfView
–
qreal
Sets the field of view to
fieldOfView
. This is to be called from the backend.
另请参阅