619 if not self.noDialog: |
619 if not self.noDialog: |
620 E5MessageBox.information(self, |
620 E5MessageBox.information(self, |
621 self.trUtf8("Form Compilation"), |
621 self.trUtf8("Form Compilation"), |
622 self.trUtf8("The compilation of the form file" |
622 self.trUtf8("The compilation of the form file" |
623 " was successful.")) |
623 " was successful.")) |
|
624 self.project.projectFormCompiled.emit(self.compiledFile) |
624 except IOError as msg: |
625 except IOError as msg: |
625 if not self.noDialog: |
626 if not self.noDialog: |
626 E5MessageBox.information(self, |
627 E5MessageBox.information(self, |
627 self.trUtf8("Form Compilation"), |
628 self.trUtf8("Form Compilation"), |
628 self.trUtf8("<p>The compilation of the form file failed.</p>" |
629 self.trUtf8("<p>The compilation of the form file failed.</p>" |