更新样式
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.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); }\
|
||||||
");
|
");
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user