mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 02:31:27 +05:00
IPAL21147 TC5.1.2: Wrong default dialog size
This commit is contained in:
parent
e88595c992
commit
3454a9646e
@ -129,6 +129,7 @@ void BasicGUI_CurveDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) ) ;
|
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) ) ;
|
||||||
|
|
||||||
initName( tr( "GEOM_CURVE" ) );
|
initName( tr( "GEOM_CURVE" ) );
|
||||||
|
resize(100,100);
|
||||||
ConstructorsClicked( 0 );
|
ConstructorsClicked( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -157,6 +157,7 @@ void BasicGUI_EllipseDlg::Init()
|
|||||||
|
|
||||||
initName( tr( "GEOM_ELLIPSE" ) );
|
initName( tr( "GEOM_ELLIPSE" ) );
|
||||||
|
|
||||||
|
resize(100,100);
|
||||||
displayPreview();
|
displayPreview();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,6 +161,7 @@ void BooleanGUI_Dialog::Init()
|
|||||||
|
|
||||||
myGroup->PushButton1->click();
|
myGroup->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -143,7 +143,7 @@ void EntityGUI_SubShapeDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged( )), this, SLOT( SelectionIntoArgument() ) );
|
SIGNAL( currentSelectionChanged( )), this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
updateButtonState();
|
updateButtonState();
|
||||||
|
resize(100,100);
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,6 +149,7 @@ void GenerationGUI_FillingDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
initName( tr( "GEOM_FILLING" ) );
|
initName( tr( "GEOM_FILLING" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -135,6 +135,7 @@ void GenerationGUI_PipeDlg::Init()
|
|||||||
connect(GroupPoints->CheckButton1, SIGNAL(toggled(bool)), this, SLOT(SelectionTypeButtonClicked()));
|
connect(GroupPoints->CheckButton1, SIGNAL(toggled(bool)), this, SLOT(SelectionTypeButtonClicked()));
|
||||||
|
|
||||||
initName(tr("GEOM_PIPE"));
|
initName(tr("GEOM_PIPE"));
|
||||||
|
resize(100,100);
|
||||||
|
|
||||||
GroupPoints->TextLabel3->hide();
|
GroupPoints->TextLabel3->hide();
|
||||||
GroupPoints->PushButton3->hide();
|
GroupPoints->PushButton3->hide();
|
||||||
|
@ -138,6 +138,7 @@ void GenerationGUI_RevolDlg::Init()
|
|||||||
connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), this, SLOT(SetDoubleSpinBoxStep(double)));
|
connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), this, SLOT(SetDoubleSpinBoxStep(double)));
|
||||||
|
|
||||||
initName(tr("GEOM_REVOLUTION"));
|
initName(tr("GEOM_REVOLUTION"));
|
||||||
|
resize(100,100);
|
||||||
|
|
||||||
GroupPoints->PushButton1->click();
|
GroupPoints->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
@ -130,6 +130,7 @@ void OperationGUI_ArchimedeDlg::Init()
|
|||||||
globalSelection( GEOM_ALLSHAPES );
|
globalSelection( GEOM_ALLSHAPES );
|
||||||
|
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -144,6 +144,7 @@ void OperationGUI_GetShapesOnShapeDlg::Init()
|
|||||||
|
|
||||||
GroupPoints->PushButton1->click();
|
GroupPoints->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -116,6 +116,7 @@ void RepairGUI_ChangeOrientationDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
initName( tr( "CHANGE_ORIENTATION_NEW_OBJ_NAME" ) );
|
initName( tr( "CHANGE_ORIENTATION_NEW_OBJ_NAME" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -133,6 +133,7 @@ void RepairGUI_CloseContourDlg::Init()
|
|||||||
|
|
||||||
GroupPoints->PushButton1->click();
|
GroupPoints->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -144,6 +144,7 @@ void RepairGUI_DivideEdgeDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
initName( tr( "DEVIDE_EDGE_NEW_OBJECT_NAME" ) );
|
initName( tr( "DEVIDE_EDGE_NEW_OBJECT_NAME" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -121,6 +121,7 @@ void RepairGUI_RemoveExtraEdgesDlg::Init()
|
|||||||
this, SLOT( SelectionIntoArgument() ) );
|
this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
initName( tr( "REMOVE_EXTRA_EDGES_NEW_OBJ_NAME" ) );
|
initName( tr( "REMOVE_EXTRA_EDGES_NEW_OBJ_NAME" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -134,6 +134,7 @@ void RepairGUI_RemoveHolesDlg::Init()
|
|||||||
|
|
||||||
GroupPoints->PushButton1->click();
|
GroupPoints->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -122,6 +122,7 @@ void RepairGUI_RemoveIntWiresDlg::Init()
|
|||||||
|
|
||||||
GroupPoints->PushButton1->click();
|
GroupPoints->PushButton1->click();
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -134,6 +134,7 @@ void RepairGUI_SewingDlg::Init()
|
|||||||
connect( myFreeBoundBtn, SIGNAL( clicked() ), this, SLOT( onDetect() ) );
|
connect( myFreeBoundBtn, SIGNAL( clicked() ), this, SLOT( onDetect() ) );
|
||||||
|
|
||||||
initName( tr( "SEWING_NEW_OBJ_NAME" ) );
|
initName( tr( "SEWING_NEW_OBJ_NAME" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,6 +118,7 @@ void RepairGUI_SuppressFacesDlg::Init()
|
|||||||
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
|
||||||
|
|
||||||
initName( tr( "SUPRESS_FACE_NEW_OBJ_NAME" ) );
|
initName( tr( "SUPRESS_FACE_NEW_OBJ_NAME" ) );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -139,6 +139,7 @@ void TransformationGUI_MirrorDlg::Init()
|
|||||||
initName(tr("GEOM_MIRROR"));
|
initName(tr("GEOM_MIRROR"));
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
|
resize(0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -128,6 +128,7 @@ void TransformationGUI_OffsetDlg::Init()
|
|||||||
initName( tr( "GEOM_OFFSET" ) );
|
initName( tr( "GEOM_OFFSET" ) );
|
||||||
|
|
||||||
globalSelection( GEOM_ALLSHAPES );
|
globalSelection( GEOM_ALLSHAPES );
|
||||||
|
resize(100,100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user