eric7/Plugins/PluginWizardQRegularExpression.py

branch
eric7
changeset 8367
907860ca00d6
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8366:2a9f5153c438 8367:907860ca00d6
69 """ 69 """
70 Private method to initialize the action. 70 Private method to initialize the action.
71 """ 71 """
72 self.action = EricAction( 72 self.action = EricAction(
73 self.tr('QRegularExpression Wizard'), 73 self.tr('QRegularExpression Wizard'),
74 self.tr('QRegularE&xpression Wizard...'), 0, 0, self, 74 self.tr('QRegularExpression Wizard...'), 0, 0, self,
75 'wizards_qregularexpression') 75 'wizards_qregularexpression')
76 self.action.setStatusTip(self.tr('QRegularExpression Wizard')) 76 self.action.setStatusTip(self.tr('QRegularExpression Wizard'))
77 self.action.setWhatsThis(self.tr( 77 self.action.setWhatsThis(self.tr(
78 """<b>QRegularExpression Wizard</b>""" 78 """<b>QRegularExpression Wizard</b>"""
79 """<p>This wizard opens a dialog for entering all the parameters""" 79 """<p>This wizard opens a dialog for entering all the parameters"""

eric ide

mercurial