更新样式

This commit is contained in:
work-zym\zhangyiming 2024-11-18 15:15:32 +08:00
parent 146435f74a
commit 6cd4db6d95
4 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -24,7 +24,7 @@ void HospitalInfo::init()
); );
m_labHospitalInfo.setText("医院信息");; m_labHospitalInfo.setText("医院信息");;
m_labHospitalInfo.setStyleSheet("QLabel { font-size: 30px;\ m_labHospitalInfo.setStyleSheet("QLabel { font-size: 14px;\
color: rgb(13,157,219); }\ color: rgb(13,157,219); }\
"); ");

View File

@ -51,6 +51,7 @@ int main(int argc, char *argv[])
QFont globalFont; QFont globalFont;
globalFont.setFamily("黑体"); globalFont.setFamily("黑体");
QApplication::setFont(globalFont); QApplication::setFont(globalFont);
#if 0
MedicalRecordManager me; MedicalRecordManager me;
me.show(); me.show();
@ -60,7 +61,7 @@ int main(int argc, char *argv[])
HospitalInfo ho; HospitalInfo ho;
ho.show(); ho.show();
#if 1
CurChatWidget w; CurChatWidget w;
w.show(); w.show();

View File

@ -26,6 +26,7 @@ CONFIG += c++11
SOURCES += \ SOURCES += \
SqlCore.cpp \ SqlCore.cpp \
SqlExecute.cpp \
btngroupwidget.cpp \ btngroupwidget.cpp \
curchatwidget.cpp \ curchatwidget.cpp \
dataprocesswidget.cpp \ dataprocesswidget.cpp \
@ -48,6 +49,7 @@ SOURCES += \
HEADERS += \ HEADERS += \
SqlCore.h \ SqlCore.h \
SqlExecute.h \
btngroupwidget.h \ btngroupwidget.h \
curchatwidget.h \ curchatwidget.h \
dataprocesswidget.h \ dataprocesswidget.h \