8 be flashed. |
8 be flashed. |
9 """ |
9 """ |
10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSlot, QRegularExpression |
13 from PyQt6.QtCore import QRegularExpression, pyqtSlot |
14 from PyQt6.QtGui import QRegularExpressionValidator |
14 from PyQt6.QtGui import QRegularExpressionValidator |
15 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
15 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
16 |
16 |
17 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
17 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes |
18 |
18 |