renaming, disable delete detections btn
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user