Skip to content

BUG: Load python dependent widget during module instantiation

Created by: vovythevov

This let python module access widget/logic or any C++ classes they may have as soon as they are instantiated. This let users do the following: "var = slicer.qMyClassWidget.MyEnumValue" for example.

Merge request reports