]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/MainWindow.cxx
Visualization integration in a single interface.
[cpPlugins.git] / lib / cpBaseQtApplication / MainWindow.cxx
index 81f24c033ec50fc7aebb3b7e94bd65f722734bff..67a3844aaa3641fdf40cbef029ace9cce8fd1a2d 100644 (file)
@@ -7,6 +7,7 @@
 #include <QMessageBox>
 
 #include <cpExtensions/QT/SimpleMPRWidget.h>
+#include <cpExtensions/QT/ConfigurationChooser.h>
 
 #include <vtkDataSet.h>
 
@@ -439,6 +440,19 @@ _loadPluginsFromPath( )
   this->_loadPluginsFromPath( d.selectedFiles( ).begin( )->toStdString( ) );
 }
 
+// -------------------------------------------------------------------------
+void cpBaseQtApplication::MainWindow::
+_actorsProperties( )
+{
+  if( this->m_MPR != NULL )
+  {
+    auto dlg = new cpExtensions::QT::ConfigurationChooser( this );
+    dlg->setData( this->m_MPR );
+    dlg->exec( );
+
+  } // fi
+}
+
 // -------------------------------------------------------------------------
 /* TODO
    void cpBaseQtApplication::MainWindow::