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.E4Completers import E4DirCompleter |
15 from E4Gui.E4Completers import E4DirCompleter |
16 |
16 |
17 from Ui_NewDialogClassDialog import Ui_NewDialogClassDialog |
17 from .Ui_NewDialogClassDialog import Ui_NewDialogClassDialog |
18 |
18 |
19 class NewDialogClassDialog(QDialog, Ui_NewDialogClassDialog): |
19 class NewDialogClassDialog(QDialog, Ui_NewDialogClassDialog): |
20 """ |
20 """ |
21 Class implementing a dialog to ente the data for a new dialog class file. |
21 Class implementing a dialog to ente the data for a new dialog class file. |
22 """ |
22 """ |