11 import time |
11 import time |
12 import typing |
12 import typing |
13 |
13 |
14 from PyQt6.QtCore import QObject |
14 from PyQt6.QtCore import QObject |
15 |
15 |
|
16 from eric7.EricGui.EricOverrideCursor import EricOverridenCursor |
16 from eric7.EricWidgets import EricMessageBox |
17 from eric7.EricWidgets import EricMessageBox |
17 from eric7.EricGui.EricOverrideCursor import EricOverridenCursor |
|
18 |
|
19 |
18 |
20 TemplateViewer = typing.TypeVar("TemplateViewer") |
19 TemplateViewer = typing.TypeVar("TemplateViewer") |
21 |
20 |
22 |
21 |
23 class TemplatesFile(QObject): |
22 class TemplatesFile(QObject): |