Empty unselected scan tab.
This commit is contained in:
@@ -6,6 +6,11 @@ PatientInformationForm::PatientInformationForm(QWidget *parent) :
|
|||||||
ui(new Ui::PatientInformationForm)
|
ui(new Ui::PatientInformationForm)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
ui->lbl_ID->setText("");
|
||||||
|
ui->lbl_Date->setText("");
|
||||||
|
ui->lbl_Name->setText("");
|
||||||
|
ui->lbl_Sex->setText("");
|
||||||
|
ui->lbl_Acc->setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
PatientInformationForm::~PatientInformationForm()
|
PatientInformationForm::~PatientInformationForm()
|
||||||
|
|||||||
Reference in New Issue
Block a user