瀏覽代碼
Delegates memory management of all steps to ctkWorkflow
* Before that change, the deletion of steps was a process shared
between ctkWorkflowWidget and ctkWorkflow. Following that change,
ctkWorkflowWidget delegates that task to ctkWorkflow making sure that
the ctkWorkflowWidgetStep have no parent.
* The "isWidgetType" method previously introduced (3b1b1d3162) is maintain
has convenience method.
* Centralizing the deletion of steps also makes the "cleaning" of memory
easier and less intricated from the perspective of python/pythonqt.
* For reference, it may be useful to look at 3b1b1d3162, bd742afbd00 and f0609f790