Select form state change logic

This commit is contained in:
Krad
2021-11-03 16:19:11 +08:00
parent f3d38dc02e
commit 9c20eb6f73
3 changed files with 22 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ EditPatientForm::EditPatientForm(QWidget *parent) :
clearPatientInformation();
this->setEditEnable(false);
restorePatientInformation();
emit editCancel();
});
connect(btnEditAccept,&QToolButton::clicked,[=](){
if (ui->tbx_ID->text().isEmpty())return;