A first draft to include a data inspector in each render window has been added in feature/T28578-MxN-development. However, it still needs some polishing and missing features which will be gathered here.
Description
Description
Revisions and Commits
Revisions and Commits
Restricted Differential Revision | |||
rMITK MITK | |||
Restricted Differential Revision | rMITKc744ead52c26 Optimize data accessibility using a new data node model | ||
Restricted Differential Revision | rMITKf581179e09e3 Extend layer utilities to delete / transfer property values | ||
Restricted Differential Revision | rMITK4071c66b46c1 Clean render window layer utilities | ||
Restricted Differential Revision | rMITKa8287902cd00 Clean render window layer controller class | ||
Restricted Differential Revision | rMITK89dbd59ad284 Use the new table model / selection widget | ||
Restricted Differential Revision | rMITK2965dc193fb5 Add table model / selection widget for render window data management |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kalali | T29297 [mxn multi widget] Optimize data accessibility inside render windows | ||
Resolved | kalali | T29331 Use NodePredicates for the render window data node selector |
Event Timeline
Comment Actions
Pushed new branch to rMITK MITK: feature/T29297-Use-selection-widgets-in-render-window-utility.
Comment Actions
@s434n I added my draft with a custom multi node selection widget and several action buttons. There are some things missing and going wrong but this should give you a better overview of the current status.
Things that are not working correctly / are missing:
- thumbnail / pixmap for the data node
- currently the widget is not reacting on node changes (name change or later, thumbnail change)
- moving an item in the list does not change the layer order
- currently the length of the list widget / item is defined by the string and thus the push buttons are not aligned
- also the whole widget is not extended if a name is too long
Comment Actions
Deleted branch from rMITK MITK: feature/T29297-Use-selection-widgets-in-render-window-utility.