src/eric7/Preferences/__init__.py

branch
eric7
changeset 11216
a1471981ef18
parent 11169
7277dd5eb324
child 11217
856628e8a303
--- a/src/eric7/Preferences/__init__.py	Thu Apr 10 18:39:29 2025 +0200
+++ b/src/eric7/Preferences/__init__.py	Sun Apr 13 14:46:18 2025 +0200
@@ -926,8 +926,8 @@
             "resources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PyQt5": (
             "sources",
@@ -935,68 +935,51 @@
             "resources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PyQt5C": (
             "sources",
             "resources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PyQt6": (
             "sources",
             "forms",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PyQt6C": (
             "sources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "E7Plugin": (
             "sources",
             "forms",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "Console": (
             "sources",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "Other": (
             "sources",
             "others",
-            "interfaces",
-            "protocols",
-        ),
-        "PySide2": (
-            "sources",
-            "forms",
-            "resources",
-            "translations",
-            "others",
-            "interfaces",
-            "protocols",
-        ),
-        "PySide2C": (
-            "sources",
-            "resources",
-            "translations",
-            "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PySide6": (
             "sources",
@@ -1004,16 +987,16 @@
             "resources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
         "PySide6C": (
             "sources",
             "resources",
             "translations",
             "others",
-            "interfaces",
-            "protocols",
+            ##"interfaces",
+            ##"protocols",
         ),
     }
 
@@ -1036,7 +1019,6 @@
         "Qt6DocDir": "",
         "PyQt5DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt5/",
         "PyQt6DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt6/",
-        "PySide2DocDir": "",
         "PySide6DocDir": "",
         "EricDocDir": "",
         "HelpViewerType": 0,  # internal help viewer
@@ -1385,6 +1367,7 @@
         "QtToolsPostfix": "",
         "Lrelease": "",
         "QHelpGenerator": "",
+        # TODO: remove these
         "PyuicIndent": 4,
         "PyuicFromImports": False,
         "PyuicExecute": True,
@@ -1394,9 +1377,6 @@
         "Pyuic6Execute": True,
         "PyQt6VenvName": "",
         "PyQt6ToolsDir": "",
-        "PySide2FromImports": False,
-        "PySide2VenvName": "",
-        "PySide2ToolsDir": "",
         "PySide6FromImports": False,
         "PySide6VenvName": "",
         "PySide6ToolsDir": "",

eric ide

mercurial