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