Preferences/ProgramsDialog.py

branch
5_1_x
changeset 1141
3017c0a73c73
parent 901
99b4cb6910ad
child 1175
93655105b6de
equal deleted inserted replaced
1138:3104df9e1fd0 1141:3017c0a73c73
120 self.__createProgramEntry(self.trUtf8("Forms Compiler (Python, PySide)"), 120 self.__createProgramEntry(self.trUtf8("Forms Compiler (Python, PySide)"),
121 Utilities.isWindowsPlatform() and "pyside-uic.bat" or "pyside-uic", 121 Utilities.isWindowsPlatform() and "pyside-uic.bat" or "pyside-uic",
122 '--version', 'Python User', 4) 122 '--version', 'Python User', 4)
123 # 3.c Resource Compiler PySide 123 # 3.c Resource Compiler PySide
124 self.__createProgramEntry(self.trUtf8("Resource Compiler (Python, PySide)"), 124 self.__createProgramEntry(self.trUtf8("Resource Compiler (Python, PySide)"),
125 Utilities.isWindowsPlatform() and "pyside-rcc4.exe" or "pyside-rcc4", 125 Utilities.isWindowsPlatform() and "pyside-rcc.exe" or "pyside-rcc",
126 '-version', 'Resource Compiler', -1) 126 '-version', 'Resource Compiler', -1)
127 127
128 # 4. do the Ruby programs 128 # 4. do the Ruby programs
129 # 4a. Forms Compiler for Qt4 129 # 4a. Forms Compiler for Qt4
130 self.__createProgramEntry(self.trUtf8("Forms Compiler (Ruby, Qt4)"), 130 self.__createProgramEntry(self.trUtf8("Forms Compiler (Ruby, Qt4)"),

eric ide

mercurial