diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index e6703b3..89fee60 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/hospitalinfo.cpp b/xyylMCWEACSystem/hospitalinfo.cpp index c119630..00c7de0 100644 --- a/xyylMCWEACSystem/hospitalinfo.cpp +++ b/xyylMCWEACSystem/hospitalinfo.cpp @@ -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); }\ "); diff --git a/xyylMCWEACSystem/main.cpp b/xyylMCWEACSystem/main.cpp index f880698..c31a532 100644 --- a/xyylMCWEACSystem/main.cpp +++ b/xyylMCWEACSystem/main.cpp @@ -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(); diff --git a/xyylMCWEACSystem/xyylMCWEACSystem.pro b/xyylMCWEACSystem/xyylMCWEACSystem.pro index 1a2eb09..343e781 100644 --- a/xyylMCWEACSystem/xyylMCWEACSystem.pro +++ b/xyylMCWEACSystem/xyylMCWEACSystem.pro @@ -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 \