Plugins/PluginWizardQRegularExpression.py

changeset 3022
57179e4cdadd
parent 3020
542e97d4ecb3
child 3034
7ce719013078
child 3058
0a02c433f52d
equal deleted inserted replaced
3021:801289962f4e 3022:57179e4cdadd
65 65
66 def __initAction(self): 66 def __initAction(self):
67 """ 67 """
68 Private method to initialize the action. 68 Private method to initialize the action.
69 """ 69 """
70 self.action = E5Action(self.trUtf8('QRegularExpression Wizard'), 70 self.action = E5Action(
71 self.trUtf8('QRegularE&xpression Wizard...'), 0, 0, self, 71 self.trUtf8('QRegularExpression Wizard'),
72 'wizards_qregularexpression') 72 self.trUtf8('QRegularE&xpression Wizard...'), 0, 0, self,
73 'wizards_qregularexpression')
73 self.action.setStatusTip(self.trUtf8('QRegularExpression Wizard')) 74 self.action.setStatusTip(self.trUtf8('QRegularExpression Wizard'))
74 self.action.setWhatsThis(self.trUtf8( 75 self.action.setWhatsThis(self.trUtf8(
75 """<b>QRegularExpression Wizard</b>""" 76 """<b>QRegularExpression Wizard</b>"""
76 """<p>This wizard opens a dialog for entering all the parameters""" 77 """<p>This wizard opens a dialog for entering all the parameters"""
77 """ needed to create a QRegularExpression string. The generated""" 78 """ needed to create a QRegularExpression string. The generated"""

eric ide

mercurial