927 args.append("--indent={0}".format(indentWidth)) |
927 args.append("--indent={0}".format(indentWidth)) |
928 else: |
928 else: |
929 EricMessageBox.critical( |
929 EricMessageBox.critical( |
930 self, |
930 self, |
931 self.tr("Error Compiling Form"), |
931 self.tr("Error Compiling Form"), |
932 self.tr( |
932 self.tr("The project type <b>{0}</b> is not supported.").format( |
933 "The project type <b>{0}</b> is not supported." |
933 self.project.getProjectType() |
934 ).format(self.project.getProjectType()), |
934 ), |
935 ) |
935 ) |
936 return None |
936 return None |
937 |
937 |
938 args.append(fn) |
938 args.append(fn) |
939 self.compileProc.finished.connect(self.__compileUIDone) |
939 self.compileProc.finished.connect(self.__compileUIDone) |