Project/ProjectFormsBrowser.py

changeset 1864
1c8d0747ba9f
parent 1622
e9e1b704af11
child 2191
7c7251ce9497
equal deleted inserted replaced
1862:b1498278335f 1864:1c8d0747ba9f
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>"

eric ide

mercurial