Templates/TemplateMultipleVariablesDialog.py

changeset 1131
7781e396c903
parent 1112
8a7d1b9d18db
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
21 Constructor 21 Constructor
22 22
23 @param variables list of template variable names (list of strings) 23 @param variables list of template variable names (list of strings)
24 @param parent parent widget of this dialog (QWidget) 24 @param parent parent widget of this dialog (QWidget)
25 """ 25 """
26 QDialog.__init__(self, parent) 26 super().__init__(parent)
27 27
28 self.TemplateMultipleVariablesDialogLayout = QVBoxLayout(self) 28 self.TemplateMultipleVariablesDialogLayout = QVBoxLayout(self)
29 self.TemplateMultipleVariablesDialogLayout.setMargin(6) 29 self.TemplateMultipleVariablesDialogLayout.setMargin(6)
30 self.TemplateMultipleVariablesDialogLayout.setSpacing(6) 30 self.TemplateMultipleVariablesDialogLayout.setSpacing(6)
31 self.TemplateMultipleVariablesDialogLayout.setObjectName( 31 self.TemplateMultipleVariablesDialogLayout.setObjectName(

eric ide

mercurial