12 from PyQt4.QtCore import * |
12 from PyQt4.QtCore import * |
13 from PyQt4.QtGui import * |
13 from PyQt4.QtGui import * |
14 |
14 |
15 from E4Gui.E4Application import e4App |
15 from E4Gui.E4Application import e4App |
16 |
16 |
17 from Ui_MessageBoxWizardDialog import Ui_MessageBoxWizardDialog |
17 from .Ui_MessageBoxWizardDialog import Ui_MessageBoxWizardDialog |
18 |
18 |
19 class MessageBoxWizardDialog(QDialog, Ui_MessageBoxWizardDialog): |
19 class MessageBoxWizardDialog(QDialog, Ui_MessageBoxWizardDialog): |
20 """ |
20 """ |
21 Class implementing the message box wizard dialog. |
21 Class implementing the message box wizard dialog. |
22 |
22 |