check error message in between implemented in gui

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@158 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-03-13 15:39:21 +00:00
parent 5c78f148b6
commit bef3745693

View File

@@ -200,6 +200,7 @@ void qTabActions::SetupWidgetWindow(){
} }
qDefs::checkErrorMessage(myDet);
} }
@@ -342,6 +343,8 @@ void qTabActions::Expand(QAbstractButton *button ){
setFixedHeight(height()+30); setFixedHeight(height()+30);
} }
} }
qDefs::checkErrorMessage(myDet);
} }
@@ -391,6 +394,7 @@ void qTabActions::SetPosition(){
qDefs::Message(qDefs::WARNING,"The positions list was not set for some reason.","Actions"); qDefs::Message(qDefs::WARNING,"The positions list was not set for some reason.","Actions");
qDefs::checkErrorMessage(myDet);
} }
@@ -442,6 +446,7 @@ void qTabActions::EnablePositions(bool enable){
btnExpand[NumPositions]->setEnabled(false); btnExpand[NumPositions]->setEnabled(false);
} }
qDefs::checkErrorMessage(myDet);
} }
@@ -499,6 +504,7 @@ void qTabActions::Refresh(){
#ifdef VERBOSE #ifdef VERBOSE
cout << "**Updated all action widgets: " << endl << endl; cout << "**Updated all action widgets: " << endl << endl;
#endif #endif
qDefs::checkErrorMessage(myDet);
} }