diff -r 331569d44b19 -r 684261ef2165 eric6/Project/PropertiesDialog.py --- 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"])