HumidityReading QML Type
습도 판독 요소에는 가장 최근의 HumiditySensor 판독값이 저장됩니다. 더 보기...
Import Statement: | import QtSensors |
Since: | QtSensors 5.9 |
Inherits: |
속성
- absoluteHumidity : qreal
- relativeHumidity : qreal
상세 설명
HumidityReading 요소는 가장 최근의 HumiditySensor 수치를 저장합니다.
이 요소는 QHumidityReading 클래스를 래핑합니다. 자세한 내용은 QHumidityReading 문서를 참조하세요.
이 요소는 직접 생성할 수 없습니다.
속성 문서
absoluteHumidity : qreal |
이 속성은 절대 습도를 입방미터당 그램(g/m3) 단위로 저장합니다.
이 속성에 대한 자세한 내용은 QHumidityReading::absoluteHumidity 을 참조하세요.
relativeHumidity : qreal |
이 속성은 상대 습도를 백분율로 나타냅니다.
이 속성에 대한 자세한 내용은 QHumidityReading::relativeHumidity 을 참조하세요.
© 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.