Salome HOME
50d80b8f64ca51505421365c6c701d3511962f07
[modules/gui.git] / src / SalomeApp / resources / SalomeApp.xml
1 <!--
2   Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
3
4   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
5   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6
7   This library is free software; you can redistribute it and/or
8   modify it under the terms of the GNU Lesser General Public
9   License as published by the Free Software Foundation; either
10   version 2.1 of the License, or (at your option) any later version.
11
12   This library is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15   Lesser General Public License for more details.
16
17   You should have received a copy of the GNU Lesser General Public
18   License along with this library; if not, write to the Free Software
19   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20
21   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22
23 -->
24 <document>
25   <!-- import LightApp.xml file -->
26   <import name="LightApp"/>
27   <section name="launch">
28     <!-- SALOME launching parameters -->
29     <parameter name="logger"     value="no"/>
30     <parameter name="xterm"      value="no"/>
31     <parameter name="portkill"   value="no"/>
32     <parameter name="killall"    value="no"/>
33     <parameter name="pinter"     value="no"/>
34     <parameter name="noexcepthandler"  value="no"/>
35     <parameter name="modules"    value="GEOM,SMESH,HEXABLOCK,FIELDS,YACS,PARAVIS"/>
36     <parameter name="pyModules"  value=""/>
37     <parameter name="embedded"   value="SalomeAppEngine,study,cppContainer,registry,moduleCatalog"/>
38     <parameter name="standalone" value=""/>
39   </section>
40   <section name="language">
41     <!-- Language settings (resource manager)-->
42     <parameter name="translators" value="%P_msg_%L.qm|%PM_msg_%L.qm|%P_icons.qm|%P_images.qm|%PM_images.qm"/>
43   </section>
44   <section name="ObjectBrowser" >
45     <!-- Object Browser preferences -->
46     <parameter name="visibility_column_id_1" value="false" />
47     <parameter name="visibility_column_id_2" value="false" />
48     <parameter name="visibility_column_id_3" value="false" />
49     <parameter name="visibility_column_id_4" value="false" />
50   </section>
51   <section name="FileDlg">
52     <!-- "Open/Save File" dialog box preferences-->
53     <parameter name="QuickDirList" value="${DATA_DIR}" />
54   </section>
55   <section name="Study">
56     <!-- General study settings -->
57     <parameter name="autoload_light_modules"     value="true" />
58     <parameter name="store_positions"     value="true" />
59     <parameter name="store_tool_positions"     value="true" />
60     <parameter name="store_visual_state"  value="false" />
61     <parameter name="pydump_publish"      value="true" />
62     <parameter name="multi_file_dump"     value="false" />
63     <parameter name="pydump_save_gui"     value="false" />
64   </section>
65 </document>