调整参数设置布局

This commit is contained in:
work-zym\zhangyiming 2024-11-15 16:00:37 +08:00
parent 3149499fba
commit 67613e3068
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -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{\