ilastik-0.5
ilastik-0.5 copied to clipboard
Convert GUI components into designer plugins
Currently we have at least the following widgets:
- ImageView2D + its HUD widget
- QuadSplitter
- OverlayWidget
- LabelListWidget
- Ribbons (are they completely deprecated?)
- Statusbar
- Several widgets that are inside ilastik dialogs right now
Convert these to be used in Qt designer, so that we can easily rearrange these GUI elements. For reference see:
- http://www.qtcentre.org/wiki/index.php?title=Designing_Custom_Controls_with_PyQt&oldid=2944
- http://diotavelli.net/PyQtWiki/Using_Python_Custom_Widgets_in_Qt_Designer
Depends on: finished volumeeditor refactoring, finished ilastik GUI refactoring
Time estimate: 1-2 days