80 |
80 |
81 @pyqtSlot(str) |
81 @pyqtSlot(str) |
82 def on_archiveEdit_textChanged(self, archive): |
82 def on_archiveEdit_textChanged(self, archive): |
83 """ |
83 """ |
84 Private slot to handle changes of the archive name. |
84 Private slot to handle changes of the archive name. |
|
85 |
|
86 @param archive name of the archive (string) |
85 """ |
87 """ |
86 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(archive != "") |
88 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(archive != "") |
87 |
89 |
88 @pyqtSlot() |
90 @pyqtSlot() |
89 def on_archiveButton_clicked(self): |
91 def on_archiveButton_clicked(self): |