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(): |