15 import shutil |
15 import shutil |
16 import tempfile |
16 import tempfile |
17 import sys |
17 import sys |
18 import io |
18 import io |
19 |
19 |
20 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QSize, QThread |
20 from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QThread |
21 from PyQt5.QtGui import QCursor |
21 from PyQt5.QtGui import QCursor |
22 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QLabel, QCheckBox, \ |
22 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QLabel, QCheckBox, \ |
23 QSizePolicy, QToolTip |
23 QSizePolicy, QToolTip |
24 |
24 |
25 from E5Gui.E5Application import e5App |
25 from E5Gui.E5Application import e5App |