eric6/Project/PropertiesDialog.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7166
5a184952ba77
child 7229
53054eb5b15a
equal deleted inserted replaced
7197:331569d44b19 7198:684261ef2165
87 self.mixedLanguageCheckBox.setChecked( 87 self.mixedLanguageCheckBox.setChecked(
88 self.project.pdata["MIXEDLANGUAGE"]) 88 self.project.pdata["MIXEDLANGUAGE"])
89 curIndex = self.projectTypeComboBox.findData( 89 curIndex = self.projectTypeComboBox.findData(
90 self.project.pdata["PROJECTTYPE"]) 90 self.project.pdata["PROJECTTYPE"])
91 if curIndex == -1: 91 if curIndex == -1:
92 curIndex = self.projectTypeComboBox.findData("Qt4") 92 curIndex = self.projectTypeComboBox.findData("PyQt5")
93 self.projectTypeComboBox.setCurrentIndex(curIndex) 93 self.projectTypeComboBox.setCurrentIndex(curIndex)
94 self.dirPicker.setText(self.project.ppath) 94 self.dirPicker.setText(self.project.ppath)
95 self.versionEdit.setText(self.project.pdata["VERSION"]) 95 self.versionEdit.setText(self.project.pdata["VERSION"])
96 self.mainscriptPicker.setText(self.project.pdata["MAINSCRIPT"]) 96 self.mainscriptPicker.setText(self.project.pdata["MAINSCRIPT"])
97 self.authorEdit.setText(self.project.pdata["AUTHOR"]) 97 self.authorEdit.setText(self.project.pdata["AUTHOR"])

eric ide

mercurial