Plugins/PluginWizardE5MessageBox.py

changeset 3345
071afe8be2a1
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3343:f7a6d271bb40 3345:071afe8be2a1
76 """<b>E5MessageBox Wizard</b>""" 76 """<b>E5MessageBox Wizard</b>"""
77 """<p>This wizard opens a dialog for entering all the parameters""" 77 """<p>This wizard opens a dialog for entering all the parameters"""
78 """ needed to create an E5MessageBox. The generated code is""" 78 """ needed to create an E5MessageBox. The generated code is"""
79 """ inserted at the current cursor position.</p>""" 79 """ inserted at the current cursor position.</p>"""
80 )) 80 ))
81 self.action.triggered[()].connect(self.__handle) 81 self.action.triggered.connect(self.__handle)
82 82
83 self.__ui.addE5Actions([self.action], 'wizards') 83 self.__ui.addE5Actions([self.action], 'wizards')
84 84
85 def __initMenu(self): 85 def __initMenu(self):
86 """ 86 """

eric ide

mercurial