Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py

changeset 2962
d6c9d1ca2da4
parent 2821
459cc954bea8
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
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):

eric ide

mercurial