Debugger/CallTraceViewer.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3031:ed2eaa573ca5 3032:927a2f8b3669
160 E5MessageBox.critical( 160 E5MessageBox.critical(
161 self, 161 self,
162 self.trUtf8("Error saving Call Trace Info"), 162 self.trUtf8("Error saving Call Trace Info"),
163 self.trUtf8("""<p>The call trace info could not""" 163 self.trUtf8("""<p>The call trace info could not"""
164 """ be written to <b>{0}</b></p>""" 164 """ be written to <b>{0}</b></p>"""
165 """<p>Reason: {1}</p>""")\ 165 """<p>Reason: {1}</p>""")
166 .format(fname, str(err))) 166 .format(fname, str(err)))
167 167
168 @pyqtSlot(QTreeWidgetItem, int) 168 @pyqtSlot(QTreeWidgetItem, int)
169 def on_callTrace_itemDoubleClicked(self, item, column): 169 def on_callTrace_itemDoubleClicked(self, item, column):
170 """ 170 """
171 Private slot to open the double clicked file in an editor. 171 Private slot to open the double clicked file in an editor.

eric ide

mercurial