eric7/Debugger/Config.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8568
890dfe038613
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
5 5
6 """ 6 """
7 Module defining the different Python types and their display strings. 7 Module defining the different Python types and their display strings.
8 """ 8 """
9 9
10 from PyQt5.QtCore import QT_TRANSLATE_NOOP 10 from PyQt6.QtCore import QT_TRANSLATE_NOOP
11 11
12 # Variable type definitions 12 # Variable type definitions
13 ConfigVarTypeDispStrings = { 13 ConfigVarTypeDispStrings = {
14 '__': QT_TRANSLATE_NOOP('Variable Types', 'Hidden Attributes'), 14 '__': QT_TRANSLATE_NOOP('Variable Types', 'Hidden Attributes'),
15 'NoneType': QT_TRANSLATE_NOOP('Variable Types', 'None'), 15 'NoneType': QT_TRANSLATE_NOOP('Variable Types', 'None'),

eric ide

mercurial