Select form state change logic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user