mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
somewhere
This commit is contained in:
@ -334,7 +334,7 @@ void qDrawPlot::SetupWidgetWindow(){
|
|||||||
//Setting the callback function to get progress from detector class(using receivers)
|
//Setting the callback function to get progress from detector class(using receivers)
|
||||||
myDet->registerProgressCallback(&(GetProgressCallBack),this);
|
myDet->registerProgressCallback(&(GetProgressCallBack),this);
|
||||||
//stream data to the gui
|
//stream data to the gui
|
||||||
myDet->enableDataStreamingFromReceiver(1);
|
//myDet->enableDataStreamingFromReceiver(1);
|
||||||
|
|
||||||
|
|
||||||
qDefs::checkErrorMessage(myDet,"qDrawPlot::SetupWidgetWindow");
|
qDefs::checkErrorMessage(myDet,"qDrawPlot::SetupWidgetWindow");
|
||||||
|
@ -529,6 +529,9 @@ void qTabActions::Refresh(){
|
|||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
cout << "**Updated all action widgets: " << endl << endl;
|
cout << "**Updated all action widgets: " << endl << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
myDet->enableDataStreamingFromReceiver(1);
|
||||||
|
|
||||||
qDefs::checkErrorMessage(myDet,"qTabActions::Refresh");
|
qDefs::checkErrorMessage(myDet,"qTabActions::Refresh");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user