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""" |