Salome HOME
Stream Graph parameters dialog box
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Main.cxx
index a71da99819103f703e07a4cc1768f0c1fe5271c1..9c86f2ef5bcfd4e7b56c31a49d4c6c4c6dac9787 100644 (file)
@@ -283,6 +283,13 @@ void SUPERVGUI_Main::filterNotification() {
   }
 }
 
+void SUPERVGUI_Main::changeDSGraphParameters() {
+  SUPERVGUI_DSGraphParameters* aDlg = new SUPERVGUI_DSGraphParameters(dataflow, dataflow->IsReadOnly());
+  if (aDlg->exec() )
+    sync();
+  delete aDlg;
+}
+
 void SUPERVGUI_Main::syncAsync() {
     Trace("SUPERVGUI_Main::syncAsync")
     QTimer::singleShot(1, this, SLOT(sync()));