[root]/QTModules/Measurements/Widgets

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| jcfr | 11 (100.0%) | 112 (100.0%) | 10.1 |
ENH: SlicerQT - Refactor Modules - Added qSlicerAsbtractModuleWidget
QTModules and CLI module are disabled for now
The class qSlicerAbstractModule now inherit from QObject.
All UI specific code has been moved to qSlicerAbstractModuleWidget.
qSlicerAbstractModule provide a function named 'widgetRepresentation'
allowing to obtain the corresponding widget.
0 lines of code changed in 2 files:
BUG: SlicerQT - Remove destructore declaration in qSlicerWelcomeModule, qSlicerMeasurementsModule and qSlicerMeasurementsRulerWidget
0 lines of code changed in 1 file:
ENH: SlicerQT - All classes are now using qCTKPimpl, Remove qSlicerMacros.h, Add macro QCTK_CONSTRUCTOR_NO_ARG_CXX and QCTK_CONSTRUCTOR_1_ARG_CXX to qCTKPimpl.
STYLE: SlicerQT - The header inclusion has also been cleaned and documented.
0 lines of code changed in 4 files:
ENH: SlicerQT - Move module dependent widget to a subdirectory named 'Widgets'. Define qSlicerMeasurements(Angle|Ruler)Widget class. Add Q_EXPORT_PLUGIN2 macro used to export properly the library as QT plugin
112 lines of code changed in 4 files: