Project/NewDialogClassDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2995
63d874899b8b
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
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)

eric ide

mercurial