126 |
126 |
127 self.refreshButton.setEnabled(True) |
127 self.refreshButton.setEnabled(True) |
128 |
128 |
129 self.__resizeColumns() |
129 self.__resizeColumns() |
130 |
130 |
131 def __procFinished(self, exitCode, exitStatus): |
131 def __procFinished(self, exitCode, exitStatus): # noqa: U100 |
132 """ |
132 """ |
133 Private slot connected to the finished signal. |
133 Private slot connected to the finished signal. |
134 |
134 |
135 @param exitCode exit code of the process |
135 @param exitCode exit code of the process |
136 @type int |
136 @type int |