17 from PyQt6.QtWidgets import ( |
17 from PyQt6.QtWidgets import ( |
18 QWidget, QDialog, QInputDialog, QApplication, QDialogButtonBox, |
18 QWidget, QDialog, QInputDialog, QApplication, QDialogButtonBox, |
19 QVBoxLayout, QTableWidgetItem |
19 QVBoxLayout, QTableWidgetItem |
20 ) |
20 ) |
21 |
21 |
22 from E5Gui import EricMessageBox, EricFileDialog |
22 from EricWidgets import EricMessageBox, EricFileDialog |
23 from E5Gui.EricMainWindow import EricMainWindow |
23 from EricWidgets.EricMainWindow import EricMainWindow |
24 |
24 |
25 from .Ui_QRegularExpressionWizardDialog import ( |
25 from .Ui_QRegularExpressionWizardDialog import ( |
26 Ui_QRegularExpressionWizardDialog |
26 Ui_QRegularExpressionWizardDialog |
27 ) |
27 ) |
28 |
28 |