renaming, disable delete detections btn

This commit is contained in:
2025-02-21 08:21:15 +01:00
parent 3206950f5e
commit 98900ff480
3 changed files with 5 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ class SelectionControls(QWidget):
deleteBtn.setSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
deleteBtn.setStyleSheet(pushBtnStyle("red"))
deleteBtn.setToolTip(f"DANGERZONE! Delete current selection of detections!")
deleteBtn.setEnabled(False)
deleteBtn.clicked.connect(self.on_Delete)
revertBtn = QPushButton("revert assignments")