blob: 3355d1a4e6c9acd0b5c808881b632d9d033b6349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
The Qt Sensors API provides access to sensor hardware via QML and Python
interfaces.
Currently the API is supported on Android, iOS, and Windows (MSVC).
Information for Application Writers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Applications can access Qt Sensors using QML or Python.
To include the definitions of modules classes, use the following
directive:
::
import PySide6.QtSensors
|