--- a/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Fri Dec 13 22:45:47 2013 +0100 +++ b/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Fri Dec 13 23:39:14 2013 +0100 @@ -55,6 +55,8 @@ self.__project = None self.filterFrame.setVisible(False) + self.checkProgress.setVisible(False) + def __resort(self): """ Private method to resort the tree. @@ -112,6 +114,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() if isinstance(fn, list): @@ -182,6 +185,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.