"feat(ui): display the slice position in mm in the slice selector instead of the index"
requested to merge 1201-feat-ui-display-the-slice-position-in-mm-in-the-slice-selector-instead-of-the-index into dev
Description
Currently, we have been able to display the slice index number. However, with the addition of the position option, users can now choose between viewing the slice's position or its index number.
In the new version, the application using <sliceIndex>${orientationValue}</sliceIndex> <displayAxisSelector>true</displayAxisSelector>
in xml files will be replaced with <config orientation="${orientationValue}" label="position" or "index" display_axis_selector="true" display_step_buttons="true"/>
.
Results
with the option of position label = "position"
, the user will be able to see this slider.
How to test it?
Manually test with the applications tuto07_generic_scene, sight_viewer, and ex_image_subtraction.
blocks #1201 (closed)
Edited by Shamim SEDGHI