eric6/Project/PropertiesDialog.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7166
5a184952ba77
child 7229
53054eb5b15a
--- a/eric6/Project/PropertiesDialog.py	Sun Sep 01 17:44:33 2019 +0200
+++ b/eric6/Project/PropertiesDialog.py	Sun Sep 01 19:40:53 2019 +0200
@@ -89,7 +89,7 @@
             curIndex = self.projectTypeComboBox.findData(
                 self.project.pdata["PROJECTTYPE"])
             if curIndex == -1:
-                curIndex = self.projectTypeComboBox.findData("Qt4")
+                curIndex = self.projectTypeComboBox.findData("PyQt5")
             self.projectTypeComboBox.setCurrentIndex(curIndex)
             self.dirPicker.setText(self.project.ppath)
             self.versionEdit.setText(self.project.pdata["VERSION"])

eric ide

mercurial