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('Python re Wizard'), |
70 self.action = E5Action( |
71 self.trUtf8('&Python re Wizard...'), 0, 0, self, |
71 self.trUtf8('Python re Wizard'), |
72 'wizards_python_re') |
72 self.trUtf8('&Python re Wizard...'), 0, 0, self, |
|
73 'wizards_python_re') |
73 self.action.setStatusTip(self.trUtf8('Python re Wizard')) |
74 self.action.setStatusTip(self.trUtf8('Python re Wizard')) |
74 self.action.setWhatsThis(self.trUtf8( |
75 self.action.setWhatsThis(self.trUtf8( |
75 """<b>Python re Wizard</b>""" |
76 """<b>Python re 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 Python re string. The generated code is""" |
78 """ needed to create a Python re string. The generated code is""" |