Preferences: added a default value for PyQt6 documentation. eric7

Tue, 24 Aug 2021 17:20:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 Aug 2021 17:20:58 +0200
branch
eric7
changeset 8538
01b7559d3f4e
parent 8537
8fbfddbd3abc
child 8539
24daea9ad41b

Preferences: added a default value for PyQt6 documentation.

eric7/Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/eric7/Preferences/__init__.py	Mon Aug 23 19:45:51 2021 +0200
+++ b/eric7/Preferences/__init__.py	Tue Aug 24 17:20:58 2021 +0200
@@ -904,7 +904,7 @@
         "Qt5DocDir": "",
         "Qt6DocDir": "",
         "PyQt5DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt5/",
-        "PyQt6DocDir": "",
+        "PyQt6DocDir": "https://www.riverbankcomputing.com/static/Docs/PyQt6/",
         "PySide2DocDir": "",
         "PySide6DocDir": "",
         "EricDocDir": "",

eric ide

mercurial