|
4 | 4 | class Ui_Form(object): |
5 | 5 | def setupUi(self, Form): |
6 | 6 | Form.setObjectName("Form") |
7 | | - Form.resize(591, 713) |
| 7 | + Form.resize(591, 805) |
8 | 8 | self.gridLayout = QtWidgets.QGridLayout(Form) |
9 | 9 | self.gridLayout.setObjectName("gridLayout") |
10 | 10 | self.groupBox = QtWidgets.QGroupBox(Form) |
@@ -154,7 +154,7 @@ def setupUi(self, Form): |
154 | 154 | self.verticalLayout_3.addItem(spacerItem2) |
155 | 155 | self.horizontalLayout.addLayout(self.verticalLayout_3) |
156 | 156 | self.gridLayout_4.addLayout(self.horizontalLayout, 0, 0, 1, 1) |
157 | | - self.gridLayout.addWidget(self.keyable_groupBox, 1, 0, 1, 1) |
| 157 | + self.gridLayout.addWidget(self.keyable_groupBox, 2, 0, 1, 1) |
158 | 158 | self.ikRefArray_groupBox = QtWidgets.QGroupBox(Form) |
159 | 159 | self.ikRefArray_groupBox.setObjectName("ikRefArray_groupBox") |
160 | 160 | self.gridLayout_3 = QtWidgets.QGridLayout(self.ikRefArray_groupBox) |
@@ -185,7 +185,29 @@ def setupUi(self, Form): |
185 | 185 | self.ikRefArray_verticalLayout_2.addItem(spacerItem3) |
186 | 186 | self.ikRefArray_horizontalLayout.addLayout(self.ikRefArray_verticalLayout_2) |
187 | 187 | self.gridLayout_3.addLayout(self.ikRefArray_horizontalLayout, 0, 0, 1, 1) |
188 | | - self.gridLayout.addWidget(self.ikRefArray_groupBox, 2, 0, 1, 1) |
| 188 | + self.gridLayout.addWidget(self.ikRefArray_groupBox, 3, 0, 1, 1) |
| 189 | + self.groupBox_4 = QtWidgets.QGroupBox(Form) |
| 190 | + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum) |
| 191 | + sizePolicy.setHorizontalStretch(0) |
| 192 | + sizePolicy.setVerticalStretch(0) |
| 193 | + sizePolicy.setHeightForWidth(self.groupBox_4.sizePolicy().hasHeightForWidth()) |
| 194 | + self.groupBox_4.setSizePolicy(sizePolicy) |
| 195 | + self.groupBox_4.setObjectName("groupBox_4") |
| 196 | + self.gridLayout_5 = QtWidgets.QGridLayout(self.groupBox_4) |
| 197 | + self.gridLayout_5.setObjectName("gridLayout_5") |
| 198 | + self.horizontalLayout_4 = QtWidgets.QHBoxLayout() |
| 199 | + self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
| 200 | + self.label_2 = QtWidgets.QLabel(self.groupBox_4) |
| 201 | + self.label_2.setObjectName("label_2") |
| 202 | + self.horizontalLayout_4.addWidget(self.label_2) |
| 203 | + self.backwards_ref_jnt_lineEdit = QtWidgets.QLineEdit(self.groupBox_4) |
| 204 | + self.backwards_ref_jnt_lineEdit.setObjectName("backwards_ref_jnt_lineEdit") |
| 205 | + self.horizontalLayout_4.addWidget(self.backwards_ref_jnt_lineEdit) |
| 206 | + self.backwards_ref_jnt_pushButton = QtWidgets.QPushButton(self.groupBox_4) |
| 207 | + self.backwards_ref_jnt_pushButton.setObjectName("backwards_ref_jnt_pushButton") |
| 208 | + self.horizontalLayout_4.addWidget(self.backwards_ref_jnt_pushButton) |
| 209 | + self.gridLayout_5.addLayout(self.horizontalLayout_4, 0, 0, 1, 1) |
| 210 | + self.gridLayout.addWidget(self.groupBox_4, 1, 0, 1, 1) |
189 | 211 |
|
190 | 212 | self.retranslateUi(Form) |
191 | 213 | QtCore.QObject.connect(self.translate_pushButton, QtCore.SIGNAL("clicked()"), self.tx_checkBox.toggle) |
@@ -247,4 +269,10 @@ def retranslateUi(self, Form): |
247 | 269 | self.ikRefArray_groupBox.setTitle(gqt.fakeTranslate("Form", "IK Reference Array", None, -1)) |
248 | 270 | self.ikRefArrayAdd_pushButton.setText(gqt.fakeTranslate("Form", "<<", None, -1)) |
249 | 271 | self.ikRefArrayRemove_pushButton.setText(gqt.fakeTranslate("Form", ">>", None, -1)) |
| 272 | + self.groupBox_4.setTitle(gqt.fakeTranslate("Form", "UE Control Rig Settings", None, -1)) |
| 273 | + self.label_2.setToolTip(gqt.fakeTranslate("Form", "<html><head/><body><p>Specifies the fallback reference joint to use for Unreal Control Rig backward solve when the control has no associated joint.</p></body></html>", None, -1)) |
| 274 | + self.label_2.setText(gqt.fakeTranslate("Form", "Backward Solve Reference Joint", None, -1)) |
| 275 | + self.backwards_ref_jnt_lineEdit.setToolTip(gqt.fakeTranslate("Form", "<html><head/><body><p>Specifies the fallback reference joint to use for Unreal Control Rig backward solve when the control has no associated joint.</p></body></html>", None, -1)) |
| 276 | + self.backwards_ref_jnt_pushButton.setToolTip(gqt.fakeTranslate("Form", "<html><head/><body><p>Specifies the fallback reference joint to use for Unreal Control Rig backward solve when the control has no associated joint.</p></body></html>", None, -1)) |
| 277 | + self.backwards_ref_jnt_pushButton.setText(gqt.fakeTranslate("Form", "<<", None, -1)) |
250 | 278 |
|
0 commit comments