UI/UserInterface.py

changeset 5899
0516f6548ca6
parent 5842
c3f41b959a65
child 5900
cd90bfdc1247
equal deleted inserted replaced
5898:fc96d49f5fbf 5899:0516f6548ca6
1423 self.shellActivateAct = E5Action( 1423 self.shellActivateAct = E5Action(
1424 self.tr('Shell'), 1424 self.tr('Shell'),
1425 self.tr('&Shell'), 1425 self.tr('&Shell'),
1426 QKeySequence(self.tr("Alt+Shift+S")), 1426 QKeySequence(self.tr("Alt+Shift+S")),
1427 0, self, 1427 0, self,
1428 'interprter_shell_activate') 1428 'interpreter_shell_activate')
1429 self.shellActivateAct.setStatusTip(self.tr( 1429 self.shellActivateAct.setStatusTip(self.tr(
1430 "Switch the input focus to the Shell window.")) 1430 "Switch the input focus to the Shell window."))
1431 self.shellActivateAct.setWhatsThis(self.tr( 1431 self.shellActivateAct.setWhatsThis(self.tr(
1432 """<b>Activate Shell</b>""" 1432 """<b>Activate Shell</b>"""
1433 """<p>This switches the input focus to the Shell window.</p>""" 1433 """<p>This switches the input focus to the Shell window.</p>"""

eric ide

mercurial