SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) ) ;
initName( tr( "GEOM_CURVE" ) );
+ resize(100,100);
ConstructorsClicked( 0 );
}
initName( tr( "GEOM_ELLIPSE" ) );
+ resize(100,100);
displayPreview();
}
myGroup->PushButton1->click();
SelectionIntoArgument();
+ resize(100,100);
}
//=================================================================================
SIGNAL( currentSelectionChanged( )), this, SLOT( SelectionIntoArgument() ) );
updateButtonState();
-
+ resize(100,100);
SelectionIntoArgument();
}
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "GEOM_FILLING" ) );
+ resize(100,100);
}
//=================================================================================
connect(GroupPoints->CheckButton1, SIGNAL(toggled(bool)), this, SLOT(SelectionTypeButtonClicked()));
initName(tr("GEOM_PIPE"));
+ resize(100,100);
GroupPoints->TextLabel3->hide();
GroupPoints->PushButton3->hide();
connect(myGeomGUI, SIGNAL(SignalDefaultStepValueChanged(double)), this, SLOT(SetDoubleSpinBoxStep(double)));
initName(tr("GEOM_REVOLUTION"));
+ resize(100,100);
GroupPoints->PushButton1->click();
SelectionIntoArgument();
globalSelection( GEOM_ALLSHAPES );
SelectionIntoArgument();
+ resize(100,100);
}
GroupPoints->PushButton1->click();
SelectionIntoArgument();
+ resize(100,100);
}
//=================================================================================
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "CHANGE_ORIENTATION_NEW_OBJ_NAME" ) );
+ resize(100,100);
}
GroupPoints->PushButton1->click();
SelectionIntoArgument();
+ resize(100,100);
}
//=================================================================================
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "DEVIDE_EDGE_NEW_OBJECT_NAME" ) );
+ resize(100,100);
}
//=================================================================================
this, SLOT( SelectionIntoArgument() ) );
initName( tr( "REMOVE_EXTRA_EDGES_NEW_OBJ_NAME" ) );
+ resize(100,100);
}
GroupPoints->PushButton1->click();
SelectionIntoArgument();
+ resize(100,100);
}
//=================================================================================
GroupPoints->PushButton1->click();
SelectionIntoArgument();
+ resize(100,100);
}
//=================================================================================
connect( myFreeBoundBtn, SIGNAL( clicked() ), this, SLOT( onDetect() ) );
initName( tr( "SEWING_NEW_OBJ_NAME" ) );
+ resize(100,100);
}
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "SUPRESS_FACE_NEW_OBJ_NAME" ) );
+ resize(100,100);
}
initName(tr("GEOM_MIRROR"));
ConstructorsClicked(0);
+ resize(0,0);
}
//=================================================================================
initName( tr( "GEOM_OFFSET" ) );
globalSelection( GEOM_ALLSHAPES );
+ resize(100,100);
}