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): |