QtCore.QCoreApplication.translate
时间: 2023-05-11 19:07:24 浏览: 581
qtranslate
这是一个用于翻译字符串的函数,可以在 PyQt 和 PySide 中使用。它的语法是:
QtCore.QCoreApplication.translate(context, text, disambiguation=None, encoding=QtCore.QCoreApplication.Encoding)
其中,context 是上下文,text 是要翻译的字符串,disambiguation 是用于区分不同翻译的字符串,encoding 是编码方式。
阅读全文