Page MenuHomePhabricator

Remove "Scaling" from QmitkRegistrationManipulationWidget.ui
Open, LowPublic

Description

As far as I can see the UI-elements connected to "Scaling" are not used anywhere in MITK. The only class that uses the ui-file is the QmitkRegistrationManipulationWidget. Here only the "Translation" and "Rotation" elements are connected and used. If this is desired we should remove the elements for "Scaling". The group for the UI elements is even explicitly set to this->groupScale->setVisible(false); inside QmitkRegistrationManipulationWidget.

Event Timeline

kalali created this task.

It is an unfinished feature. It was planed to also support scaling. But back then I hadn't enough time so I made it invisible. And as nobody needed it till then, its prio was not raised and it was not implemented.