Page MenuHomePhabricator

QmitkToolWorkingDataSelectionBox still relies on Qt3Support classes
Closed, WontfixPublic

Description

QmitkToolWorkingDataSelectionBox still relies on Qt3Support classes. This should be changed because the new Qt4 MITK application should not depend on Qt3 support.

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone
ResolvedNone
Wontfixkislinsk

Event Timeline

This prevents MITK from building and linking 64-bit on OS X -- the Qt3 support depends on Carbon, which isn't available as a 64-bit library on OS X

QmitkToolWorkingDataSelectionBox could maybe removed since the segmentation module uses DataManager for selection. Will be discussed in a MITK meeting.

Ok, for now QmitkToolWorkingDataSelectionBox is deactivated (not compiled anymore). The bundle org.mitk.gui.qt.interactivesegmentation is replaced by org.mitk.gui.qt.segmentation, which does not use mentioned widget but uses DataManager for selecting the active image and segmentation.

If a new dedicated segmentation selection widget is needed, a new bug should be opened and the new widget should be based on DataManager's Qt4 list view.

Merging "applicazion modules" component with "ExtApp plugins"

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.