Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以这种方式加载 qm 文件:
if qtTranslator.load("qt_zh_CN", QLibraryInfo.location(QLibraryInfo.TranslationsPath)):
它在 PySide2 中有效,但在 PySide6 中无效。
PySide6 支持吗?