diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index 31eb030..802049f 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/leadscheme.cpp b/xyylMCWEACSystem/leadscheme.cpp index 9b91ce2..22c3601 100644 --- a/xyylMCWEACSystem/leadscheme.cpp +++ b/xyylMCWEACSystem/leadscheme.cpp @@ -220,6 +220,20 @@ bool LeadScheme::initconnect() qDebug()<<"connect failed"<addLayout(hbtn); setLayout(vlayAll); } - #include "operatorjson.h" -#include + void LeadScheme::slotSave() { QJsonObject jsonSave; @@ -521,3 +534,11 @@ void LeadScheme::initLay() json.savaJson(jsonSave,QApplication::applicationDirPath()+"/0.json"); } + void LeadScheme::slotNew() + { + + } + void LeadScheme::slotDelete() + { + + } diff --git a/xyylMCWEACSystem/leadscheme.h b/xyylMCWEACSystem/leadscheme.h index c3864fa..c17e938 100644 --- a/xyylMCWEACSystem/leadscheme.h +++ b/xyylMCWEACSystem/leadscheme.h @@ -4,11 +4,12 @@ #include #include #include - #include "navlistwidget.h" #include "MoveButton.h" #include #include +#include "operatorjson.h" +#include class LeadScheme:public QWidget { Q_OBJECT @@ -22,6 +23,8 @@ public: private slots: void slotSave(); + void slotNew(); + void slotDelete(); private: NavListWidget m_LeadSchemes; NavListWidget m_listNum;