def direct_output(self, out_text):
# print the output in the text_output widget (QTextEdit)
self.text_output.append( '<b>' + time.strftime("%H:%M:%S", time.localtime()) + '</b> - ' + out_text)
#
# Check if the requested options are consistent
#
评论列表
文章目录