src/eric7/Preferences/ProgramsDialog.py

branch
eric7
changeset 11217
856628e8a303
parent 11216
a1471981ef18
child 11230
8a15b05eeee3
diff -r a1471981ef18 -r 856628e8a303 src/eric7/Preferences/ProgramsDialog.py
--- a/src/eric7/Preferences/ProgramsDialog.py	Sun Apr 13 14:46:18 2025 +0200
+++ b/src/eric7/Preferences/ProgramsDialog.py	Sun Apr 13 15:53:14 2025 +0200
@@ -154,42 +154,15 @@
             self.__createProgramEntry(self.tr("Qt Assistant"), exe, version=version)
 
             # 2. do the PyQt programs
-            # 2.1 do the PyQt5 programs
-            # 2.1a. Translation Extractor PyQt5
-            self.__createProgramEntry(
-                self.tr("Translation Extractor (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pylupdate5"),
-                "-version",
-                "pylupdate",
-                -1,
-            )
-            # 2.1b. Forms Compiler PyQt5
-            self.__createProgramEntry(
-                self.tr("Forms Compiler (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pyuic5", ["py3uic5"]),
-                "--version",
-                "Python User",
-                4,
-            )
-            # 2.1c. Resource Compiler PyQt5
-            self.__createProgramEntry(
-                self.tr("Resource Compiler (Python, PyQt5)"),
-                QtUtilities.generatePyQtToolPath("pyrcc5"),
-                "-version",
-                "",
-                -1,
-                versionRe="Resource Compiler|pyrcc5",
-            )
-
-            # 2.2 do the PyQt6 programs
-            # 2.2a. Translation Extractor PyQt6
+            # 2.1 do the PyQt6 programs
+            # 2.1a. Translation Extractor PyQt6
             self.__createProgramEntry(
                 self.tr("Translation Extractor (Python, PyQt6)"),
                 QtUtilities.generatePyQtToolPath("pylupdate6"),
                 "--version",
                 versionPosition=0,
             )
-            # 2.2b. Forms Compiler PyQt6
+            # 2.1b. Forms Compiler PyQt6
             self.__createProgramEntry(
                 self.tr("Forms Compiler (Python, PyQt6)"),
                 QtUtilities.generatePyQtToolPath("pyuic6"),

eric ide

mercurial