Salome HOME
modif Adao 7 6
[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>
213      <normaloff>../Editeur/icons/new_file.png</normaloff>../Editeur/icons/new_file.png</iconset>
214    </property>
215    <property name="text">
216     <string>&amp;Nouveau</string>
217    </property>
218    <property name="shortcut">
219     <string>Ctrl+N</string>
220    </property>
221   </action>
222   <action name="actionNouvel_Include">
223    <property name="text">
224     <string>Nouvel Include</string>
225    </property>
226    <property name="shortcut">
227     <string>Shift+I</string>
228    </property>
229   </action>
230   <action name="action_Ouvrir">
231    <property name="icon">
232     <iconset>
233      <normaloff>../Editeur/icons/ouvrir.png</normaloff>../Editeur/icons/ouvrir.png</iconset>
234    </property>
235    <property name="text">
236     <string>&amp;Ouvrir</string>
237    </property>
238    <property name="shortcut">
239     <string>Ctrl+O</string>
240    </property>
241   </action>
242   <action name="actionEnregistrer">
243    <property name="icon">
244     <iconset>
245      <normaloff>../Editeur/icons/save.png</normaloff>../Editeur/icons/save.png</iconset>
246    </property>
247    <property name="text">
248     <string>Enregistrer</string>
249    </property>
250    <property name="shortcut">
251     <string>Ctrl+S</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="actionEnregistrer_sous">
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>
283      <normaloff>../Editeur/icons/cut.png</normaloff>../Editeur/icons/cut.png</iconset>
284    </property>
285    <property name="text">
286     <string>Couper</string>
287    </property>
288    <property name="shortcut">
289     <string>Ctrl+X</string>
290    </property>
291    <property name="shortcutContext">
292     <enum>Qt::ApplicationShortcut</enum>
293    </property>
294   </action>
295   <action name="actionCopier">
296    <property name="icon">
297     <iconset>
298      <normaloff>../Editeur/icons/copy.png</normaloff>../Editeur/icons/copy.png</iconset>
299    </property>
300    <property name="text">
301     <string>Copier</string>
302    </property>
303    <property name="shortcut">
304     <string>Ctrl+C</string>
305    </property>
306    <property name="shortcutContext">
307     <enum>Qt::ApplicationShortcut</enum>
308    </property>
309   </action>
310   <action name="actionColler">
311    <property name="icon">
312     <iconset>
313      <normaloff>../Editeur/icons/paste.png</normaloff>../Editeur/icons/paste.png</iconset>
314    </property>
315    <property name="text">
316     <string>Coller</string>
317    </property>
318    <property name="shortcut">
319     <string>Ctrl+V</string>
320    </property>
321    <property name="shortcutContext">
322     <enum>Qt::ApplicationShortcut</enum>
323    </property>
324   </action>
325   <action name="actionQuitter">
326    <property name="text">
327     <string>Quitter</string>
328    </property>
329    <property name="shortcut">
330     <string>Ctrl+Q</string>
331    </property>
332   </action>
333   <action name="actionRapport_de_Validation">
334    <property name="text">
335     <string>Rapport de Validation</string>
336    </property>
337    <property name="shortcut">
338     <string>Shift+V</string>
339    </property>
340    <property name="autoRepeat">
341     <bool>false</bool>
342    </property>
343   </action>
344   <action name="actionFichier_Source">
345    <property name="text">
346     <string>Fichier Source</string>
347    </property>
348   </action>
349   <action name="actionFichier_Resultat">
350    <property name="text">
351     <string>Fichier Résultat</string>
352    </property>
353   </action>
354   <action name="actionLecteur_Pdf">
355    <property name="text">
356     <string>Lecteur documentation</string>
357    </property>
358   </action>
359   <action name="actionEficas">
360    <property name="text">
361     <string>Eficas</string>
362    </property>
363   </action>
364   <action name="actionVersion">
365    <property name="text">
366     <string>Version</string>
367    </property>
368   </action>
369   <action name="actionSupprimer">
370    <property name="icon">
371     <iconset>
372      <normaloff>../Editeur/icons/delete.png</normaloff>../Editeur/icons/delete.png</iconset>
373    </property>
374    <property name="text">
375     <string>Supprimer</string>
376    </property>
377   </action>
378   <action name="actionRechercherDsCatalogue">
379    <property name="text">
380     <string>Chercher Mot-Clef</string>
381    </property>
382    <property name="toolTip">
383     <string> Rechercher dans le catalogue</string>
384    </property>
385    <property name="shortcut">
386     <string>Shift+F</string>
387    </property>
388    <property name="shortcutContext">
389     <enum>Qt::ApplicationShortcut</enum>
390    </property>
391   </action>
392   <action name="actionRechercher">
393    <property name="text">
394     <string>Rechercher</string>
395    </property>
396    <property name="toolTip">
397     <string> Rechercher dans l'arbre d'etude</string>
398    </property>
399    <property name="shortcut">
400     <string>Ctrl+F</string>
401    </property>
402    <property name="shortcutContext">
403     <enum>Qt::ApplicationShortcut</enum>
404    </property>
405   </action>
406   <action name="actionDeplier_replier">
407    <property name="text">
408     <string>Replier/Deplier</string>
409    </property>
410    <property name="shortcut">
411     <string>Shift+D</string>
412    </property>
413   </action>
414   <action name="actionCommentaire">
415    <property name="text">
416     <string>Commentaire</string>
417    </property>
418    <property name="shortcut">
419     <string>Shift+C</string>
420    </property>
421   </action>
422   <action name="actionParametres">
423    <property name="icon">
424     <iconset>
425      <normaloff>../Editeur/icons/parametres.png</normaloff>../Editeur/icons/parametres.png</iconset>
426    </property>
427    <property name="text">
428     <string>Paramètres</string>
429    </property>
430    <property name="toolTip">
431     <string>Gestion des paramètres</string>
432    </property>
433    <property name="shortcut">
434     <string>Shift+P</string>
435    </property>
436   </action>
437   <action name="actionParametre_Eficas">
438    <property name="text">
439     <string>Parametre Eficas</string>
440    </property>
441   </action>
442  </widget>
443  <resources/>
444  <connections/>
445 </ui>