eric6/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
380 """ 380 """
381 Private method to generate the button code for the standard buttons. 381 Private method to generate the button code for the standard buttons.
382 382
383 @param istring indentation string (string) 383 @param istring indentation string (string)
384 @param indString string used for indentation (space or tab) (string) 384 @param indString string used for indentation (space or tab) (string)
385 @keyparam withIntro flag indicating to generate a first line 385 @param withIntro flag indicating to generate a first line
386 with introductory text (boolean) 386 with introductory text (boolean)
387 @return the button code (string) 387 @return the button code (string)
388 """ 388 """
389 buttons = [] 389 buttons = []
390 if self.abortCheck.isChecked(): 390 if self.abortCheck.isChecked():

eric ide

mercurial