218 self.process = None |
218 self.process = None |
219 |
219 |
220 if self.patchesList.topLevelItemCount() == 0: |
220 if self.patchesList.topLevelItemCount() == 0: |
221 # no patches present |
221 # no patches present |
222 self.__generateItem(0, "", self.trUtf8("no patches found"), "", True) |
222 self.__generateItem(0, "", self.trUtf8("no patches found"), "", True) |
223 self.patchesList.doItemsLayout() |
|
224 self.__resizeColumns() |
223 self.__resizeColumns() |
225 self.__resort() |
224 self.__resort() |
226 |
225 |
227 def on_buttonBox_clicked(self, button): |
226 def on_buttonBox_clicked(self, button): |
228 """ |
227 """ |