Salome HOME
Update copyrights
[modules/shaper.git] / src / FeaturesPlugin / multitranslation_widget.xml
1 <source>
2   <multi_selector id="main_objects"
3                   label="Main objects"
4                   icon=""
5                   tooltip="Select objects"
6                   type_choice="objects"
7                   concealment="true">
8     <validator id="FeaturesPlugin_ValidatorTransform"/>
9   </multi_selector>
10   <groupbox title="First direction">
11     <shape_selector id="axis_first_dir"
12                     icon="icons/Features/axis.png"
13                     label="Axis"
14                     tooltip="Select an edge for the first direction"
15                     shape_types="edge"
16                     default=""
17                     geometrical_selection="true">
18       <validator id="GeomValidators_ShapeType" parameters="line"/>
19     </shape_selector>
20     <doublevalue id="step_first_dir"
21                  label="Step"
22                  step="1.0"
23                  default="0"
24                  icon="icons/Features/dimension_v.png"
25                  tooltip="Step for the first direction">
26     </doublevalue>
27     <integervalue id="nb_first_dir"
28                   label="Nb copies"
29                   step="1"
30                   default="2"
31                   icon=""
32                   tooltip="Number of copies for the first direction">
33     </integervalue>
34   </groupbox>
35   <optionalbox id="use_second_dir" title="Second direction">
36     <shape_selector id="axis_second_dir"
37                     icon="icons/Features/axis.png"
38                     label="Axis"
39                     tooltip="Select an edge for the second direction"
40                     shape_types="edge"
41                     default=""
42                     geometrical_selection="true">
43       <validator id="GeomValidators_ShapeType" parameters="line"/>
44     </shape_selector>
45     <doublevalue id="step_second_dir"
46                  label="Step"
47                  step="1.0"
48                  default="0"
49                  icon="icons/Features/dimension_v.png"
50                  tooltip="Step for the second direction">
51     </doublevalue>
52     <integervalue id="nb_second_dir"
53                   label="Nb copies"
54                   step="1"
55                   default="2"
56                   icon=""
57                   tooltip="Number of copies for the second direction">
58     </integervalue>
59   </optionalbox>
60 </source>