11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSlot |
13 from PyQt6.QtCore import pyqtSlot |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
14 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
15 |
15 |
16 from EricWidgets.EricPathPicker import EricPathPickerModes |
16 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
17 |
17 |
18 from .Ui_PipFileSelectionDialog import Ui_PipFileSelectionDialog |
18 from .Ui_PipFileSelectionDialog import Ui_PipFileSelectionDialog |
19 |
19 |
20 import Utilities |
20 from eric7 import Utilities |
21 |
21 |
22 |
22 |
23 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog): |
23 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog): |
24 """ |
24 """ |
25 Class implementing a dialog to enter a file to be processed. |
25 Class implementing a dialog to enter a file to be processed. |