Preferences/ProgramsDialog.py

changeset 1140
8d1aa04a8f62
parent 1131
7781e396c903
child 1173
c826cd21e273
equal deleted inserted replaced
1139:b18376d58832 1140:8d1aa04a8f62
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