]> Creatis software - cpPlugins.git/blobdiff - appli/examples/plugins/ShowImage.cxx
Spline widget added.
[cpPlugins.git] / appli / examples / plugins / ShowImage.cxx
index 3b9c9ddf78ab6269c575c22daa4ef7eaf7e28947..c7afea2d63d78b1150189066169fc1e3110ac44c 100644 (file)
@@ -88,11 +88,9 @@ int main( int argc, char* argv[] )
     }
     else
     {
-      /* TODO
-         auto view = new cpExtensions::QT::SimpleMPRWidget( &wnd );
-         view->SetImage( image, "image" );
-         wdg = view;
-      */
+      auto view = new cpExtensions::QT::SimpleMPRWidget( &wnd );
+      view->SetImage( image, "image" );
+      wdg = view;
 
     } // fi