更新样式
This commit is contained in:
parent
146435f74a
commit
6cd4db6d95
Binary file not shown.
@ -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); }\
|
||||
");
|
||||
|
||||
|
@ -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();
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user