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. |