ViewMetaData in weasel>widgets is still in the form of the old weasel and therefore cannot be launched as a subwindow in the current weasel. To do:
1) Define a class ViewMetaData that inherits from QWidget or one one of its derived classes (by restructuring current module ViewMetaData). When creating subwidgets make sure to respect the hierarchichal widget structure of weasel - parents get/set their children, children signal to parents, children do not get/set eachother. Follow the overall structure of composite widgets in weasel - example image_display in weasel>widgets.
2) Define a weasel action that launches the new ViewMetaData as a subwindow - similar to the Region action in weasel>actions>view
3) Integrate this new action in the weasel standard view menu (weasel>actions>view)
ViewMetaData in weasel>widgets is still in the form of the old weasel and therefore cannot be launched as a subwindow in the current weasel. To do:
1) Define a class ViewMetaData that inherits from QWidget or one one of its derived classes (by restructuring current module ViewMetaData). When creating subwidgets make sure to respect the hierarchichal widget structure of weasel - parents get/set their children, children signal to parents, children do not get/set eachother. Follow the overall structure of composite widgets in weasel - example image_display in weasel>widgets. 2) Define a weasel action that launches the new ViewMetaData as a subwindow - similar to the Region action in weasel>actions>view 3) Integrate this new action in the weasel standard view menu (weasel>actions>view)