17 from E5Gui import E5MessageBox |
17 from E5Gui import E5MessageBox |
18 from E5Gui.E5OverrideCursor import E5OverridenCursor |
18 from E5Gui.E5OverrideCursor import E5OverridenCursor |
19 |
19 |
20 import Preferences |
20 import Preferences |
21 |
21 |
22 Project = typing.Type["Project"] |
22 Project = typing.TypeVar("Project") |
23 |
23 |
24 |
24 |
25 class DebuggerPropertiesFile(QObject): |
25 class DebuggerPropertiesFile(QObject): |
26 """ |
26 """ |
27 Class representing the project debugger properties JSON file. |
27 Class representing the project debugger properties JSON file. |