mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 22:56:43 +01: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