Salome HOME
Merge remote branch 'origin/nouvelEficas' into nouvelEficas
[tools/eficas.git] / UiQT4 / 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="MinimumExpanding" vsizetype="MinimumExpanding">
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="QVBoxLayout" name="verticalLayout">
62     <property name="spacing">
63      <number>0</number>
64     </property>
65     <property name="margin">
66      <number>0</number>
67     </property>
68     <item>
69      <widget class="QFrame" name="frameEntete">
70       <property name="minimumSize">
71        <size>
72         <width>0</width>
73         <height>61</height>
74        </size>
75       </property>
76       <property name="maximumSize">
77        <size>
78         <width>16777215</width>
79         <height>61</height>
80        </size>
81       </property>
82       <property name="styleSheet">
83        <string notr="true">/*background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
84                                 stop:0 rgb(218,229,248), stop:1 rgb(9,86,109));*/
85 /*background-color:rgb(208,225,238)*/</string>
86       </property>
87       <property name="frameShape">
88        <enum>QFrame::NoFrame</enum>
89       </property>
90       <property name="frameShadow">
91        <enum>QFrame::Raised</enum>
92       </property>
93       <property name="lineWidth">
94        <number>2</number>
95       </property>
96      </widget>
97     </item>
98     <item>
99      <widget class="QTabWidget" name="myQtab">
100       <property name="styleSheet">
101        <string notr="true">background-color:rgb(224,223,222)</string>
102       </property>
103       <property name="tabPosition">
104        <enum>QTabWidget::North</enum>
105       </property>
106       <property name="currentIndex">
107        <number>0</number>
108       </property>
109       <property name="tabsClosable">
110        <bool>true</bool>
111       </property>
112       <widget class="QWidget" name="tab_3">
113        <attribute name="title">
114         <string>Tab 1</string>
115        </attribute>
116       </widget>
117      </widget>
118     </item>
119    </layout>
120   </widget>
121   <widget class="QMenuBar" name="menubar">
122    <property name="geometry">
123     <rect>
124      <x>0</x>
125      <y>0</y>
126      <width>1676</width>
127      <height>30</height>
128     </rect>
129    </property>
130    <widget class="QMenu" name="menuFichier">
131     <property name="title">
132      <string>&amp;Fichier</string>
133     </property>
134     <addaction name="action_Nouveau"/>
135     <addaction name="actionNouvel_Include"/>
136     <addaction name="action_Ouvrir"/>
137     <addaction name="separator"/>
138     <addaction name="actionEnregistrer"/>
139     <addaction name="actionEnregistrer_sous"/>
140     <addaction name="actionFermer"/>
141     <addaction name="actionFermer_tout"/>
142     <addaction name="separator"/>
143     <addaction name="actionQuitter"/>
144    </widget>
145    <widget class="QMenu" name="menuEdition">
146     <property name="title">
147      <string>&amp;Edition</string>
148     </property>
149     <addaction name="actionCouper"/>
150     <addaction name="actionCopier"/>
151     <addaction name="actionColler"/>
152     <addaction name="actionSupprimer"/>
153     <addaction name="separator"/>
154     <addaction name="actionRechercher"/>
155     <addaction name="actionRechercherDsCatalogue"/>
156     <addaction name="actionDeplier_replier"/>
157    </widget>
158    <widget class="QMenu" name="menuJdC">
159     <property name="title">
160      <string>&amp;JeuDeDonnées</string>
161     </property>
162     <addaction name="actionRapport_de_Validation"/>
163     <addaction name="actionFichier_Source"/>
164     <addaction name="actionFichier_Resultat"/>
165     <addaction name="separator"/>
166     <addaction name="actionCommentaire"/>
167     <addaction name="actionParametres"/>
168    </widget>
169    <widget class="QMenu" name="menuAide">
170     <property name="title">
171      <string>&amp;Aide</string>
172     </property>
173     <addaction name="actionEficas"/>
174     <addaction name="actionVersion"/>
175     <addaction name="actionParametres_Eficas"/>
176    </widget>
177    <addaction name="menuFichier"/>
178    <addaction name="menuEdition"/>
179    <addaction name="menuJdC"/>
180    <addaction name="menuAide"/>
181   </widget>
182   <widget class="QStatusBar" name="statusbar"/>
183   <widget class="QToolBar" name="toolBar">
184    <property name="windowTitle">
185     <string>toolBar</string>
186    </property>
187    <property name="iconSize">
188     <size>
189      <width>36</width>
190      <height>36</height>
191     </size>
192    </property>
193    <attribute name="toolBarArea">
194     <enum>TopToolBarArea</enum>
195    </attribute>
196    <attribute name="toolBarBreak">
197     <bool>false</bool>
198    </attribute>
199    <addaction name="action_Nouveau"/>
200    <addaction name="action_Ouvrir"/>
201    <addaction name="actionEnregistrer"/>
202    <addaction name="separator"/>
203    <addaction name="actionCopier"/>
204    <addaction name="actionColler"/>
205    <addaction name="actionSupprimer"/>
206    <addaction name="actionCouper"/>
207    <addaction name="separator"/>
208    <addaction name="actionParametres"/>
209   </widget>
210   <action name="action_Nouveau">
211    <property name="icon">
212     <iconset theme="document-new"/>
213    </property>
214    <property name="text">
215     <string>&amp;Nouveau</string>
216    </property>
217    <property name="shortcut">
218     <string>Ctrl+N</string>
219    </property>
220   </action>
221   <action name="actionNouvel_Include">
222    <property name="text">
223     <string>Nouvel Include</string>
224    </property>
225    <property name="shortcut">
226     <string>Shift+I</string>
227    </property>
228   </action>
229   <action name="action_Ouvrir">
230    <property name="icon">
231     <iconset theme="document-open"/>
232    </property>
233    <property name="text">
234     <string>&amp;Ouvrir</string>
235    </property>
236    <property name="shortcut">
237     <string>Ctrl+O</string>
238    </property>
239   </action>
240   <action name="actionEnregistrer">
241    <property name="icon">
242     <iconset theme="document-save"/>
243    </property>
244    <property name="text">
245     <string>Enregistrer</string>
246    </property>
247    <property name="shortcut">
248     <string>Ctrl+S</string>
249    </property>
250   </action>
251   <action name="actionParametres_Eficas">
252    <property name="text">
253     <string>Parametres Eficas</string>
254    </property>
255   </action>
256   <action name="actionEnregistrer_sous">
257    <property name="icon">
258     <iconset theme="document-save-as"/>
259    </property>
260    <property name="text">
261     <string>Enregistrer sous</string>
262    </property>
263    <property name="shortcut">
264     <string>Ctrl+Shift+S</string>
265    </property>
266   </action>
267   <action name="actionFermer">
268    <property name="text">
269     <string>Fermer </string>
270    </property>
271    <property name="shortcut">
272     <string>Ctrl+W</string>
273    </property>
274   </action>
275   <action name="actionFermer_tout">
276    <property name="text">
277     <string>Fermer tout</string>
278    </property>
279   </action>
280   <action name="actionCouper">
281    <property name="icon">
282     <iconset theme="edit-cut"/>
283    </property>
284    <property name="text">
285     <string>Couper</string>
286    </property>
287    <property name="shortcut">
288     <string>Ctrl+X</string>
289    </property>
290    <property name="shortcutContext">
291     <enum>Qt::ApplicationShortcut</enum>
292    </property>
293   </action>
294   <action name="actionCopier">
295    <property name="icon">
296     <iconset theme="edit-copy"/>
297    </property>
298    <property name="text">
299     <string>Copier</string>
300    </property>
301    <property name="shortcut">
302     <string>Ctrl+C</string>
303    </property>
304    <property name="shortcutContext">
305     <enum>Qt::ApplicationShortcut</enum>
306    </property>
307   </action>
308   <action name="actionColler">
309    <property name="icon">
310     <iconset theme="edit-paste"/>
311    </property>
312    <property name="text">
313     <string>Coller</string>
314    </property>
315    <property name="shortcut">
316     <string>Ctrl+V</string>
317    </property>
318    <property name="shortcutContext">
319     <enum>Qt::ApplicationShortcut</enum>
320    </property>
321   </action>
322   <action name="actionQuitter">
323    <property name="text">
324     <string>Quitter</string>
325    </property>
326    <property name="shortcut">
327     <string>Ctrl+Q</string>
328    </property>
329   </action>
330   <action name="actionRapport_de_Validation">
331    <property name="text">
332     <string>Rapport de Validation</string>
333    </property>
334    <property name="shortcut">
335     <string>Shift+V</string>
336    </property>
337    <property name="autoRepeat">
338     <bool>false</bool>
339    </property>
340   </action>
341   <action name="actionFichier_Source">
342    <property name="text">
343     <string>Fichier Source</string>
344    </property>
345   </action>
346   <action name="actionFichier_Resultat">
347    <property name="text">
348     <string>Fichier Résultat</string>
349    </property>
350   </action>
351   <action name="actionLecteur_Pdf">
352    <property name="text">
353     <string>Lecteur documentation</string>
354    </property>
355   </action>
356   <action name="actionEficas">
357    <property name="text">
358     <string>Eficas</string>
359    </property>
360   </action>
361   <action name="actionVersion">
362    <property name="text">
363     <string>Version</string>
364    </property>
365   </action>
366   <action name="actionSupprimer">
367    <property name="icon">
368     <iconset theme="edit-delete"/>
369    </property>
370    <property name="text">
371     <string>Supprimer</string>
372    </property>
373   </action>
374   <action name="actionRechercherDsCatalogue">
375    <property name="text">
376     <string>Chercher Mot-Clef</string>
377    </property>
378    <property name="toolTip">
379     <string> Rechercher dans le catalogue</string>
380    </property>
381    <property name="shortcut">
382     <string>Shift+F</string>
383    </property>
384    <property name="shortcutContext">
385     <enum>Qt::ApplicationShortcut</enum>
386    </property>
387   </action>
388   <action name="actionRechercher">
389    <property name="icon">
390     <iconset theme="edit-find"/>
391    </property>
392    <property name="text">
393     <string>Rechercher</string>
394    </property>
395    <property name="toolTip">
396     <string> Rechercher dans l'arbre d'etude</string>
397    </property>
398    <property name="shortcut">
399     <string>Ctrl+F</string>
400    </property>
401    <property name="shortcutContext">
402     <enum>Qt::ApplicationShortcut</enum>
403    </property>
404   </action>
405   <action name="actionDeplier_replier">
406    <property name="text">
407     <string>Replier/Deplier</string>
408    </property>
409    <property name="shortcut">
410     <string>Shift+D</string>
411    </property>
412   </action>
413   <action name="actionCommentaire">
414    <property name="text">
415     <string>Commentaire</string>
416    </property>
417    <property name="shortcut">
418     <string>Shift+C</string>
419    </property>
420   </action>
421   <action name="actionParametres">
422    <property name="icon">
423     <iconset>
424      <normaloff>../Editeur/icons/parametres.png</normaloff>../Editeur/icons/parametres.png</iconset>
425    </property>
426    <property name="text">
427     <string>Paramètres</string>
428    </property>
429    <property name="toolTip">
430     <string>Gestion des paramètres</string>
431    </property>
432    <property name="shortcut">
433     <string>Shift+P</string>
434    </property>
435   </action>
436   <action name="actionParametre_Eficas">
437    <property name="text">
438     <string>Parametre Eficas</string>
439    </property>
440   </action>
441  </widget>
442  <resources/>
443  <connections/>
444 </ui>