14 |
14 |
15 class TemplateSingleVariableDialog(QDialog, Ui_TemplateSingleVariableDialog): |
15 class TemplateSingleVariableDialog(QDialog, Ui_TemplateSingleVariableDialog): |
16 """ |
16 """ |
17 Class implementing a dialog for entering a single template variable. |
17 Class implementing a dialog for entering a single template variable. |
18 """ |
18 """ |
19 def __init__(self, variable, parent = None): |
19 def __init__(self, variable, parent=None): |
20 """ |
20 """ |
21 Constructor |
21 Constructor |
22 |
22 |
23 @param variable template variable name (string) |
23 @param variable template variable name (string) |
24 @param parent parent widget of this dialog (QWidget) |
24 @param parent parent widget of this dialog (QWidget) |