Preferences/ProgramsDialog.py

branch
6_1_x
changeset 5111
931431b2646c
parent 4632
ca310db386ed
child 5331
8d607cd52f26
equal deleted inserted replaced
5107:a9dcbeb26ff6 5111:931431b2646c
161 '--version', 'Python User', 4) 161 '--version', 'Python User', 4)
162 # 2f. Resource Compiler PyQt5 162 # 2f. Resource Compiler PyQt5
163 self.__createProgramEntry( 163 self.__createProgramEntry(
164 self.tr("Resource Compiler (Python, PyQt5)"), 164 self.tr("Resource Compiler (Python, PyQt5)"),
165 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5", 165 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5",
166 '-version', 'Resource Compiler', -1) 166 '-version', '', -1, versionRe='Resource Compiler|pyrcc5')
167 167
168 # 3. do the PySide programs 168 # 3. do the PySide programs
169 # 3a. Translation Extractor PySide 169 # 3a. Translation Extractor PySide
170 self.__createProgramEntry( 170 self.__createProgramEntry(
171 self.tr("Translation Extractor (Python, PySide)"), 171 self.tr("Translation Extractor (Python, PySide)"),

eric ide

mercurial