mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
WIP
This commit is contained in:
@ -100,7 +100,7 @@ void qTabAdvanced::Initialization() {
|
||||
connect(dispRxrZMQIP, SIGNAL(editingFinished()), this, SLOT(SetRxrZMQIP()));
|
||||
|
||||
// roi
|
||||
if (gridRoi->isEnabled()) {
|
||||
if (tab_roi->isEnabled()) {
|
||||
connect(btnAddRoi, SIGNAL(clicked()), this, SLOT(AddROISlot()));
|
||||
connect(btnSetRoi, SIGNAL(clicked()), this, SLOT(SetROI()));
|
||||
connect(btnGetRoi, SIGNAL(clicked()), this, SLOT(GetROI()));
|
||||
@ -881,7 +881,7 @@ void qTabAdvanced::Refresh() {
|
||||
SetDetector(comboDetector->currentIndex());
|
||||
|
||||
// roi
|
||||
if (gridRoi->isEnabled()) {
|
||||
if (tab_roi->isEnabled()) {
|
||||
GetROI();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user