<QtVersion>プロキシページ
関数
const char * | qVersion() |
マクロ
関数のドキュメント
[noexcept]
const char *qVersion()
実行時の Qt のバージョン番号を文字列で返します(例えば "6.1.2")。これは実行時に使用されているQtライブラリのバージョンであり、アプリケーションがコンパイルされたバージョンである必要はありません。
QT_VERSION_STR およびQLibraryInfo::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.