src/eric7/HelpViewer/HelpViewerWidget.py

branch
eric7
changeset 11216
a1471981ef18
parent 11215
d07c71a34adf
--- a/src/eric7/HelpViewer/HelpViewerWidget.py	Thu Apr 10 18:39:29 2025 +0200
+++ b/src/eric7/HelpViewer/HelpViewerWidget.py	Sun Apr 13 14:46:18 2025 +0200
@@ -449,11 +449,8 @@
         for key, topic in [
             ("EricDocDir", self.tr("eric API Documentation")),
             ("PythonDocDir", self.tr("Python 3 Documentation")),
-            ("Qt5DocDir", self.tr("Qt5 Documentation")),
             ("Qt6DocDir", self.tr("Qt6 Documentation")),
-            ("PyQt5DocDir", self.tr("PyQt5 Documentation")),
             ("PyQt6DocDir", self.tr("PyQt6 Documentation")),
-            ("PySide2DocDir", self.tr("PySide2 Documentation")),
             ("PySide6DocDir", self.tr("PySide6 Documentation")),
         ]:
             urlStr = Preferences.getHelp(key)

eric ide

mercurial