Project/Project.py

changeset 4009
098c303a6857
parent 3990
5dd6edf8540a
child 4021
195a471c327b
equal deleted inserted replaced
4004:51a8bbea6e9f 4009:098c303a6857
266 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin", 266 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin",
267 "E6Plugin", "Console", "Other"], 267 "E6Plugin", "Console", "Other"],
268 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin", 268 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin",
269 "E6Plugin", "Console", "Other"], 269 "E6Plugin", "Console", "Other"],
270 "Ruby": ["Qt4", "Qt4C", "Console", "Other"], 270 "Ruby": ["Qt4", "Qt4C", "Console", "Other"],
271 "JavaScript": ["Other"],
271 } 272 }
272 273
273 pyside2, pyside3 = Utilities.checkPyside() 274 pyside2, pyside3 = Utilities.checkPyside()
274 if pyside2 or pyside3: 275 if pyside2 or pyside3:
275 self.__projectTypes["PySide"] = self.tr("PySide GUI") 276 self.__projectTypes["PySide"] = self.tr("PySide GUI")

eric ide

mercurial