Page MenuHomePhabricator

Fix org.mitk.gui.qt.regiongrowing
Closed, ResolvedPublic

Description

The bundle org.mitk.gui.qt.regiongrowing does not work properly anymore. It will be used for an MITK tutorial and should:

  • display seed points ABOVE any pictures
  • use DataManagers selection events
  • "Seedpoints" should be "seed points"? (should be checked)
  • loading/saving should be tested
  • Qt layout looks a bit broken on MacOS (at least), margin too big around the four buttons
  • the code should look clean and easy

Event Timeline

fixed all points mentioned in above post,
except code cleaning up.

[SVN revision 21463]
FIX (#3373): using selectionservice, fixed layout, seedpoints always above image

(In reply to comment #1)

fixed all points mentioned in above post,
FIX (#3373): using selectionservice, fixed layout, seedpoints always above

layout looks still broken on MacOS, I'll attach a screen shot.

I found one new issue: the segmentation should be added to DataStorage as a child to the original image

Example of seemingly broken layout. The outer borders of the two button rows should align vertically. Can probably be solved by changing the margins of the upper row. This might be a change to the C++ code in PointSetWidget (and not in the .ui file of the view).

sorry, we forgot to commit the fixed layout,
will be done when dashboard becomes green again

[SVN revision 21494]
FIX (#3373): fixed layout

[SVN revision 21590]
FIX (#3373): simplified and commented code structure

[SVN revision 21680]
FIX (#3373): use enhanced QmitkFunctionality interface to save a couple of lines of code

Strangely enough, the bundle cannot be loaded because of an error in the XML and manifest file

[SVN revision 21792]
FIX (#3373): fix XML description of view

Merging "applicazion modules" component with "ExtApp plugins"