eric7/Plugins/UiExtensionPlugins/Translator/Translator.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8589
1dfe74571153
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
10 import os 10 import os
11 11
12 from PyQt6.QtCore import Qt, QObject 12 from PyQt6.QtCore import Qt, QObject
13 from PyQt6.QtGui import QKeySequence 13 from PyQt6.QtGui import QKeySequence
14 14
15 from E5Gui.EricAction import EricAction 15 from EricGui.EricAction import EricAction
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache
18 18
19 19
20 class Translator(QObject): 20 class Translator(QObject):

eric ide

mercurial