Salome HOME
Help templates for plug-ins
[modules/shaper.git] / src / XGUI / SHAPER.xml
1 <!--
2 Copyright (C) 2014-2017  CEA/DEN, EDF R&D
3
4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) any later version.
8
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public
15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
18 See http:##www.salome-platform.org/ or
19 email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
20 -->
21
22 <document>
23   <section name="language">
24     <!-- Language settings (resource manager)-->
25     <parameter name="language"    value="en"/>
26     <parameter name="locale"      value="true"/>
27   </section>
28   <section name="Viewer" >
29     <!-- Viewer preferences -->
30     <parameter name="background" value="bt=2;fn=;tm=0;ts=false;c1=#cddbff;c2=#698fff;gt=1;gr=" />
31     <parameter name="face-selection" value="true" />
32     <parameter name="edge-selection" value="true" />
33     <parameter name="vertex-selection" value="true" />
34     <parameter name="point-selection-sensitivity" value="12" />
35     <parameter name="edge-selection-sensitivity" value="2" />
36   </section>
37   <section name="Menu" >
38     <!-- Menu bar preferences -->
39     <parameter name="item_size" value="25" />
40     <parameter name="rows_number" value="3" />
41   </section>
42   <section name="Plugins" >
43     <!-- Plugins preferences -->
44     <parameter name="default_path" value="" />
45   </section>
46   <section name="ExternalBrowser" >
47     <!-- External HELP browser settings -->
48     <parameter name="winapplication"       value="C:\Program Files\Internet Explorer\iexplore.exe" />
49     <parameter name="application"          value="/usr/bin/mozilla" />
50   </section>
51
52 </document>