Salome HOME
Revert "prise en compte chgt de nom enum"
[tools/eficas.git] / UiQT5 / myMain.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Eficas</class>
4  <widget class="QMainWindow" name="Eficas">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1676</width>
10     <height>811</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>MainWindow</string>
21   </property>
22   <property name="styleSheet">
23    <string notr="true">/* QMenuBar {
24      background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
25                                        stop:0 rgb(226,255,253), stop:1 rgb(191,237,255));
26  }*/
27
28 QMenuBar {
29      background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
30                                        stop:0 rgb(164,165,178), stop:1 rgb(55,66,126));
31  }
32  QMenuBar::item {
33      spacing: 3px; /* spacing between menu bar items */
34      color: white;
35      padding: 1px 4px;
36      background: transparent;
37      border-radius: 4px;
38  }
39
40  QMenuBar::item:selected { /* when selected using mouse or keyboard */
41      background: #a8a8a8;
42  }
43
44  QMenuBar::item:pressed {
45      background: #888888;
46  }
47
48
49
50
51
52
53
54
55 </string>
56   </property>
57   <widget class="QWidget" name="centralwidget">
58    <property name="styleSheet">
59     <string notr="true">QComboBox{combobox-popup:0;}</string>
60    </property>
61    <layout class="QGridLayout" name="gridLayout">
62     <property name="leftMargin">
63      <number>0</number>
64     </property>
65     <property name="topMargin">
66      <number>0</number>
67     </property>
68     <property name="rightMargin">
69      <number>0</number>
70     </property>
71     <property name="bottomMargin">
72      <number>0</number>
73     </property>
74     <item row="0" column="0">
75      <widget class="QFrame" name="frameEntete">
76       <property name="minimumSize">
77        <size>
78         <width>0</width>
79         <height>61</height>
80        </size>
81       </property>
82       <property name="maximumSize">
83        <size>
84         <width>16777215</width>
85         <height>61</height>
86        </size>
87       </property>
88       <property name="styleSheet">
89        <string notr="true">/*background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
90                                 stop:0 rgb(218,229,248), stop:1 rgb(9,86,109));*/
91 /*background-color:rgb(208,225,238)*/</string>
92       </property>
93       <property name="frameShape">
94        <enum>QFrame::NoFrame</enum>
95       </property>
96       <property name="frameShadow">
97        <enum>QFrame::Raised</enum>
98       </property>
99       <property name="lineWidth">
100        <number>2</number>
101       </property>
102      </widget>
103     </item>
104     <item row="1" column="0">
105      <widget class="QTabWidget" name="myQtab">
106       <property name="styleSheet">
107        <string notr="true">background-color:rgb(224,223,222)</string>
108       </property>
109       <property name="tabPosition">
110        <enum>QTabWidget::North</enum>
111       </property>
112       <property name="currentIndex">
113        <number>0</number>
114       </property>
115       <property name="tabsClosable">
116        <bool>true</bool>
117       </property>
118       <widget class="QWidget" name="tab_3">
119        <attribute name="title">
120         <string>Tab 1</string>
121        </attribute>
122       </widget>
123      </widget>
124     </item>
125    </layout>
126   </widget>
127   <widget class="QMenuBar" name="menubar">
128    <property name="geometry">
129     <rect>
130      <x>0</x>
131      <y>0</y>
132      <width>1676</width>
133      <height>25</height>
134     </rect>
135    </property>
136    <widget class="QMenu" name="menuFichier">
137     <property name="title">
138      <string>&amp;Fichier</string>
139     </property>
140     <addaction name="action_Nouveau"/>
141     <addaction name="actionNouvel_Include"/>
142     <addaction name="actionOuvrir"/>
143     <addaction name="actionARemplacer"/>
144     <addaction name="separator"/>
145     <addaction name="actionEnregistrer"/>
146     <addaction name="actionEnregistrer_sous"/>
147     <addaction name="actionFermer"/>
148     <addaction name="actionFermer_tout"/>
149     <addaction name="separator"/>
150     <addaction name="actionQuitter"/>
151    </widget>
152    <widget class="QMenu" name="menuEdition">
153     <property name="title">
154      <string>&amp;Edition</string>
155     </property>
156     <addaction name="actionCouper"/>
157     <addaction name="actionCopier"/>
158     <addaction name="actionColler"/>
159     <addaction name="actionSupprimer"/>
160     <addaction name="separator"/>
161     <addaction name="actionRechercher"/>
162     <addaction name="actionRechercherDsCatalogue"/>
163     <addaction name="actionDeplier_replier"/>
164    </widget>
165    <widget class="QMenu" name="menuJdC">
166     <property name="title">
167      <string>&amp;JeuDeDonnées</string>
168     </property>
169     <addaction name="actionRapport_de_Validation"/>
170     <addaction name="actionRegles_du_JdC"/>
171     <addaction name="actionFichier_Source"/>
172     <addaction name="actionFichier_Resultat"/>
173     <addaction name="separator"/>
174     <addaction name="actionCommentaire"/>
175     <addaction name="actionParametres"/>
176     <addaction name="separator"/>
177     <addaction name="actionCacher_l_Arbre"/>
178     <addaction name="actionAfficher_l_Arbre"/>
179    </widget>
180    <widget class="QMenu" name="menuAide">
181     <property name="title">
182      <string>&amp;Aide</string>
183     </property>
184     <addaction name="actionEficas"/>
185     <addaction name="actionParametres_Eficas"/>
186     <addaction name="actionVersion"/>
187    </widget>
188    <addaction name="menuFichier"/>
189    <addaction name="menuEdition"/>
190    <addaction name="menuJdC"/>
191    <addaction name="menuAide"/>
192   </widget>
193   <widget class="QStatusBar" name="statusbar"/>
194   <widget class="QToolBar" name="toolBar">
195    <property name="windowTitle">
196     <string>toolBar</string>
197    </property>
198    <property name="iconSize">
199     <size>
200      <width>36</width>
201      <height>36</height>
202     </size>
203    </property>
204    <attribute name="toolBarArea">
205     <enum>TopToolBarArea</enum>
206    </attribute>
207    <attribute name="toolBarBreak">
208     <bool>false</bool>
209    </attribute>
210    <addaction name="action_Nouveau"/>
211    <addaction name="actionOuvrir"/>
212    <addaction name="actionEnregistrer"/>
213    <addaction name="separator"/>
214    <addaction name="actionCopier"/>
215    <addaction name="actionColler"/>
216    <addaction name="actionSupprimer"/>
217    <addaction name="actionCouper"/>
218    <addaction name="separator"/>
219    <addaction name="actionParametres"/>
220   </widget>
221   <action name="action_Nouveau">
222    <property name="icon">
223     <iconset theme="document-new">
224      <normaloff>.</normaloff>.</iconset>
225    </property>
226    <property name="text">
227     <string>&amp;Nouveau</string>
228    </property>
229    <property name="shortcut">
230     <string>Ctrl+N</string>
231    </property>
232   </action>
233   <action name="actionNouvel_Include">
234    <property name="text">
235     <string>Nouvel Include</string>
236    </property>
237    <property name="shortcut">
238     <string>Shift+I</string>
239    </property>
240   </action>
241   <action name="actionARemplacer">
242    <property name="text">
243     <string>&amp;bad</string>
244    </property>
245   </action>
246   <action name="actionOuvrir">
247    <property name="icon">
248     <iconset theme="document-open">
249      <normaloff>.</normaloff>.</iconset>
250    </property>
251    <property name="text">
252     <string>&amp;Ouvrir</string>
253    </property>
254    <property name="shortcut">
255     <string>Ctrl+O</string>
256    </property>
257   </action>
258   <action name="actionEnregistrer">
259    <property name="icon">
260     <iconset theme="document-save">
261      <normaloff>.</normaloff>.</iconset>
262    </property>
263    <property name="text">
264     <string>Enregistrer</string>
265    </property>
266    <property name="shortcut">
267     <string>Ctrl+S</string>
268    </property>
269   </action>
270   <action name="actionParametres_Eficas">
271    <property name="text">
272     <string>Parametres Eficas</string>
273    </property>
274   </action>
275   <action name="actionEnregistrer_sous">
276    <property name="icon">
277     <iconset theme="document-save-as">
278      <normaloff>.</normaloff>.</iconset>
279    </property>
280    <property name="text">
281     <string>Enregistrer sous</string>
282    </property>
283    <property name="shortcut">
284     <string>Ctrl+Shift+S</string>
285    </property>
286   </action>
287   <action name="actionFermer">
288    <property name="text">
289     <string>Fermer </string>
290    </property>
291    <property name="shortcut">
292     <string>Ctrl+W</string>
293    </property>
294   </action>
295   <action name="actionFermer_tout">
296    <property name="text">
297     <string>Fermer tout</string>
298    </property>
299   </action>
300   <action name="actionCouper">
301    <property name="icon">
302     <iconset theme="edit-cut">
303      <normaloff>.</normaloff>.</iconset>
304    </property>
305    <property name="text">
306     <string>Couper</string>
307    </property>
308    <property name="shortcut">
309     <string>Ctrl+X</string>
310    </property>
311    <property name="shortcutContext">
312     <enum>Qt::ApplicationShortcut</enum>
313    </property>
314   </action>
315   <action name="actionCopier">
316    <property name="icon">
317     <iconset theme="edit-copy">
318      <normaloff>.</normaloff>.</iconset>
319    </property>
320    <property name="text">
321     <string>Copier</string>
322    </property>
323    <property name="shortcut">
324     <string>Ctrl+C</string>
325    </property>
326    <property name="shortcutContext">
327     <enum>Qt::ApplicationShortcut</enum>
328    </property>
329   </action>
330   <action name="actionColler">
331    <property name="icon">
332     <iconset theme="edit-paste">
333      <normaloff>.</normaloff>.</iconset>
334    </property>
335    <property name="text">
336     <string>Coller</string>
337    </property>
338    <property name="shortcut">
339     <string>Ctrl+V</string>
340    </property>
341    <property name="shortcutContext">
342     <enum>Qt::ApplicationShortcut</enum>
343    </property>
344   </action>
345   <action name="actionQuitter">
346    <property name="text">
347     <string>Quitter</string>
348    </property>
349    <property name="shortcut">
350     <string>Ctrl+Q</string>
351    </property>
352   </action>
353   <action name="actionRapport_de_Validation">
354    <property name="text">
355     <string>Rapport de Validation</string>
356    </property>
357    <property name="shortcut">
358     <string>Shift+V</string>
359    </property>
360    <property name="autoRepeat">
361     <bool>false</bool>
362    </property>
363   </action>
364   <action name="actionFichier_Source">
365    <property name="text">
366     <string>Fichier Source</string>
367    </property>
368   </action>
369   <action name="actionFichier_Resultat">
370    <property name="text">
371     <string>Fichier Résultat</string>
372    </property>
373   </action>
374   <action name="actionLecteur_Pdf">
375    <property name="text">
376     <string>Lecteur documentation</string>
377    </property>
378   </action>
379   <action name="actionEficas">
380    <property name="text">
381     <string>Eficas</string>
382    </property>
383   </action>
384   <action name="actionVersion">
385    <property name="text">
386     <string>Version</string>
387    </property>
388   </action>
389   <action name="actionSupprimer">
390    <property name="icon">
391     <iconset theme="edit-delete">
392      <normaloff>.</normaloff>.</iconset>
393    </property>
394    <property name="text">
395     <string>Supprimer</string>
396    </property>
397   </action>
398   <action name="actionRechercherDsCatalogue">
399    <property name="text">
400     <string>Chercher Mot-Clef</string>
401    </property>
402    <property name="toolTip">
403     <string> Rechercher dans le catalogue</string>
404    </property>
405    <property name="shortcut">
406     <string>Shift+F</string>
407    </property>
408    <property name="shortcutContext">
409     <enum>Qt::ApplicationShortcut</enum>
410    </property>
411   </action>
412   <action name="actionRechercher">
413    <property name="icon">
414     <iconset theme="edit-find">
415      <normaloff>.</normaloff>.</iconset>
416    </property>
417    <property name="text">
418     <string>Rechercher</string>
419    </property>
420    <property name="toolTip">
421     <string> Rechercher dans l'arbre d'etude</string>
422    </property>
423    <property name="shortcut">
424     <string>Ctrl+F</string>
425    </property>
426    <property name="shortcutContext">
427     <enum>Qt::ApplicationShortcut</enum>
428    </property>
429   </action>
430   <action name="actionDeplier_replier">
431    <property name="text">
432     <string>Replier/Deplier</string>
433    </property>
434    <property name="shortcut">
435     <string>Shift+D</string>
436    </property>
437   </action>
438   <action name="actionCommentaire">
439    <property name="text">
440     <string>Commentaire</string>
441    </property>
442    <property name="shortcut">
443     <string>Shift+C</string>
444    </property>
445   </action>
446   <action name="actionParametres">
447    <property name="icon">
448     <iconset>
449      <normaloff>../Editeur/icons/parametres.png</normaloff>../Editeur/icons/parametres.png</iconset>
450    </property>
451    <property name="text">
452     <string>Paramètres</string>
453    </property>
454    <property name="toolTip">
455     <string>Gestion des paramètres</string>
456    </property>
457    <property name="shortcut">
458     <string>Shift+P</string>
459    </property>
460   </action>
461   <action name="actionParametre_Eficas">
462    <property name="text">
463     <string>Parametre Eficas</string>
464    </property>
465   </action>
466   <action name="actionRegles_du_JdC">
467    <property name="text">
468     <string>Régles du JdC</string>
469    </property>
470   </action>
471   <action name="actionCacher_l_Arbre">
472    <property name="text">
473     <string>Cacher l'Arbre</string>
474    </property>
475   </action>
476   <action name="actionAfficher_l_Arbre">
477    <property name="text">
478     <string>Afficher l'Arbre</string>
479    </property>
480   </action>
481  </widget>
482  <resources/>
483  <connections/>
484 </ui>