mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
Qt4 porting:
1) SIGSEGV on activating Move Node, Mesh to pass through a point, Union of triangles, Smoothing, Extrusion, Extrusion along a path, Revolution dialogs. 2) correct layout in the Extrusion dialog.
This commit is contained in:
parent
dcab6c3d1f
commit
2e540667d8
@ -182,7 +182,7 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule)
|
||||
GroupArgumentsLayout->addWidget(TextLabelElements, 0, 0);
|
||||
GroupArgumentsLayout->addWidget(SelectElementsButton, 0, 1);
|
||||
GroupArgumentsLayout->addWidget(LineEditElements, 0, 2, 1, 6);
|
||||
GroupArgumentsLayout->addWidget(CheckBoxMesh, 0, 0, 1, 8);
|
||||
GroupArgumentsLayout->addWidget(CheckBoxMesh, 1, 0, 1, 8);
|
||||
GroupArgumentsLayout->addWidget(TextLabelVector, 2, 0);
|
||||
GroupArgumentsLayout->addWidget(TextLabelDx, 2, 2);
|
||||
GroupArgumentsLayout->addWidget(SpinBox_Dx, 2, 3);
|
||||
|
@ -115,5 +115,4 @@ void SMESHGUI_SpinBox::RangeStepAndValidator( double min,
|
||||
// see QtxDoubleSpinBox::mapValueToText( double v )
|
||||
setRange( min, max );
|
||||
setSingleStep( step );
|
||||
validator()->setRange( min, max, decimals );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user