310 """ |
310 """ |
311 Private method to perform the general setup of the configuration widget. |
311 Private method to perform the general setup of the configuration widget. |
312 """ |
312 """ |
313 self.setObjectName("ConfigurationDialog") |
313 self.setObjectName("ConfigurationDialog") |
314 self.resize(900, 650) |
314 self.resize(900, 650) |
315 self.setProperty("sizeGripEnabled", QVariant(True)) |
|
316 self.verticalLayout_2 = QVBoxLayout(self) |
315 self.verticalLayout_2 = QVBoxLayout(self) |
317 self.verticalLayout_2.setSpacing(6) |
316 self.verticalLayout_2.setSpacing(6) |
318 self.verticalLayout_2.setMargin(6) |
317 self.verticalLayout_2.setMargin(6) |
319 self.verticalLayout_2.setObjectName("verticalLayout_2") |
318 self.verticalLayout_2.setObjectName("verticalLayout_2") |
320 |
319 |