Salome HOME
CCAR: rabattre la version V1_15a4 dans la branche principale
[tools/eficas.git] / UiQT4 / myMain.ui
1 <ui version="4.0" >
2  <class>Eficas</class>
3  <widget class="QMainWindow" name="Eficas" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1406</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <property name="geometry" >
17     <rect>
18      <x>0</x>
19      <y>68</y>
20      <width>1406</width>
21      <height>510</height>
22     </rect>
23    </property>
24   </widget>
25   <widget class="QMenuBar" name="menubar" >
26    <property name="geometry" >
27     <rect>
28      <x>0</x>
29      <y>0</y>
30      <width>1406</width>
31      <height>29</height>
32     </rect>
33    </property>
34    <widget class="QMenu" name="menuFichier" >
35     <property name="title" >
36      <string>&amp;Fichier</string>
37     </property>
38     <addaction name="action_Nouveau" />
39     <addaction name="actionNouvel_Include" />
40     <addaction name="action_Ouvrir" />
41     <addaction name="separator" />
42     <addaction name="actionEnregistrer" />
43     <addaction name="actionEnregistrer_sous" />
44     <addaction name="actionFermer" />
45     <addaction name="actionFermer_tout" />
46     <addaction name="separator" />
47     <addaction name="actionQuitter" />
48    </widget>
49    <widget class="QMenu" name="menuEdition" >
50     <property name="title" >
51      <string>Edition</string>
52     </property>
53     <addaction name="actionCouper" />
54     <addaction name="actionCopier" />
55     <addaction name="actionColler" />
56    </widget>
57    <widget class="QMenu" name="menuJdC" >
58     <property name="title" >
59      <string>JdC</string>
60     </property>
61     <addaction name="actionRapport_de_Validation" />
62     <addaction name="actionFichier_Source" />
63     <addaction name="actionFichier_Resultat" />
64    </widget>
65    <widget class="QMenu" name="menu_Aide" >
66     <property name="title" >
67      <string>&amp;Aide</string>
68     </property>
69    </widget>
70    <widget class="QMenu" name="menuOptions" >
71     <property name="title" >
72      <string>Options</string>
73     </property>
74     <addaction name="actionParametres_Eficas" />
75     <addaction name="actionLecteur_Pdf" />
76    </widget>
77    <widget class="QMenu" name="menuTraduction" >
78     <property name="title" >
79      <string>Traduction</string>
80     </property>
81     <addaction name="actionTraduitV7V8" />
82     <addaction name="actionTraduitV8V9" />
83    </widget>
84    <widget class="QMenu" name="menuPatrons" >
85     <property name="title" >
86      <string>Patrons</string>
87     </property>
88    </widget>
89    <addaction name="menuFichier" />
90    <addaction name="menuEdition" />
91    <addaction name="menuJdC" />
92    <addaction name="menu_Aide" />
93    <addaction name="menuOptions" />
94    <addaction name="menuTraduction" />
95    <addaction name="menuPatrons" />
96   </widget>
97   <widget class="QStatusBar" name="statusbar" >
98    <property name="geometry" >
99     <rect>
100      <x>0</x>
101      <y>578</y>
102      <width>1406</width>
103      <height>22</height>
104     </rect>
105    </property>
106   </widget>
107   <widget class="QToolBar" name="toolBar" >
108    <property name="geometry" >
109     <rect>
110      <x>0</x>
111      <y>29</y>
112      <width>1406</width>
113      <height>39</height>
114     </rect>
115    </property>
116    <property name="windowTitle" >
117     <string>toolBar</string>
118    </property>
119    <attribute name="toolBarArea" >
120     <enum>TopToolBarArea</enum>
121    </attribute>
122    <attribute name="toolBarBreak" >
123     <bool>false</bool>
124    </attribute>
125    <addaction name="action_Nouveau" />
126    <addaction name="action_Ouvrir" />
127    <addaction name="actionEnregistrer" />
128    <addaction name="separator" />
129    <addaction name="actionCouper" />
130    <addaction name="actionCopier" />
131    <addaction name="actionColler" />
132   </widget>
133   <action name="action_Nouveau" >
134    <property name="icon" >
135     <iconset>
136      <normaloff>icons/New24.gif</normaloff>icons/New24.gif</iconset>
137    </property>
138    <property name="text" >
139     <string>&amp;Nouveau</string>
140    </property>
141    <property name="shortcut" >
142     <string>Ctrl+N</string>
143    </property>
144   </action>
145   <action name="actionNouvel_Include" >
146    <property name="text" >
147     <string>Nouvel Include</string>
148    </property>
149   </action>
150   <action name="action_Ouvrir" >
151    <property name="icon" >
152     <iconset>
153      <normaloff>icons/Open24.gif</normaloff>icons/Open24.gif</iconset>
154    </property>
155    <property name="text" >
156     <string>&amp;Ouvrir</string>
157    </property>
158    <property name="shortcut" >
159     <string>Ctrl+O</string>
160    </property>
161   </action>
162   <action name="actionEnregistrer" >
163    <property name="icon" >
164     <iconset>
165      <normaloff>icons/Save24.gif</normaloff>icons/Save24.gif</iconset>
166    </property>
167    <property name="text" >
168     <string>Enregistrer</string>
169    </property>
170    <property name="shortcut" >
171     <string>Ctrl+E</string>
172    </property>
173   </action>
174   <action name="actionEnregistrer_sous" >
175    <property name="text" >
176     <string>Enregistrer sous</string>
177    </property>
178    <property name="shortcut" >
179     <string>Ctrl+Shift+E</string>
180    </property>
181   </action>
182   <action name="actionFermer" >
183    <property name="text" >
184     <string>Fermer </string>
185    </property>
186    <property name="shortcut" >
187     <string>Ctrl+W</string>
188    </property>
189   </action>
190   <action name="actionFermer_tout" >
191    <property name="text" >
192     <string>Fermer tout</string>
193    </property>
194   </action>
195   <action name="actionCouper" >
196    <property name="icon" >
197     <iconset>
198      <normaloff>icons/Cut24.gif</normaloff>icons/Cut24.gif</iconset>
199    </property>
200    <property name="text" >
201     <string>Couper</string>
202    </property>
203    <property name="shortcut" >
204     <string>Ctrl+X</string>
205    </property>
206   </action>
207   <action name="actionCopier" >
208    <property name="icon" >
209     <iconset>
210      <normaloff>icons/Copy24.gif</normaloff>icons/Copy24.gif</iconset>
211    </property>
212    <property name="text" >
213     <string>Copier</string>
214    </property>
215    <property name="shortcut" >
216     <string>Ctrl+C</string>
217    </property>
218   </action>
219   <action name="actionColler" >
220    <property name="icon" >
221     <iconset>
222      <normaloff>icons/Paste24.gif</normaloff>icons/Paste24.gif</iconset>
223    </property>
224    <property name="text" >
225     <string>Coller</string>
226    </property>
227    <property name="shortcut" >
228     <string>Ctrl+V</string>
229    </property>
230   </action>
231   <action name="actionQuitter" >
232    <property name="text" >
233     <string>Quitter</string>
234    </property>
235    <property name="shortcut" >
236     <string>Ctrl+Q</string>
237    </property>
238   </action>
239   <action name="actionRapport_de_Validation" >
240    <property name="text" >
241     <string>Rapport de Validation</string>
242    </property>
243   </action>
244   <action name="actionFichier_Source" >
245    <property name="text" >
246     <string>Fichier Source</string>
247    </property>
248   </action>
249   <action name="actionFichier_Resultat" >
250    <property name="text" >
251     <string>Fichier Résultat</string>
252    </property>
253   </action>
254   <action name="actionParametres_Eficas" >
255    <property name="text" >
256     <string>Parametres Eficas</string>
257    </property>
258   </action>
259   <action name="actionLecteur_Pdf" >
260    <property name="text" >
261     <string>Lecteur Pdf</string>
262    </property>
263   </action>
264   <action name="actionTraduitV7V8" >
265    <property name="text" >
266     <string>TraduitV7V8</string>
267    </property>
268   </action>
269   <action name="actionTraduitV8V9" >
270    <property name="text" >
271     <string>TraduitV8V9</string>
272    </property>
273   </action>
274  </widget>
275  <resources/>
276  <connections/>
277 </ui>