1150 ui.testLabel.setText(test) |
1150 ui.testLabel.setText(test) |
1151 ui.traceback.setPlainText(tracebackText) |
1151 ui.traceback.setPlainText(tracebackText) |
1152 |
1152 |
1153 # and now fire it up |
1153 # and now fire it up |
1154 self.dlg.show() |
1154 self.dlg.show() |
1155 self.dlg.exec_() |
1155 self.dlg.exec() |
1156 |
1156 |
1157 def __showSource(self): |
1157 def __showSource(self): |
1158 """ |
1158 """ |
1159 Private slot to show the source of a traceback in an eric6 editor. |
1159 Private slot to show the source of a traceback in an eric6 editor. |
1160 """ |
1160 """ |