Project/PropertiesDialog.py

changeset 5879
cb3e20c44546
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5878:74d02cd37185 5879:cb3e20c44546
124 if not self.project.vcsSoftwareAvailable(): 124 if not self.project.vcsSoftwareAvailable():
125 self.vcsCheckBox.hide() 125 self.vcsCheckBox.hide()
126 126
127 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( 127 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(
128 bool(self.dirPicker.text()) and 128 bool(self.dirPicker.text()) and
129 self.dirPicker.text() not in 129 self.dirPicker.text() not in self.__initPaths)
130 self.__initPaths)
131 130
132 @pyqtSlot(str) 131 @pyqtSlot(str)
133 def on_languageComboBox_currentIndexChanged(self, language): 132 def on_languageComboBox_currentIndexChanged(self, language):
134 """ 133 """
135 Private slot handling the selection of a programming language. 134 Private slot handling the selection of a programming language.

eric ide

mercurial