eric6/Project/Project.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7192
a22eee00b052
child 7229
53054eb5b15a
equal deleted inserted replaced
7197:331569d44b19 7198:684261ef2165
271 self.__fileTypeCallbacks = {} 271 self.__fileTypeCallbacks = {}
272 self.__lexerAssociationCallbacks = {} 272 self.__lexerAssociationCallbacks = {}
273 self.__binaryTranslationsCallbacks = {} 273 self.__binaryTranslationsCallbacks = {}
274 274
275 self.__projectTypes = { 275 self.__projectTypes = {
276 "Qt4": self.tr("PyQt4 GUI"), 276 "Qt4": self.tr("PyQt4 GUI (deprecated)"),
277 "Qt4C": self.tr("PyQt4 Console"), 277 "Qt4C": self.tr("PyQt4 Console (deprecated)"),
278 "PyQt5": self.tr("PyQt5 GUI"), 278 "PyQt5": self.tr("PyQt5 GUI"),
279 "PyQt5C": self.tr("PyQt5 Console"), 279 "PyQt5C": self.tr("PyQt5 Console"),
280 "E6Plugin": self.tr("Eric6 Plugin"), 280 "E6Plugin": self.tr("Eric6 Plugin"),
281 "Console": self.tr("Console"), 281 "Console": self.tr("Console"),
282 "Other": self.tr("Other"), 282 "Other": self.tr("Other"),

eric ide

mercurial