eric7/Plugins/PluginWizardQInputDialog.py

branch
eric7
changeset 8367
907860ca00d6
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8366:2a9f5153c438 8367:907860ca00d6
69 """ 69 """
70 Private method to initialize the action. 70 Private method to initialize the action.
71 """ 71 """
72 self.action = EricAction( 72 self.action = EricAction(
73 self.tr('QInputDialog Wizard'), 73 self.tr('QInputDialog Wizard'),
74 self.tr('Q&InputDialog Wizard...'), 0, 0, self, 74 self.tr('QInputDialog Wizard...'), 0, 0, self,
75 'wizards_qinputdialog') 75 'wizards_qinputdialog')
76 self.action.setStatusTip(self.tr('QInputDialog Wizard')) 76 self.action.setStatusTip(self.tr('QInputDialog Wizard'))
77 self.action.setWhatsThis(self.tr( 77 self.action.setWhatsThis(self.tr(
78 """<b>QInputDialog Wizard</b>""" 78 """<b>QInputDialog Wizard</b>"""
79 """<p>This wizard opens a dialog for entering all the parameters""" 79 """<p>This wizard opens a dialog for entering all the parameters"""

eric ide

mercurial