mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +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>
|
<translation>Select All</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SELECT_SUB_SHAPES</source>
|
<source>SHAPE_SEL_RESTR</source>
|
||||||
<translation>Select Sub-Shapes</translation>
|
<translation>Main Shape Selection restriction</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SHAPE_TYPE</source>
|
<source>SHAPE_TYPE</source>
|
||||||
<translation>Shape Type</translation>
|
<translation>Shape Type</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>ALL_SUBSHAPES</source>
|
<source>NO_RESTR</source>
|
||||||
<translation>All</translation>
|
<translation>No restriction</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GET_IN_PLACE</source>
|
<source>GEOM_PARTS_OF_SHAPE2</source>
|
||||||
<translation>In Place of Second Shape</translation>
|
<translation>Geometrical parts of the Second Shape</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SUBSHAPES_OF_SHAPE2</source>
|
<source>SUBSHAPES_OF_SHAPE2</source>
|
||||||
<translation>Sub-Shapes of Second Shape</translation>
|
<translation>Only Sub-Shapes of the Second Shape</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SECOND_SHAPE</source>
|
<source>SECOND_SHAPE</source>
|
||||||
|
@ -102,11 +102,11 @@ GroupGUI_GroupDlg::GroupGUI_GroupDlg( Mode mode, GeometryGUI* theGeometryGUI, QW
|
|||||||
myShape2Name->setReadOnly( true );
|
myShape2Name->setReadOnly( true );
|
||||||
myShape2Name->setEnabled( false );
|
myShape2Name->setEnabled( false );
|
||||||
|
|
||||||
mySelectionWayGroupBox = new QGroupBox( tr("SELECT_SUB_SHAPES"), GroupMedium );
|
mySelectionWayGroupBox = new QGroupBox( tr("SHAPE_SEL_RESTR"), GroupMedium );
|
||||||
mySelectionWayGroup = new QButtonGroup( mySelectionWayGroupBox );
|
mySelectionWayGroup = new QButtonGroup( mySelectionWayGroupBox );
|
||||||
QRadioButton* allSubs = new QRadioButton( tr( "ALL_SUBSHAPES" ) , mySelectionWayGroupBox );
|
QRadioButton* allSubs = new QRadioButton( tr( "NO_RESTR" ) , mySelectionWayGroupBox );
|
||||||
QRadioButton* inPlaceSubs = new QRadioButton( tr( "GET_IN_PLACE" ) , mySelectionWayGroupBox );
|
QRadioButton* inPlaceSubs = new QRadioButton( tr( "GEOM_PARTS_OF_SHAPE2" ), mySelectionWayGroupBox );
|
||||||
QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ), mySelectionWayGroupBox );
|
QRadioButton* shape2Subs = new QRadioButton( tr( "SUBSHAPES_OF_SHAPE2" ) , mySelectionWayGroupBox );
|
||||||
QVBoxLayout* mySelWayLayout = new QVBoxLayout( mySelectionWayGroupBox );
|
QVBoxLayout* mySelWayLayout = new QVBoxLayout( mySelectionWayGroupBox );
|
||||||
mySelWayLayout->setMargin( 9 );
|
mySelWayLayout->setMargin( 9 );
|
||||||
mySelWayLayout->setSpacing( 6 );
|
mySelWayLayout->setSpacing( 6 );
|
||||||
|
Loading…
Reference in New Issue
Block a user