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