Plugins/PluginWizardQFileDialog.py

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

eric ide

mercurial