PyQt 有一个可以快捷改变程序语言的方案,分三个步骤:
- hehe.ui → hehe.py (用
pyuic
)- hehe.py → hehe.ts (用
pylupdate
)- hehe.ts → hehe.qm (用
Qt Linguist
)
然后在程序中导入 hehe.qm 即可。
pylupdate的目录:Python\Scripts\pylupdate5.exe
Qt Linguist的目录: Python\Lib\site-packages\pyqt5-tools\linguist.exe