53 Public method to retrieve the copy data. |
53 Public method to retrieve the copy data. |
54 |
54 |
55 @return the target name (string) and a flag indicating |
55 @return the target name (string) and a flag indicating |
56 the operation should be enforced (boolean) |
56 the operation should be enforced (boolean) |
57 """ |
57 """ |
|
58 # TODO: check if target is an absolute path. If not make it relative to source. |
58 return self.targetEdit.text(), self.forceCheckBox.isChecked() |
59 return self.targetEdit.text(), self.forceCheckBox.isChecked() |
59 |
60 |
60 @pyqtSlot() |
61 @pyqtSlot() |
61 def on_dirButton_clicked(self): |
62 def on_dirButton_clicked(self): |
62 """ |
63 """ |