ProjectFormsBrowser: added the forgotten E7Plugin to the PyQt6 branch of the compile process. eric7

Sun, 23 May 2021 16:37:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 23 May 2021 16:37:26 +0200
branch
eric7
changeset 8369
62c34ff55f4b
parent 8368
ee14e64c2eeb
child 8370
c492b40a2224

ProjectFormsBrowser: added the forgotten E7Plugin to the PyQt6 branch of the compile process.

eric7/Project/ProjectFormsBrowser.py file | annotate | diff | comparison | revisions
--- a/eric7/Project/ProjectFormsBrowser.py	Sun May 23 16:36:32 2021 +0200
+++ b/eric7/Project/ProjectFormsBrowser.py	Sun May 23 16:37:26 2021 +0200
@@ -817,8 +817,8 @@
                 # PySide6
                 if Preferences.getQt("PySide6FromImports"):
                     args.append("--from-imports")
-            elif self.project.getProjectType() == "PyQt6":
-                # PyQt6
+            elif self.project.getProjectType() in ("PyQt6", "E7Plugin"):
+                # PyQt6 and E7Plugin
                 if Preferences.getQt("Pyuic6Execute"):
                     args.append("-x")
                 indentWidth = Preferences.getQt("Pyuic6Indent")

eric ide

mercurial