.QM 文件扩展名
Qt Compiled Translation Source File
| 开发者 | Qt Group |
| 受欢迎程度 |
3.3 | 19 票 |
什么是 QM 文件?
Compiled language translation file created by Qt Linguist, a program used to create translations for Qt applications; contains source text and translations into another language; stored in a compact binary format.
更多信息
QM files are used for performing fast lookups when translating text within a Qt application. They are created from a Qt project file (.PRO file) using the lrelease command from the Qt Linguist toolkit. When the command is run, Qt Linguist produces one QM file for each translation source file (.TS file) in the Qt project.
注: Qt SDK was previously developed by Nokia and Digia.