eric6/DebugClients/Python/DebugConfig.py

branch
Variables Viewer
changeset 6969
fd7af2312383
parent 6942
2602857055c5
child 6971
77cf9a30562d
--- a/eric6/DebugClients/Python/DebugConfig.py	Sun Apr 21 17:27:52 2019 +0200
+++ b/eric6/DebugClients/Python/DebugConfig.py	Sun Apr 21 21:20:24 2019 +0200
@@ -24,5 +24,15 @@
     'instancemethod'
 ]
 
+BatchSize = 200
+ConfigQtNames = ('PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.')
+ConfigKnownQtTypes = ('.QChar', '.QByteArray', '.QString', '.QStringList',
+    '.QPoint', '.QPointF', '.QRect', '.QRectF', '.QSize', '.QSizeF', '.QColor',
+    '.QDate', '.QTime', '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl',
+    '.QModelIndex', '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr',
+    '.QDomCharacterData', '.QDomComment', '.QDomDocument', '.QDomElement',
+    '.QDomText', '.QHostAddress', '.EnumType'
+    )
+
 #
 # eflag: noqa = M702

eric ide

mercurial