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