Sometimes when base widget of QtxWorkstackChild is removed it nullifies myWidget field by deleted widget remains in layout. As result if QtxWorkstackChild with removed base widget is activated QT base level asks its size hint. This leads to segmentation fault.
Now protection is provided. If QtxWorkstackChild receives event about deletion of its base widget it removes it clears its layout. Also all processEvents() emthods call are commented in DiagramGUI_Module.