Salome HOME
Added unit test for the issue #1806
[modules/shaper.git] / src / ParametersPlugin / plugin-Parameters.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Part">
5     <group id="Parameters">
6       <feature id="Parameter" title="Parameter" tooltip="Create a parameter" icon=":icons/expression.png">
7         <stringvalue id="variable" label="Name" icon=":icons/expression.png" placeholder="Please input the parameter name">
8           <validator id="Parameters_VariableValidator"/>
9         </stringvalue>
10         <expr_editor id="expression" placeholder="Please input the expression">
11           <validator id="Parameters_ExpressionValidator"/>
12         </expr_editor>
13         <stringvalue id="comment" label="Comment"/>
14       </feature>
15       
16       <feature id="ParametersMgr" title="Parameters" tooltip="Manage parameters" icon=":icons/paper_roll.png" modal="true">
17         <parameters-manager/>
18       </feature>
19     </group>
20   </workbench>
21 </plugin>