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 51c83fc commit 6e6d74dCopy full SHA for 6e6d74d
1 file changed
howto/logging-cookbook.po
@@ -1758,6 +1758,9 @@ msgid ""
1758
"logging) as well as a worker thread doing work in the background (here, just"
1759
" logging messages at random levels with random short delays in between)."
1760
msgstr ""
1761
+"下面的例子演示了将日志写入 Qt GUI 程序的过程。这里引入了一个简单的 ``QtHandler`` "
1762
+"类,参数是一个可调用对象,其应为嵌入主线程某个“槽位”中运行的,因为GUI 的更新由主线程完成。这里还创建了一个工作线程,以便演示由 "
1763
+"UI(通过人工点击日志按钮)和后台工作线程(此处只是记录级别和时间间隔均随机生成的日志信息)将日志写入 GUI 的过程。 "
1764
1765
#: ../../howto/logging-cookbook.rst:2767
1766
msgid ""
0 commit comments