Page MenuHomePhabricator

IGT Navigation Tool Calibration: manual tool tip calibration should support double values, not only integers
Closed, WontfixPublic

Description

In the view IGT Navigation Tool Calibration of plugin org.mitk.gui.qt.igttracking you can set a tooltip manually. However, in the popup window only integer values are supported. Setting double or at least float values would make more sense to be able to set tool tips with sub-millimeter accuracy.

Event Timeline

This can be changed in the class QmitkInteractivTransformationWidget of the module IGTUI. The problem there is, that QSliders are used to modify the tooltip. By default, QSliders only support integers. The UI is the only problem, the data structures (mitk::Vector3D in this case) already support double precision. See line 128 of QmitkInteractivTransformationWidget.cpp for example.

We can remove the QSliders and only use spin boxes instead. Or: Ideas how to use QSliders with float/doubles might be found here:
https://stackoverflow.com/questions/19003369/how-to-make-a-qslider-change-with-double-values

kislinsk claimed this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs

kislinsk removed kislinsk as the assignee of this task.May 26 2020, 12:05 PM
kislinsk removed a subscriber: kislinsk.