eric7/Preferences/Shortcuts.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8881
54e42bc2437a
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
10 import contextlib 10 import contextlib
11 11
12 from PyQt6.QtCore import QFile, QIODevice, QCoreApplication 12 from PyQt6.QtCore import QFile, QIODevice, QCoreApplication
13 from PyQt6.QtGui import QKeySequence 13 from PyQt6.QtGui import QKeySequence
14 14
15 from E5Gui.EricApplication import ericApp 15 from EricWidgets.EricApplication import ericApp
16 from E5Gui import EricMessageBox 16 from EricWidgets import EricMessageBox
17 17
18 from Preferences import Prefs, syncPreferences 18 from Preferences import Prefs, syncPreferences
19 19
20 20
21 def __readShortcut(act, category, prefClass): 21 def __readShortcut(act, category, prefClass):

eric ide

mercurial