src/eric7/Tools/TRPreviewer.py

branch
eric7
changeset 9500
5771348ded12
parent 9482
a2bc06a54d9d
child 9573
9960d19d66b5
equal deleted inserted replaced
9499:dd389c57c2f0 9500:5771348ded12
460 class Translation: 460 class Translation:
461 """ 461 """
462 Class to store the properties of a translation. 462 Class to store the properties of a translation.
463 """ 463 """
464 464
465 def __init__(self): 465 fileName: str = None
466 """ 466 name: str = None
467 Constructor 467 translator: QTranslator = None
468 """
469 self.fileName = None
470 self.name = None
471 self.translator = None
472 468
473 469
474 class TranslationsDict(QObject): 470 class TranslationsDict(QObject):
475 """ 471 """
476 Class to store all loaded translations. 472 Class to store all loaded translations.

eric ide

mercurial