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