move combobox before the checkboxes in the popup dialog

This commit is contained in:
Kayla Man 2024-04-19 16:26:41 +08:00
parent e362b11184
commit e4b5da7850

View file

@ -98,8 +98,8 @@ class SubstanceProjectConfigurationWindow(QtWidgets.QDialog):
# Build layout.
layout = QtWidgets.QVBoxLayout(self)
layout.addWidget(self.widgets["label"])
layout.addWidget(self.widgets["clickbox"])
layout.addWidget(self.widgets["combobox"])
layout.addWidget(self.widgets["clickbox"])
layout.addWidget(self.widgets["buttons"])
self.widgets["template_options"].currentTextChanged.connect(