mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Additional fix of issue 0019875: to clarify the labels of the GUI panel for group creation.
This commit is contained in:
parent
186564b1cb
commit
183e4a7cd2
@ -3849,24 +3849,24 @@ Number of sketch points too small</translation>
|
||||
<translation>Select All</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SELECT_SUB_SHAPES</source>
|
||||
<translation>Select Sub-Shapes</translation>
|
||||
<source>SHAPE_SEL_RESTR</source>
|
||||
<translation>Main Shape Selection restriction</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SHAPE_TYPE</source>
|
||||
<translation>Shape Type</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ALL_SUBSHAPES</source>
|
||||
<translation>All</translation>
|
||||
<source>NO_RESTR</source>
|
||||
<translation>No restriction</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GET_IN_PLACE</source>
|
||||
<translation>In Place of Second Shape</translation>
|
||||
<source>GEOM_PARTS_OF_SHAPE2</source>
|
||||
<translation>Geometrical parts of the Second Shape</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SUBSHAPES_OF_SHAPE2</source>
|
||||
<translation>Sub-Shapes of Second Shape</translation>
|
||||
<translation>Only Sub-Shapes of the Second Shape</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SECOND_SHAPE</source>
|
||||
|
@ -102,11 +102,11 @@ GroupGUI_GroupDlg::GroupGUI_GroupDlg( Mode mode, GeometryGUI* theGeometryGUI, QW
|
||||
myShape2Name->setReadOnly( true );
|
||||
myShape2Name->setEnabled( false );
|
||||
|
||||
mySelectionWayGroupBox = new QGroupBox( tr("SELECT_SUB_SHAPES"), GroupMedium );
|
||||
mySelectionWayGroupBox = new QGroupBox( tr("SHAPE_SEL_RESTR"), GroupMedium );
|
||||
mySelectionWayGroup = new QButtonGroup( mySelectionWayGroupBox );
|
||||
QRadioButton* allSubs = new QRadioButton( tr( "ALL_SUBSHAPES" ) , mySelectionWayGroupBox );
|
||||
QRadioButton* inPlaceSubs = new QRadioButton( tr( "GET_IN_PLACE" ) , mySelectionWayGroupBox );
|
||||
QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ), mySelectionWayGroupBox );
|
||||
QRadioButton* allSubs = new QRadioButton( tr( "NO_RESTR" ) , mySelectionWayGroupBox );
|
||||
QRadioButton* inPlaceSubs = new QRadioButton( tr( "GEOM_PARTS_OF_SHAPE2" ), mySelectionWayGroupBox );
|
||||
QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ) , mySelectionWayGroupBox );
|
||||
QVBoxLayout* mySelWayLayout = new QVBoxLayout( mySelectionWayGroupBox );
|
||||
mySelWayLayout->setMargin( 9 );
|
||||
mySelWayLayout->setSpacing( 6 );
|
||||
|
Loading…
Reference in New Issue
Block a user