<QtVersion> 프록시 페이지

함수

const char *qVersion()

매크로

함수 문서

[noexcept] const char *qVersion()

런타임에 Qt의 버전 번호를 문자열로 반환합니다(예: "6.1.2"). 이 버전은 런타임에 사용 중인 Qt 라이브러리의 버전이며, 애플리케이션이 컴파일된 버전일 필요는 없습니다.

QT_VERSION_STRQLibraryInfo::version()도 참조하세요 .

매크로 문서

QT_VERSION_STR

이 매크로는 Qt의 버전 번호(예: "6.1.2")를 지정하는 문자열로 확장됩니다. 이 버전은 애플리케이션이 컴파일되는 버전입니다. 이 버전은 애플리케이션이 런타임에 사용하는 버전과 다를 수 있습니다.

qVersion() 및 QT_VERSION참조하세요 .

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