346:877cac2e8d94 | 347:b5048b5ff454 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a TaskHandle class with a progress dialog. | 7 Module implementing a TaskHandle class with a progress dialog. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
11 | 9 |
12 from PyQt5.QtCore import QCoreApplication | 10 from PyQt5.QtCore import QCoreApplication |
13 from PyQt5.QtWidgets import QLabel | 11 from PyQt5.QtWidgets import QLabel |
14 | 12 |
15 from E5Gui.E5ProgressDialog import E5ProgressDialog | 13 from E5Gui.E5ProgressDialog import E5ProgressDialog |