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