267 |
267 |
268 ui.customX->setValue (edit_customrotpoint.x()); |
268 ui.customX->setValue (edit_customrotpoint.x()); |
269 ui.customY->setValue (edit_customrotpoint.y()); |
269 ui.customY->setValue (edit_customrotpoint.y()); |
270 ui.customZ->setValue (edit_customrotpoint.z()); |
270 ui.customZ->setValue (edit_customrotpoint.z()); |
271 |
271 |
272 if (!dlg->exec()) |
272 if (not dlg->exec()) |
273 return; |
273 return; |
274 |
274 |
275 edit_rotpoint = |
275 edit_rotpoint = |
276 (ui.objectPoint->isChecked()) ? EObjectOrigin : |
276 (ui.objectPoint->isChecked()) ? EObjectOrigin : |
277 (ui.worldPoint->isChecked()) ? EWorldOrigin : |
277 (ui.worldPoint->isChecked()) ? EWorldOrigin : |