262 self.closeOthersAct = E5Action( |
262 self.closeOthersAct = E5Action( |
263 self.tr('Close Others'), |
263 self.tr('Close Others'), |
264 self.tr('Close Others'), |
264 self.tr('Close Others'), |
265 0, 0, self, 'hexEditor_file_close_others') |
265 0, 0, self, 'hexEditor_file_close_others') |
266 self.closeOthersAct.setStatusTip(self.tr( |
266 self.closeOthersAct.setStatusTip(self.tr( |
267 'Close all hex other editor windows')) |
267 'Close all other hex editor windows')) |
268 self.closeOthersAct.setWhatsThis(self.tr( |
268 self.closeOthersAct.setWhatsThis(self.tr( |
269 """<b>Close Others</b>""" |
269 """<b>Close Others</b>""" |
270 """<p>Closes all other hex editor windows.</p>""" |
270 """<p>Closes all other hex editor windows.</p>""" |
271 )) |
271 )) |
272 self.closeOthersAct.triggered.connect(self.__closeOthers) |
272 self.closeOthersAct.triggered.connect(self.__closeOthers) |