]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Merge branch 'master' of ssh://git.salome-platform.org/modules/paravis
authorabn <adrien.bruneton@cea.fr>
Fri, 17 Oct 2014 07:25:39 +0000 (09:25 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 17 Oct 2014 07:25:39 +0000 (09:25 +0200)
src/PVGUI/PVGUI_ParaViewSettingsPane.cxx

index bd7e2611aaa5922ba094503ee82e970bf8499327..ac9e5431d8e13899d4545a44bc1aa51ea6dad2aa 100644 (file)
@@ -128,8 +128,8 @@ PVGUI_ParaViewSettingsPane::PVGUI_ParaViewSettingsPane(QWidget *widgetParent)
     widget->setApplyChangesImmediately(false);
     widget->setView(NULL);
 
-//    widget->connect(this, SIGNAL(accepted()), SLOT(apply()));
-//    widget->connect(this, SIGNAL(rejected()), SLOT(reset()));
+    widget->connect(this, SIGNAL(accepted()), SLOT(apply()));
+    widget->connect(this, SIGNAL(rejected()), SLOT(reset()));
     this->connect(widget, SIGNAL(restartRequired()), SLOT(showRestartRequiredMessage()));
     vbox->addWidget(widget);
 
@@ -156,8 +156,8 @@ PVGUI_ParaViewSettingsPane::PVGUI_ParaViewSettingsPane(QWidget *widgetParent)
 //  this->connect(ui.buttonBox->button(QDialogButtonBox::RestoreDefaults), SIGNAL(clicked()),
 //                SLOT(onRestoreDefaults()));
 //  this->connect(ui.buttonBox, SIGNAL(clicked(QAbstractButton*)), SLOT(clicked(QAbstractButton*)));
-//  this->connect(this, SIGNAL(accepted()), SLOT(onAccepted()));
-//  this->connect(this, SIGNAL(rejected()), SLOT(onRejected()));
+  this->connect(this, SIGNAL(accepted()), SLOT(onAccepted()));
+  this->connect(this, SIGNAL(rejected()), SLOT(onRejected()));
   this->connect(ui.tabBar, SIGNAL(currentChanged(int)), this, SLOT(onTabIndexChanged(int)));
 
   this->connect(ui.SearchBox, SIGNAL(advancedSearchActivated(bool)), SLOT(filterPanelWidgets()));