Add hospital name

This commit is contained in:
Krad
2021-10-22 11:35:02 +08:00
parent d67a2e6014
commit 8c3ec95368

View File

@@ -15,7 +15,7 @@ TabFormWidget::TabFormWidget(QWidget *parent) :
// ui->lbl_patlogo->setPixmap(QPixmap(":/icons/patient.png").scaledToHeight(26,Qt::SmoothTransformation)); // ui->lbl_patlogo->setPixmap(QPixmap(":/icons/patient.png").scaledToHeight(26,Qt::SmoothTransformation));
ui->spacer_2->setVisible(false); ui->spacer_2->setVisible(false);
QLabel* hosp = new QLabel(this); QLabel* hosp = new QLabel(this);
hosp->setText(tr("")); hosp->setText(tr("浙江大学医学院附属第二医院"));
QLabel* nowDate = new QLabel(this); QLabel* nowDate = new QLabel(this);
nowDate->setText(QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss")); nowDate->setText(QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss"));
QLabel* linkIcon = new QLabel(this); QLabel* linkIcon = new QLabel(this);