10 from PyQt6.QtCore import ( |
10 from PyQt6.QtCore import ( |
11 pyqtSlot, Qt, QCoreApplication, QTimer, QProcess |
11 pyqtSlot, Qt, QCoreApplication, QTimer, QProcess |
12 ) |
12 ) |
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
14 |
14 |
15 from E5Gui import EricMessageBox |
15 from EricWidgets import EricMessageBox |
16 |
16 |
17 from .Ui_PipDialog import Ui_PipDialog |
17 from .Ui_PipDialog import Ui_PipDialog |
18 |
18 |
19 import Preferences |
19 import Preferences |
20 |
20 |