24 QDialog.__init__(self, parent) |
24 QDialog.__init__(self, parent) |
25 |
25 |
26 self.TemplateMultipleVariablesDialogLayout = QVBoxLayout(self) |
26 self.TemplateMultipleVariablesDialogLayout = QVBoxLayout(self) |
27 self.TemplateMultipleVariablesDialogLayout.setMargin(6) |
27 self.TemplateMultipleVariablesDialogLayout.setMargin(6) |
28 self.TemplateMultipleVariablesDialogLayout.setSpacing(6) |
28 self.TemplateMultipleVariablesDialogLayout.setSpacing(6) |
29 self.TemplateMultipleVariablesDialogLayout.setObjectName(\ |
29 self.TemplateMultipleVariablesDialogLayout.setObjectName( |
30 "TemplateMultipleVariablesDialogLayout") |
30 "TemplateMultipleVariablesDialogLayout") |
31 self.setLayout(self.TemplateMultipleVariablesDialogLayout) |
31 self.setLayout(self.TemplateMultipleVariablesDialogLayout) |
32 |
32 |
33 # generate the scrollarea |
33 # generate the scrollarea |
34 self.variablesView = QScrollArea(self) |
34 self.variablesView = QScrollArea(self) |