eric6/DebugClients/Python/DebugConfig.py

branch
Variables Viewer
changeset 6971
77cf9a30562d
parent 6969
fd7af2312383
child 6978
720247f98e1f
equal deleted inserted replaced
6969:fd7af2312383 6971:77cf9a30562d
23 # ConfigVarTypeFilters and leave it always at last position 23 # ConfigVarTypeFilters and leave it always at last position
24 'instancemethod' 24 'instancemethod'
25 ] 25 ]
26 26
27 BatchSize = 200 27 BatchSize = 200
28 ConfigQtNames = ('PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.') 28 ConfigQtNames = (
29 ConfigKnownQtTypes = ('.QChar', '.QByteArray', '.QString', '.QStringList', 29 'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.'
30 '.QPoint', '.QPointF', '.QRect', '.QRectF', '.QSize', '.QSizeF', '.QColor', 30 )
31 '.QDate', '.QTime', '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl', 31 ConfigKnownQtTypes = (
32 '.QModelIndex', '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr', 32 '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',
33 '.QDomCharacterData', '.QDomComment', '.QDomDocument', '.QDomElement', 33 '.QRect', '.QRectF', '.QSize', '.QSizeF', '.QColor', '.QDate', '.QTime',
34 '.QDomText', '.QHostAddress', '.EnumType' 34 '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl', '.QModelIndex',
35 ) 35 '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr', '.QDomCharacterData',
36 '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText',
37 '.QHostAddress', '.EnumType'
38 )
36 39
37 # 40 #
38 # eflag: noqa = M702 41 # eflag: noqa = M702

eric ide

mercurial