更新样式

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.setStyleSheet("QLabel { font-size: 30px;\
m_labHospitalInfo.setStyleSheet("QLabel { font-size: 14px;\
color: rgb(13,157,219); }\
");

View File

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

View File

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