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") |