378 self.actions.append(act) |
378 self.actions.append(act) |
379 |
379 |
380 act = E5Action( |
380 act = E5Action( |
381 self.tr('Continue Until'), |
381 self.tr('Continue Until'), |
382 UI.PixmapCache.getIcon("continueUntil"), |
382 UI.PixmapCache.getIcon("continueUntil"), |
383 self.tr('Continue &Until'), Qt.SHIFT + Qt.Key_F6, 0, |
383 self.tr('Continue &Until'), Qt.CTRL + Qt.Key_F6, 0, |
384 self.debugActGrp, 'dbg_continue_until') |
384 self.debugActGrp, 'dbg_continue_until') |
385 act.setStatusTip(self.tr( |
385 act.setStatusTip(self.tr( |
386 """Continue running the program from the current line to the""" |
386 """Continue running the program from the current line to the""" |
387 """ current cursor position or until leaving the current frame""")) |
387 """ current cursor position or until leaving the current frame""")) |
388 act.setWhatsThis(self.tr( |
388 act.setWhatsThis(self.tr( |