11 import os |
11 import os |
12 import time |
12 import time |
13 |
13 |
14 from PyQt6.QtWidgets import QApplication, QInputDialog |
14 from PyQt6.QtWidgets import QApplication, QInputDialog |
15 |
15 |
|
16 from eric7 import Preferences, Utilities |
16 from eric7.EricWidgets import EricMessageBox |
17 from eric7.EricWidgets import EricMessageBox |
17 from eric7.EricWidgets.EricProgressDialog import EricProgressDialog |
18 from eric7.EricWidgets.EricProgressDialog import EricProgressDialog |
18 |
19 |
19 from .UMLDiagramBuilder import UMLDiagramBuilder |
20 from .UMLDiagramBuilder import UMLDiagramBuilder |
20 |
|
21 from eric7 import Preferences, Utilities |
|
22 |
21 |
23 |
22 |
24 class ApplicationDiagramBuilder(UMLDiagramBuilder): |
23 class ApplicationDiagramBuilder(UMLDiagramBuilder): |
25 """ |
24 """ |
26 Class implementing a builder for imports diagrams of the application. |
25 Class implementing a builder for imports diagrams of the application. |