--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Fri Dec 13 22:45:47 2013 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Fri Dec 13 23:39:14 2013 +0100 @@ -62,6 +62,8 @@ self.__project = None self.filterFrame.setVisible(False) + self.checkProgress.setVisible(False) + def __resort(self): """ Private method to resort the tree. @@ -140,6 +142,7 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.checkProgress.setVisible(True) QApplication.processEvents() self.__clearErrors() @@ -244,6 +247,8 @@ self.resultList.header().resizeSections(QHeaderView.ResizeToContents) self.resultList.header().setStretchLastSection(True) + self.checkProgress.setVisible(False) + def on_buttonBox_clicked(self, button): """ Private slot called by a button of the button box clicked.