X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_RotationDlg.cxx;h=914562d316c041309be50d86c82bf864aee3d517;hb=b2e2ef901d58610a7af619e31fb5a6b0a85be6d2;hp=d0ec0fb7a0d304419084193a501f1e186623a143;hpb=d303154d91eb916a55ac93a372cbdb918aa18d14;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_RotationDlg.cxx b/src/SMESHGUI/SMESHGUI_RotationDlg.cxx index d0ec0fb7a..914562d31 100644 --- a/src/SMESHGUI/SMESHGUI_RotationDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_RotationDlg.cxx @@ -104,6 +104,7 @@ SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule ) /***************************************************************/ GroupConstructors = new QGroupBox(tr("SMESH_ROTATION"), this); + QButtonGroup* ButtonGroup = new QButtonGroup(this); QHBoxLayout* GroupConstructorsLayout = new QHBoxLayout(GroupConstructors); GroupConstructorsLayout->setSpacing(SPACING); GroupConstructorsLayout->setMargin(MARGIN); @@ -112,7 +113,7 @@ SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule ) RadioButton1->setIcon(image0); GroupConstructorsLayout->addWidget(RadioButton1); - GroupConstructorsLayout->addStretch(); + ButtonGroup->addButton(RadioButton1, 0); /***************************************************************/ GroupArguments = new QGroupBox(tr("SMESH_ARGUMENTS"), this); @@ -180,7 +181,7 @@ SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule ) SpinBox_Angle = new SMESHGUI_SpinBox(GroupArguments); // action switch - ActionBox = new QGroupBox(tr("ACTION"), GroupArguments); + ActionBox = new QGroupBox(GroupArguments); ActionGroup = new QButtonGroup(GroupArguments); QVBoxLayout* ActionBoxLayout = new QVBoxLayout(ActionBox); ActionBoxLayout->setSpacing(SPACING);