12 import os |
12 import os |
13 import re |
13 import re |
14 import sys |
14 import sys |
15 import json |
15 import json |
16 |
16 |
17 from PyQt4.QtCore import QFileInfo, pyqtSlot, QProcess, QByteArray |
17 from PyQt5.QtCore import QFileInfo, pyqtSlot, QProcess, QByteArray |
18 from PyQt4.QtGui import QWidget, QDialog, QInputDialog, QApplication, \ |
18 from PyQt5.QtGui import QClipboard, QTextCursor |
19 QClipboard, QTextCursor, QDialogButtonBox, QVBoxLayout, QTableWidgetItem |
19 from PyQt5.QtWidgets import QWidget, QDialog, QInputDialog, QApplication, \ |
|
20 QDialogButtonBox, QVBoxLayout, QTableWidgetItem |
20 |
21 |
21 from E5Gui import E5MessageBox, E5FileDialog |
22 from E5Gui import E5MessageBox, E5FileDialog |
22 from E5Gui.E5MainWindow import E5MainWindow |
23 from E5Gui.E5MainWindow import E5MainWindow |
23 |
24 |
24 from .Ui_QRegularExpressionWizardDialog import \ |
25 from .Ui_QRegularExpressionWizardDialog import \ |