8013:c3bd65c330ed | 8015:09b24828d787 |
---|---|
16 from E5Gui import E5MessageBox | 16 from E5Gui import E5MessageBox |
17 from E5Gui.E5OverrideCursor import E5OverridenCursor | 17 from E5Gui.E5OverrideCursor import E5OverridenCursor |
18 | 18 |
19 import Preferences | 19 import Preferences |
20 | 20 |
21 Project = typing.Type["Project"] | 21 Project = typing.TypeVar("Project") |
22 | 22 |
23 | 23 |
24 class ProjectFile(QObject): | 24 class ProjectFile(QObject): |
25 """ | 25 """ |
26 Class representing the project JSON file. | 26 Class representing the project JSON file. |