6 |
6 |
7 from __future__ import unicode_literals |
7 from __future__ import unicode_literals |
8 |
8 |
9 import os |
9 import os |
10 |
10 |
11 from PyQt4.QtCore import pyqtSlot |
11 from PyQt5.QtCore import pyqtSlot |
12 from PyQt4.QtGui import QDialog, QDialogButtonBox, QAbstractButton |
12 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton |
13 |
13 |
14 from E5Gui import E5MessageBox |
14 from E5Gui import E5MessageBox |
15 |
15 |
16 from .Ui_E5MessageBoxWizardDialog import Ui_E5MessageBoxWizardDialog |
16 from .Ui_E5MessageBoxWizardDialog import Ui_E5MessageBoxWizardDialog |
17 |
17 |