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