144 # 2d. Translation Extractor PyQt5 |
144 # 2d. Translation Extractor PyQt5 |
145 self.__createProgramEntry( |
145 self.__createProgramEntry( |
146 self.tr("Translation Extractor (Python, PyQt5)"), |
146 self.tr("Translation Extractor (Python, PyQt5)"), |
147 Utilities.isWindowsPlatform() and "pylupdate5.exe" or "pylupdate5", |
147 Utilities.isWindowsPlatform() and "pylupdate5.exe" or "pylupdate5", |
148 '-version', 'pylupdate', -1) |
148 '-version', 'pylupdate', -1) |
149 # 2e. Forms Compiler PyQt4 |
149 # 2e. Forms Compiler PyQt5 |
150 self.__createProgramEntry( |
150 self.__createProgramEntry( |
151 self.tr("Forms Compiler (Python, PyQt5)"), |
151 self.tr("Forms Compiler (Python, PyQt5)"), |
152 Utilities.isWindowsPlatform() and "pyuic5.bat" or "pyuic5", |
152 Utilities.isWindowsPlatform() and "pyuic5.bat" or "pyuic5", |
153 '--version', 'Python User', 4) |
153 '--version', 'Python User', 4) |
154 # 2f. Resource Compiler PyQt4 |
154 # 2f. Resource Compiler PyQt5 |
155 self.__createProgramEntry( |
155 self.__createProgramEntry( |
156 self.tr("Resource Compiler (Python, PyQt5)"), |
156 self.tr("Resource Compiler (Python, PyQt5)"), |
157 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5", |
157 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5", |
158 '-version', 'Resource Compiler', -1) |
158 '-version', 'Resource Compiler', -1) |
159 |
159 |