PressureReading QML Type

PressureReading 요소는 가장 최근의 PressureSensor 판독값을 저장합니다. 더 보기...

Import Statement: import QtSensors
Since: QtSensors 5.1
Inherits:

SensorReading

속성

상세 설명

PressureReading 요소는 가장 최근의 PressureSensor 판독값을 저장합니다.

이 요소는 QPressureReading 클래스를 래핑합니다. 자세한 내용은 QPressureReading 문서를 참조하세요.

이 요소는 직접 생성할 수 없습니다.

속성 문서

pressure : qreal

이 속성은 대기압 값을 파스칼 단위로 보유합니다.

이 속성에 대한 자세한 내용은 QPressureReading::pressure 을 참조하세요.


temperature : qreal [since QtSensors 5.2]

이 속성은 압력 센서의 온도 값을 섭씨 단위로 저장합니다.

이 프로퍼티에 대한 자세한 내용은 QPressureReading::temperature 을 참조하세요.

이 프로퍼티는 QtSensors 5.2에 도입되었습니다.


© 2025 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.