Project/ProjectFormsBrowser.py

branch
5_2_x
changeset 1866
91cfb0c311cb
parent 1509
c0b5e693b0eb
child 2303
0ed4ed026c16
equal deleted inserted replaced
1863:aff02fd67d62 1866:91cfb0c311cb
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>"

eric ide

mercurial