|
|
|
|
@ -307,15 +307,15 @@ class tmc_parser_Widget(QtGui.QWidget):
|
|
|
|
|
logstr=Qt.QString.fromUtf8(tmc_msg.log_string()) |
|
|
|
|
print_dbg(".",end="") |
|
|
|
|
self.logOutput.append(logstr) |
|
|
|
|
QtGui.QApplication.processEvents() |
|
|
|
|
print_dbg(".",end="") |
|
|
|
|
QtGui.QApplication.processEvents() |
|
|
|
|
print_dbg("a",end="") |
|
|
|
|
multistr=Qt.QString.fromUtf8(tmc_msg.multi_str()) |
|
|
|
|
print_dbg(".",end="") |
|
|
|
|
self.logOutput.append(multistr) |
|
|
|
|
print_dbg("a",end="") |
|
|
|
|
QtGui.QApplication.processEvents() |
|
|
|
|
print_dbg(".",end="") |
|
|
|
|
QtGui.QApplication.processEvents() |
|
|
|
|
print_dbg("a",end="") |
|
|
|
|
if auto_scroll: |
|
|
|
|
#sb=self.logOutput.verticalScrollBar() #disabled 2017-04-28 might be cause of double free |
|
|
|
|
new_max=sb.maximum() |
|
|
|
|
@ -391,3 +391,4 @@ class tmc_parser_Widget(QtGui.QWidget):
|
|
|
|
|
font.setFamily("Courier") |
|
|
|
|
font.setPointSize(10) |
|
|
|
|
layout.addWidget(self.logOutput) |
|
|
|
|
QtGui.QApplication.processEvents() |
|
|
|
|
|