HomePhabricator
Diffusion MITK 0460692e66ee

Added QmitkSliderSpinboxWidget to QmitkImageStatisticsReloadedView. No…

Description

Added QmitkSliderSpinboxWidget to QmitkImageStatisticsReloadedView. No Functionality yet, just a nice widget.

Signed-off-by: Clemens Hentschke <c.hentschke@dkfz-heidelberg.de>

Details

Provenance
hentschAuthored on Jun 22 2018, 3:50 PM
hentschPushed on Jun 22 2018, 3:52 PM
Parents
rMITK64f1d777d3f0: Added new basic Widget OmitkSliderSpinboxWidget, that combines a QSlider and a…
Branches
Unknown
Tags
Unknown

Event Timeline

What is the difference between this new widget and http://www.commontk.org/docs/html/classctkSliderWidget.html?
Wouldn't it be more synergistic to use the later one?

Before implementing new widgets, it is always a good idea to check the ctk widgets.

What is the difference between this new widget and http://www.commontk.org/docs/html/classctkSliderWidget.html?
Wouldn't it be more synergistic to use the later one?

Before implementing new widgets, it is always a good idea to check the ctk widgets.

Thanks for the hint. We only looked in MITK for widgets and overlooked ctk.