Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6d74d commit b847558Copy full SHA for b847558
1 file changed
howto/logging-cookbook.po
@@ -1768,11 +1768,13 @@ msgid ""
1768
"the :mod:`threading` module, as there are circumstances where one has to use"
1769
" ``QThread``, which offers better integration with other ``Qt`` components."
1770
msgstr ""
1771
+"该工作线程是用 Qt 的 ``QThread`` 类实现的,而不是 :mod:`threading` 模块,因为某些情况下只能采用 "
1772
+"```QThread``,它与其他 ``Qt`` 组件的集成性更好一些。"
1773
1774
#: ../../howto/logging-cookbook.rst:2771
1775
msgid ""
1776
"The code should work with recent releases of either ``PySide2`` or "
1777
"``PyQt5``. You should be able to adapt the approach to earlier versions of "
1778
"Qt. Please refer to the comments in the code snippet for more detailed "
1779
"information."
-msgstr ""
1780
+msgstr "以下代码应能适用于最新版的 ``PySide2`` 或 ``PyQt5``。对于低版本的 Qt 应该也能适用。更多详情,请参阅代码注释。"
0 commit comments