235 itm.setTextAlignment(col, Qt.AlignRight) |
235 itm.setTextAlignment(col, Qt.AlignRight) |
236 else: |
236 else: |
237 self.summaryGroup.hide() |
237 self.summaryGroup.hide() |
238 |
238 |
239 if total_exceptions: |
239 if total_exceptions: |
240 E5MessageBox.warning(self, |
240 E5MessageBox.warning( |
|
241 self, |
241 self.trUtf8("Parse Error"), |
242 self.trUtf8("Parse Error"), |
242 self.trUtf8("""%n file(s) could not be parsed. Coverage""" |
243 self.trUtf8("""%n file(s) could not be parsed. Coverage""" |
243 """ info for these is not available.""", "", |
244 """ info for these is not available.""", "", |
244 total_exceptions)) |
245 total_exceptions)) |
245 |
246 |