72 'wizards_qmessagebox') |
72 'wizards_qmessagebox') |
73 self.action.setStatusTip(self.trUtf8('QMessageBox Wizard')) |
73 self.action.setStatusTip(self.trUtf8('QMessageBox Wizard')) |
74 self.action.setWhatsThis(self.trUtf8( |
74 self.action.setWhatsThis(self.trUtf8( |
75 """<b>QMessageBox Wizard</b>""" |
75 """<b>QMessageBox Wizard</b>""" |
76 """<p>This wizard opens a dialog for entering all the parameters""" |
76 """<p>This wizard opens a dialog for entering all the parameters""" |
77 """ needed to create a QMessageBox. The generated code is inserted""" |
77 """ needed to create a QMessageBox. The generated code is""" |
78 """ at the current cursor position.</p>""" |
78 """ inserted at the current cursor position.</p>""" |
79 )) |
79 )) |
80 self.action.triggered[()].connect(self.__handle) |
80 self.action.triggered[()].connect(self.__handle) |
81 |
81 |
82 self.__ui.addE5Actions([self.action], 'wizards') |
82 self.__ui.addE5Actions([self.action], 'wizards') |
83 |
83 |