迁移病历填写和医院信息和导联方案的样式
This commit is contained in:
@@ -30,34 +30,36 @@ void HospitalInfo::init()
|
||||
|
||||
m_labStart1.setText("*");
|
||||
m_labStart2.setText("*");
|
||||
m_labStart1.setObjectName("labStar");
|
||||
m_labStart2.setObjectName("labStar");
|
||||
m_labStart1.setFixedWidth(10);
|
||||
m_labStart2.setFixedWidth(10);
|
||||
m_labStart1.setStyleSheet("color:red");
|
||||
m_labStart2.setStyleSheet("color:red");
|
||||
//m_labStart1.setStyleSheet("color:red");
|
||||
//m_labStart2.setStyleSheet("color:red");
|
||||
|
||||
//医院名称
|
||||
m_labHospitalName.setText("医院名称");
|
||||
|
||||
m_labHospitalName.setObjectName("labhospitalName");
|
||||
//科室
|
||||
m_labSection.setText("科室");;
|
||||
|
||||
m_labSection.setObjectName("labSection");
|
||||
//用户人数
|
||||
m_labUserNum.setText("用户人数");;
|
||||
|
||||
m_labUserNum.setObjectName("labUserNum");
|
||||
|
||||
//数据名称
|
||||
m_labDataBaseName.setText("数据名称");;
|
||||
|
||||
m_labDataBaseName.setObjectName("labDataBaseName");
|
||||
|
||||
//用户名称
|
||||
m_labUser.setText("用户名称");
|
||||
|
||||
m_labUser.setObjectName("labUser");
|
||||
//用户名称
|
||||
m_labpasswd.setText("用户密码");;
|
||||
|
||||
m_labpasswd.setObjectName("labpasswd");
|
||||
//确认密码
|
||||
m_labRepasswd.setText("确认密码");;
|
||||
|
||||
m_labRepasswd.setObjectName("labRepasswd");
|
||||
//确认
|
||||
m_btnOK.setText("确认");;
|
||||
m_btnCancel.setText("取消");;
|
||||
|
||||
@@ -216,12 +216,13 @@ void LeadScheme::initLay()
|
||||
btn->setCheckable(true);
|
||||
m_listBtnsSchemes.append(btn);
|
||||
btn->setObjectName("btnShem");
|
||||
#if 0
|
||||
btn->setStyleSheet("QPushButton{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; } \
|
||||
#if 1
|
||||
btn->setStyleSheet("QPushButton{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; } \
|
||||
QPushButton:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; }\
|
||||
QPushButton:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;}\
|
||||
QPushButton:checked{ color: white;background: #0D9DDB;border-radius: 8px; }");
|
||||
#endif
|
||||
|
||||
}
|
||||
m_vlayHH->addStretch();
|
||||
|
||||
@@ -251,8 +252,14 @@ void LeadScheme::initLay()
|
||||
btn->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
pButtonGroup1->addButton(btn);
|
||||
gridlayOut->addWidget( btn,i+1,1);
|
||||
btn->setCheckable(true);
|
||||
|
||||
btn->setCheckable(true);
|
||||
btn->setObjectName("btnShem1");
|
||||
#if 1
|
||||
btn->setStyleSheet("QPushButton{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; } \
|
||||
QPushButton:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; }\
|
||||
QPushButton:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;}\
|
||||
QPushButton:checked{ color: white;background: #0D9DDB;border-radius: 8px; }");
|
||||
#endif
|
||||
|
||||
}
|
||||
gridlayOut->addWidget( labPoints,0,colmn++,Qt::AlignHCenter);
|
||||
@@ -265,6 +272,13 @@ void LeadScheme::initLay()
|
||||
|
||||
gridlayOut->addWidget( btn,i+1,2);
|
||||
btn->setCheckable(true);
|
||||
btn->setObjectName("btnShem1");
|
||||
#if 1
|
||||
btn->setStyleSheet("QPushButton{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; } \
|
||||
QPushButton:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; }\
|
||||
QPushButton:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;}\
|
||||
QPushButton:checked{ color: white;background: #0D9DDB;border-radius: 8px; }");
|
||||
#endif
|
||||
|
||||
}
|
||||
gridlayOut->addWidget( labExPoints,0,colmn++,Qt::AlignHCenter);
|
||||
@@ -277,7 +291,13 @@ void LeadScheme::initLay()
|
||||
|
||||
gridlayOut->addWidget( btn,i+1,3);
|
||||
btn->setCheckable(true);
|
||||
|
||||
btn->setObjectName("btnShem1");
|
||||
#if 1
|
||||
btn->setStyleSheet("QPushButton{ background: rgb(255, 255, 255); color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; border:0px ; } \
|
||||
QPushButton:hover{color: black;background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px; }\
|
||||
QPushButton:pressed{color: black; background: rgb(255, 255, 255);color: #666666;font-family: Source Han Sans; font-size: 30px;font-weight: normal; border-radius: 4px;}\
|
||||
QPushButton:checked{ color: white;background: #0D9DDB;border-radius: 8px; }");
|
||||
#endif
|
||||
}
|
||||
//end
|
||||
|
||||
|
||||
@@ -29,9 +29,10 @@ void MedicalRecordWidget::init()
|
||||
|
||||
// setFixedSize(600,600);
|
||||
m_labStar.setText(tr("*"));
|
||||
m_labStar.setObjectName("labStar");
|
||||
m_labStar2.setText(tr("*"));
|
||||
// m_labStar.setStyleSheet("color:red");
|
||||
//m_labStar2.setStyleSheet("color:red");
|
||||
m_labStar2.setObjectName("labStar");
|
||||
|
||||
#if 0
|
||||
|
||||
#else
|
||||
@@ -39,20 +40,25 @@ void MedicalRecordWidget::init()
|
||||
m_labTitle.setStyleSheet("width: 136px;font-family: 思源黑体;color: #0D9DDB; font-size: 32px;font-weight: 500;height: 46px;");
|
||||
//检查号
|
||||
m_labCheckNum.setText(tr("检查号"));
|
||||
|
||||
m_labCheckNum.setObjectName("labCheckNum");
|
||||
//住院 hospitalized
|
||||
m_labType.setText(tr("类型"));
|
||||
m_labType.setObjectName("labCheckNum");
|
||||
m_chHospitalized.setText(tr("住院"));
|
||||
m_chHospitalized.setObjectName("labCheckNum");
|
||||
//门诊
|
||||
m_chOutpatient.setText(tr("门诊"));
|
||||
|
||||
m_chOutpatient.setObjectName("labCheckNum");
|
||||
//姓名
|
||||
m_labName.setText(tr("姓 名"));
|
||||
m_labName.setObjectName("labCheckNum");
|
||||
//性别
|
||||
m_labSex.setText(tr("性别"));;
|
||||
m_labSex.setObjectName("labCheckNum");
|
||||
m_chMan.setText(tr("男"));;
|
||||
m_chMan.setObjectName("labCheckNum");
|
||||
m_chWan.setText(tr("女"));;
|
||||
|
||||
m_chWan.setObjectName("labCheckNum");
|
||||
QButtonGroup *SexpButtonGroup = new QButtonGroup(this);
|
||||
// 设置互斥
|
||||
SexpButtonGroup->setExclusive(true);
|
||||
@@ -63,8 +69,11 @@ void MedicalRecordWidget::init()
|
||||
|
||||
//左右利
|
||||
m_labLaterality.setText(tr(" 左右利"));
|
||||
m_labLaterality.setObjectName("labCheckNum");
|
||||
m_chLeft.setText(tr("左"));;
|
||||
m_chLeft.setObjectName("labCheckNum");
|
||||
m_chRfight.setText(tr("右"));;
|
||||
m_chRfight.setObjectName("labCheckNum");
|
||||
QButtonGroup *LabpButtonGroup = new QButtonGroup(this);
|
||||
// 设置互斥
|
||||
LabpButtonGroup->setExclusive(true);
|
||||
@@ -74,10 +83,14 @@ void MedicalRecordWidget::init()
|
||||
|
||||
//检查日期
|
||||
m_labDate_Of_inspection.setText(tr("检查日期"));
|
||||
m_labDate_Of_inspection.setObjectName("labCheckNum");
|
||||
m_labAge.setText(tr("年龄"));
|
||||
m_labAge.setObjectName("labCheckNum");
|
||||
m_labBirthDay.setText(tr("出生日期"));
|
||||
m_labBirthDay.setObjectName("labCheckNum");
|
||||
//诊断病历
|
||||
m_labDiagnosticRecord.setText(tr("其 他:"));
|
||||
m_labDiagnosticRecord.setObjectName("labCheckNum");
|
||||
m_labDiagnosticRecord.setFixedHeight(30);
|
||||
m_btnOk.setText(tr("保存"));
|
||||
m_btnCancel.setText(tr("取消"));
|
||||
|
||||
Reference in New Issue
Block a user