Plugins/PluginWizardE5MessageBox.py

changeset 3004
c4bf32c791d0
parent 2962
d6c9d1ca2da4
child 3020
542e97d4ecb3
child 3057
10516539f238
equal deleted inserted replaced
3003:cb43c34239b1 3004:c4bf32c791d0
72 'wizards_e5messagebox') 72 'wizards_e5messagebox')
73 self.action.setStatusTip(self.trUtf8('E5MessageBox Wizard')) 73 self.action.setStatusTip(self.trUtf8('E5MessageBox Wizard'))
74 self.action.setWhatsThis(self.trUtf8( 74 self.action.setWhatsThis(self.trUtf8(
75 """<b>E5MessageBox Wizard</b>""" 75 """<b>E5MessageBox 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 an E5MessageBox. The generated code is inserted""" 77 """ needed to create an E5MessageBox. 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

eric ide

mercurial