499 msgdlg = "res = E5MessageBox.retryAbort({0}".format(os.linesep) |
499 msgdlg = "res = E5MessageBox.retryAbort({0}".format(os.linesep) |
500 elif self.rOkToClearData.isChecked(): |
500 elif self.rOkToClearData.isChecked(): |
501 msgdlg = "res = E5MessageBox.okToClearData({0}".format( |
501 msgdlg = "res = E5MessageBox.okToClearData({0}".format( |
502 os.linesep) |
502 os.linesep) |
503 |
503 |
504 msgdlg += '{0}{1}{2}'.format(istring, parent, os.linesep) |
504 msgdlg += '{0}{1},{2}'.format(istring, parent, os.linesep) |
505 msgdlg += '{0}self.trUtf8("{1}")'.format( |
505 msgdlg += '{0}self.trUtf8("{1}")'.format( |
506 istring, self.eCaption.text()) |
506 istring, self.eCaption.text()) |
507 |
507 |
508 if not self.rAboutQt.isChecked(): |
508 if not self.rAboutQt.isChecked(): |
509 msgdlg += ',{0}{1}self.trUtf8("""{2}""")'.format( |
509 msgdlg += ',{0}{1}self.trUtf8("""{2}""")'.format( |