diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index db57c30..d448f24 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/main.cpp b/xyylMCWEACSystem/main.cpp index 17f29cc..91c883e 100644 --- a/xyylMCWEACSystem/main.cpp +++ b/xyylMCWEACSystem/main.cpp @@ -50,73 +50,11 @@ int main(int argc, char *argv[]) // FramelessWindow *window = new FramelessWindow(mainw); //window->resize(300, 400); // window->showMaximized(); -mainw->showMaximized(); + mainw->showMaximized(); QFont globalFont; globalFont.setFamily("黑体"); QApplication::setFont(globalFont); - DataManager::instance(); - - LeadScheme lead; - lead.show(); - - - QWidget * w = new QWidget; - - QList colors; - colors.append(QColor(100, 184, 255)); - colors.append(QColor(255, 107, 107)); - colors.append(QColor(24, 189, 155)); - colors.append(QColor(1, 174, 103)); - colors.append(QColor(52, 73, 94)); - - int x = 5; - int y = 5; - int radius = 50; - - for (int i = 0; i < 5; i++) { - MoveButton *btn = new MoveButton(w); - - btn->setGeometry(x, y, radius, radius); - x = x + radius; - btn->setText(QString("0%10").arg(i + 1)); - btn->setCanMove(true); - btn->setShowOverlay(false); - btn->setBgColor(colors.at(i)); - //btns.append(btn); - } - w->show(); - #if 0 - MedicalRecordManager me; - me.show(); - - ParameterSettingsWidget mekl; - mekl.show(); - - - HospitalInfo ho; - ho.show(); - - - CurChatWidget w; - w.show(); - RegWidget re; - re.show(); - -DevConWidget de; -de.show(); - - - -LoginWidget log; -log.show(); - - -MedicalRecordWidget mew; -mew.show(); - - -#endif QString qss1=R"( QLineEdit{