mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 07:55:54 +01:00
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user