eric6/DebugClients/Python/DebugConfig.py

changeset 7911
4621c9082a43
parent 7862
817ef8e0fa66
child 7923
91e843545d9a
--- a/eric6/DebugClients/Python/DebugConfig.py	Wed Dec 23 16:28:35 2020 +0100
+++ b/eric6/DebugClients/Python/DebugConfig.py	Thu Dec 24 16:17:57 2020 +0100
@@ -14,7 +14,7 @@
 )
 BatchSize = 200
 ConfigQtNames = (
-    'PyQt5.', 'PySide2.', 'Shiboken.EnumType'
+    'PyQt5.', 'PyQt6.', 'PySide2.', 'PySide6.', 'Shiboken.EnumType'
 )
 ConfigKnownQtTypes = (
     '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',

eric ide

mercurial