1255 self.filesTree.clear() |
1255 self.filesTree.clear() |
1256 |
1256 |
1257 @pyqtSlot(bool) |
1257 @pyqtSlot(bool) |
1258 def on_stopCheckBox_clicked(self, checked): |
1258 def on_stopCheckBox_clicked(self, checked): |
1259 """ |
1259 """ |
1260 Private slot called, when the stop on copy/move checkbox is clicked |
1260 Private slot called, when the stop on copy/move checkbox is clicked. |
|
1261 |
|
1262 @param checked flag indicating the state of the check box (boolean) |
1261 """ |
1263 """ |
1262 self.vcs.getPlugin().setPreferences("StopLogOnCopy", |
1264 self.vcs.getPlugin().setPreferences("StopLogOnCopy", |
1263 self.stopCheckBox.isChecked()) |
1265 self.stopCheckBox.isChecked()) |
1264 self.nextButton.setEnabled(True) |
1266 self.nextButton.setEnabled(True) |
1265 self.limitSpinBox.setEnabled(True) |
1267 self.limitSpinBox.setEnabled(True) |