调整参数设置布局
This commit is contained in:
parent
3149499fba
commit
67613e3068
Binary file not shown.
@ -75,7 +75,7 @@ ParameterSettingsWidget::ParameterSettingsWidget(QWidget *parent )
|
|||||||
vlay->addLayout(hlay2);
|
vlay->addLayout(hlay2);
|
||||||
vlay->addLayout(hlay);
|
vlay->addLayout(hlay);
|
||||||
|
|
||||||
vlay->addLayout(hlay3);
|
|
||||||
|
|
||||||
|
|
||||||
QWidget * w = new QWidget;
|
QWidget * w = new QWidget;
|
||||||
@ -88,9 +88,9 @@ ParameterSettingsWidget::ParameterSettingsWidget(QWidget *parent )
|
|||||||
border-radius:10px;\
|
border-radius:10px;\
|
||||||
}");
|
}");
|
||||||
w->setLayout(vlay);
|
w->setLayout(vlay);
|
||||||
QHBoxLayout * hlayall = new QHBoxLayout;
|
QVBoxLayout * hlayall = new QVBoxLayout;
|
||||||
hlayall->addWidget(w);
|
hlayall->addWidget(w);
|
||||||
|
hlayall->addLayout(hlay3);
|
||||||
setLayout(hlayall);
|
setLayout(hlayall);
|
||||||
|
|
||||||
m_btnOK.setStyleSheet("QPushButton{\
|
m_btnOK.setStyleSheet("QPushButton{\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user