8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import QCoreApplication |
10 from PyQt6.QtCore import QCoreApplication |
11 from PyQt6.QtWidgets import QLabel |
11 from PyQt6.QtWidgets import QLabel |
12 |
12 |
13 from EricWidgets.EricProgressDialog import EricProgressDialog |
13 from eric7.EricWidgets.EricProgressDialog import EricProgressDialog |
14 |
14 |
15 |
15 |
16 class RopeProgressDialog(EricProgressDialog): |
16 class RopeProgressDialog(EricProgressDialog): |
17 """ |
17 """ |
18 Class implementing TaskHandle with a progress dialog. |
18 Class implementing TaskHandle with a progress dialog. |