Skip to content
  • jcfr's avatar
    ENH: Added QTScripted module factory and associated classes · 9a8bb15a
    jcfr authored
    The QTScripted module factory is composed of:
     - the factory itself
     - concrete implementations of qSlicerLoadableModule, qSlicerAbstractModuleWidget
    and vtkSlicerModuleLogic
    
    These concrete implementations are:
    - qSlicerScriptedLoadableModuleWidget
    - qSlicerScriptedLoadableModule
    - vtkSlicerScriptedLoadableModuleLogic
    
    All have a method named "setPythonSource".
    
    
    After setting the python script, the corresponding python implementation
    will be retrieved.
    
    git-svn-id: http://svn.slicer.org/Slicer4/trunk@15420 3bd1e089-480b-0410-8dfb-8563597acbee
    9a8bb15a