在PyQt中翻譯(本地化)QPlaintTextEdit中的上下文菜單的最佳方式是什麼?在PyQt中StandardContextMenu國際化
例如:
popup_menu = self.createStandardContextMenu() popup_menu.insertMenu(popup_menu.actions()[0], QMenu(self.tr("My menu")))
在這裏,我可以翻譯 「我的菜單」(pylupdate4,然後lrelease,即可),但並非所有其他標準的項目,如 「剪切」, 「過去」,...