feat: update button in ProjectEntry_Manage

This commit is contained in:
2023-09-23 22:53:27 +08:00
parent 19fa12fe60
commit 212f44892b
3 changed files with 39 additions and 22 deletions

View File

@ -37,6 +37,10 @@ class ProjectEntry_Manage(Ui_ProjectEntry_Manage, QWidget):
)
)
@Slot()
def on_updateButton_clicked(self):
self.updateLabels()
def setAbort(self, b: bool):
self.abort = b