100 def __performAction(self): |
100 def __performAction(self): |
101 """ |
101 """ |
102 Private method to exceute the requested formatting action. |
102 Private method to exceute the requested formatting action. |
103 """ |
103 """ |
104 self.progressBar.setValue(0) |
104 self.progressBar.setValue(0) |
|
105 self.progressBar.setVisible(True) |
105 |
106 |
106 self.statisticsGroup.setVisible(False) |
107 self.statisticsGroup.setVisible(False) |
107 self.__statistics = BlackStatistics() |
108 self.__statistics = BlackStatistics() |
108 |
109 |
109 self.__cancelled = False |
110 self.__cancelled = False |