diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index cff46d5..e6703b3 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/parametersettingswidget.cpp b/xyylMCWEACSystem/parametersettingswidget.cpp index 26f71f4..5adf922 100644 --- a/xyylMCWEACSystem/parametersettingswidget.cpp +++ b/xyylMCWEACSystem/parametersettingswidget.cpp @@ -75,7 +75,7 @@ ParameterSettingsWidget::ParameterSettingsWidget(QWidget *parent ) vlay->addLayout(hlay2); vlay->addLayout(hlay); - vlay->addLayout(hlay3); + QWidget * w = new QWidget; @@ -88,9 +88,9 @@ ParameterSettingsWidget::ParameterSettingsWidget(QWidget *parent ) border-radius:10px;\ }"); w->setLayout(vlay); - QHBoxLayout * hlayall = new QHBoxLayout; + QVBoxLayout * hlayall = new QVBoxLayout; hlayall->addWidget(w); - + hlayall->addLayout(hlay3); setLayout(hlayall); m_btnOK.setStyleSheet("QPushButton{\