mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Few GUI modifications related to the Create Polyline functionality.
This commit is contained in:
parent
d7d933c650
commit
c6cdd9b117
@ -176,10 +176,14 @@ CurveCreator_Widget::CurveCreator_Widget(QWidget* parent,
|
|||||||
connect( anAct, SIGNAL(triggered()), this, SLOT(onJoinAll()) );
|
connect( anAct, SIGNAL(triggered()), this, SLOT(onJoinAll()) );
|
||||||
|
|
||||||
QVBoxLayout* aSectLayout = new QVBoxLayout();
|
QVBoxLayout* aSectLayout = new QVBoxLayout();
|
||||||
|
aSectLayout->setMargin( 5 );
|
||||||
|
aSectLayout->setSpacing( 5 );
|
||||||
aSectLayout->addWidget(aTB);
|
aSectLayout->addWidget(aTB);
|
||||||
aSectLayout->addWidget(mySectionView);
|
aSectLayout->addWidget(mySectionView);
|
||||||
aSectionGroup->setLayout(aSectLayout);
|
aSectionGroup->setLayout(aSectLayout);
|
||||||
QVBoxLayout* aLay = new QVBoxLayout();
|
QVBoxLayout* aLay = new QVBoxLayout();
|
||||||
|
aLay->setMargin( 0 );
|
||||||
|
aLay->setSpacing( 5 );
|
||||||
// aLay->addLayout(aNameLayout);
|
// aLay->addLayout(aNameLayout);
|
||||||
aLay->addWidget(aSectionGroup);
|
aLay->addWidget(aSectionGroup);
|
||||||
setLayout(aLay);
|
setLayout(aLay);
|
||||||
|
Loading…
Reference in New Issue
Block a user