How to change slider position from top side to Right side

Hi,

I am trying to change the slice view controller’s slider position from top side to right side of the slice view.

as I can understand, this slice controller is coming from CTK.

Is there any way to make slice controller on right side?

I see this type of thing was asked recently in How to change view controller slider horizontal to vertical.

Short answer is there is no easy way to implement this. There will be lots of hacking to move just the slider into a vertical orientation but leave other slice controller widgets in horizontal orientation.

Can you describe why you want to change the slider position? You want to change this for all slice views or only certain slice views?

This could help in preserving the valuable vertical workspace and look more familiar to users, as slice scrolling is done with vertical scrollbar in most other software: MIMICS, ITK-Snap, Weasis, OHIF, etc. (MITK and OsiriX does not offer a scrollbar for slice browsing). So, it could worth some effort investigating this.

My concern would be that there would no be space for the other information that is currently in the slice view header (pin, view label, center, maximize, slider, orientation label, offset value, unit) in a vertical layout. Therefore, this information would need to be displayed over the image (again, as usual in other software). Slicer used to show this information over slice views but then moved out into the Data Probe because font rendering 10 years ago was a performance bottleneck. Nowadays probably the rendering time would not cause visible slowdowns.

Therefore, before we can think about moving the slider, we would need to improve corner annotations so that the slice label, offset value, etc. can be displayed there. Corner annotations are currently managed by the DataProbe scripted module in a quite messy way, so we would need to clean it up as a first step (make it more configurable, probably low-level parts into C++, etc.).

I am completely agreed with @lassoan
its easy to work with right side slider than slider on top side.

Screenshot (65)

Interesting. I think I would find it more difficult to left-click and drag my mouse forward/backward to change slice offset then it would be to left-click and drag my mouse left/right.

My assumption would be that a vertical slider would discourage left-click and drag of a mouse and instead rely more on the usage of mouse scroll wheel instead?

What we currently have in the GE PACS Centricity Universal Viewer at KSGR is (scrolling):

CTRL+Left mouse button hold, and move the mouse above or below “horizon” →
this keeps scrolling a CT series back and forth very nicely.

Sliders are vertical.

I know of other systems with ‘hot’ annotations, for example when clicking and dragging the slice offset number it becomes a slider that disappears when you release the mouse. I like that this approach reduces clutter. Some systems also have hot corners to bring up global or view-specific menus or toolbars.

Hot corners and annotations are great for software that people must regularly use (e.g., clinical image review workstations), but bad for newcomers or occasional users (hard to discover the features). It is also harder to render nice GUI widgets over the image (if Qt widgets are used then there could be rendering complications; VTK or custom-designed widgets tend to look very ugly). But since most software dump a lot of information over the image, it is kind of the expected look&feel in medical image viewers.

For left-right direction your only option is to move your wrist, so you can easily cover large range, but it is always inaccurate. For up-down direction you first move your fingers, so it is very precise, and if needed then you lift up your wrist and can do larger range imprecise motion. So, for me vertical motion for scrolling makes sense.


So, overall, moving towards more annotations over the image and vertical scrolling could be marginally better than what we have. However, I’m not sure if it is better enough to justify relearning for existing users (so vertical/horizontal scrollbar would should be an option), and would not be the highest priority among the possible usability improvements. If there are developers willing to spend some time with this and prototype a vertical scrollbar option and more DataProbe rework then we would be happy to help.

Seems like we have a difference here. I use the slider to make large changes in slice offset in a quick scout scan type navigation. While you seem to use the Slider for precise smaller changes in offset.

I typically use left/right mouse click on the slice offset slider to quickly move to find objects in a volume. Then I use mouse scrolling for precise changing of offsets. It takes too long to scroll through a large volume by just doing mouse scrolling.

I just compared the vertical and horizontal scrollbars. Similarly to you, I rarely use the slider, and only for quick browsing (my main method for slice browsing is Shift + mouse move).

I’ve played with the vertical scrollbar in Weasis and I have mixed experience: it is easy to adjust vertically in a short range and it is precise, but browsing in a larger range is tedious (especially when the slider spans the entire vertical size of the screen).

Familiarity for users would be still a strong driver for offering the option to users. I don’t know any other application that uses horizontal scrollbar for slice browsing.

I’m going to disagree here - hot corners can be very discoverable if there’s a hover effect that gives people a clue that something could be active. But I do agree it can be hard to make these easy to use and nice looking.