20 |
20 |
21 class NewDialogClassDialog(QDialog, Ui_NewDialogClassDialog): |
21 class NewDialogClassDialog(QDialog, Ui_NewDialogClassDialog): |
22 """ |
22 """ |
23 Class implementing a dialog to ente the data for a new dialog class file. |
23 Class implementing a dialog to ente the data for a new dialog class file. |
24 """ |
24 """ |
25 def __init__(self, defaultClassName, defaultFile, defaultPath, parent=None): |
25 def __init__(self, defaultClassName, defaultFile, defaultPath, |
|
26 parent=None): |
26 """ |
27 """ |
27 Constructor |
28 Constructor |
28 |
29 |
29 @param defaultClassName proposed name for the new class (string) |
30 @param defaultClassName proposed name for the new class (string) |
30 @param defaultFile proposed name for the source file (string) |
31 @param defaultFile proposed name for the source file (string) |