Project/PropertiesDialog.py

changeset 42
23b45a742e17
parent 39
ce735122a1fb
child 53
c3eb7cc1ff8b
equal deleted inserted replaced
41:572a009369f0 42:23b45a742e17
110 else: 110 else:
111 self.vcsLabel.setText(\ 111 self.vcsLabel.setText(\
112 self.trUtf8("The project is not version controlled.")) 112 self.trUtf8("The project is not version controlled."))
113 self.vcsInfoButton.hide() 113 self.vcsInfoButton.hide()
114 else: 114 else:
115 self.languageComboBox.setCurrentIndex(\
116 self.languageComboBox.findText("Python3"))
115 self.projectTypeComboBox.setCurrentIndex(\ 117 self.projectTypeComboBox.setCurrentIndex(\
116 self.projectTypeComboBox.findText(projectTypes["Qt4"])) 118 self.projectTypeComboBox.findText(projectTypes["Qt4"]))
117 hp = os.getcwd() 119 hp = os.getcwd()
118 hp = hp + os.sep 120 hp = hp + os.sep
119 self.dirEdit.setText(hp) 121 self.dirEdit.setText(hp)

eric ide

mercurial