Salome HOME
entete
[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="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    </widget>
177    <widget class="QMenu" name="menuAide">
178     <property name="title">
179      <string>&amp;Aide</string>
180     </property>
181     <addaction name="actionEficas"/>
182     <addaction name="actionParametres_Eficas"/>
183     <addaction name="actionVersion"/>
184    </widget>
185    <addaction name="menuFichier"/>
186    <addaction name="menuEdition"/>
187    <addaction name="menuJdC"/>
188    <addaction name="menuAide"/>
189   </widget>
190   <widget class="QStatusBar" name="statusbar"/>
191   <widget class="QToolBar" name="toolBar">
192    <property name="windowTitle">
193     <string>toolBar</string>
194    </property>
195    <property name="iconSize">
196     <size>
197      <width>36</width>
198      <height>36</height>
199     </size>
200    </property>
201    <attribute name="toolBarArea">
202     <enum>TopToolBarArea</enum>
203    </attribute>
204    <attribute name="toolBarBreak">
205     <bool>false</bool>
206    </attribute>
207    <addaction name="action_Nouveau"/>
208    <addaction name="actionOuvrir"/>
209    <addaction name="actionEnregistrer"/>
210    <addaction name="separator"/>
211    <addaction name="actionCopier"/>
212    <addaction name="actionColler"/>
213    <addaction name="actionSupprimer"/>
214    <addaction name="actionCouper"/>
215    <addaction name="separator"/>
216    <addaction name="actionParametres"/>
217   </widget>
218   <action name="action_Nouveau">
219    <property name="icon">
220     <iconset theme="document-new">
221      <normaloff>.</normaloff>.</iconset>
222    </property>
223    <property name="text">
224     <string>&amp;Nouveau</string>
225    </property>
226    <property name="shortcut">
227     <string>Ctrl+N</string>
228    </property>
229   </action>
230   <action name="actionNouvel_Include">
231    <property name="text">
232     <string>Nouvel Include</string>
233    </property>
234    <property name="shortcut">
235     <string>Shift+I</string>
236    </property>
237   </action>
238   <action name="actionARemplacer">
239    <property name="text">
240     <string>&amp;bad</string>
241    </property>
242   </action>
243   <action name="actionOuvrir">
244    <property name="icon">
245     <iconset theme="document-open">
246      <normaloff>.</normaloff>.</iconset>
247    </property>
248    <property name="text">
249     <string>&amp;Ouvrir</string>
250    </property>
251    <property name="shortcut">
252     <string>Ctrl+O</string>
253    </property>
254   </action>
255   <action name="actionEnregistrer">
256    <property name="icon">
257     <iconset theme="document-save">
258      <normaloff>.</normaloff>.</iconset>
259    </property>
260    <property name="text">
261     <string>Enregistrer</string>
262    </property>
263    <property name="shortcut">
264     <string>Ctrl+S</string>
265    </property>
266   </action>
267   <action name="actionParametres_Eficas">
268    <property name="text">
269     <string>Parametres Eficas</string>
270    </property>
271   </action>
272   <action name="actionEnregistrer_sous">
273    <property name="icon">
274     <iconset theme="document-save-as">
275      <normaloff>.</normaloff>.</iconset>
276    </property>
277    <property name="text">
278     <string>Enregistrer sous</string>
279    </property>
280    <property name="shortcut">
281     <string>Ctrl+Shift+S</string>
282    </property>
283   </action>
284   <action name="actionFermer">
285    <property name="text">
286     <string>Fermer </string>
287    </property>
288    <property name="shortcut">
289     <string>Ctrl+W</string>
290    </property>
291   </action>
292   <action name="actionFermer_tout">
293    <property name="text">
294     <string>Fermer tout</string>
295    </property>
296   </action>
297   <action name="actionCouper">
298    <property name="icon">
299     <iconset theme="edit-cut">
300      <normaloff>.</normaloff>.</iconset>
301    </property>
302    <property name="text">
303     <string>Couper</string>
304    </property>
305    <property name="shortcut">
306     <string>Ctrl+X</string>
307    </property>
308    <property name="shortcutContext">
309     <enum>Qt::ApplicationShortcut</enum>
310    </property>
311   </action>
312   <action name="actionCopier">
313    <property name="icon">
314     <iconset theme="edit-copy">
315      <normaloff>.</normaloff>.</iconset>
316    </property>
317    <property name="text">
318     <string>Copier</string>
319    </property>
320    <property name="shortcut">
321     <string>Ctrl+C</string>
322    </property>
323    <property name="shortcutContext">
324     <enum>Qt::ApplicationShortcut</enum>
325    </property>
326   </action>
327   <action name="actionColler">
328    <property name="icon">
329     <iconset theme="edit-paste">
330      <normaloff>.</normaloff>.</iconset>
331    </property>
332    <property name="text">
333     <string>Coller</string>
334    </property>
335    <property name="shortcut">
336     <string>Ctrl+V</string>
337    </property>
338    <property name="shortcutContext">
339     <enum>Qt::ApplicationShortcut</enum>
340    </property>
341   </action>
342   <action name="actionQuitter">
343    <property name="text">
344     <string>Quitter</string>
345    </property>
346    <property name="shortcut">
347     <string>Ctrl+Q</string>
348    </property>
349   </action>
350   <action name="actionRapport_de_Validation">
351    <property name="text">
352     <string>Rapport de Validation</string>
353    </property>
354    <property name="shortcut">
355     <string>Shift+V</string>
356    </property>
357    <property name="autoRepeat">
358     <bool>false</bool>
359    </property>
360   </action>
361   <action name="actionFichier_Source">
362    <property name="text">
363     <string>Fichier Source</string>
364    </property>
365   </action>
366   <action name="actionFichier_Resultat">
367    <property name="text">
368     <string>Fichier Résultat</string>
369    </property>
370   </action>
371   <action name="actionLecteur_Pdf">
372    <property name="text">
373     <string>Lecteur documentation</string>
374    </property>
375   </action>
376   <action name="actionEficas">
377    <property name="text">
378     <string>Eficas</string>
379    </property>
380   </action>
381   <action name="actionVersion">
382    <property name="text">
383     <string>Version</string>
384    </property>
385   </action>
386   <action name="actionSupprimer">
387    <property name="icon">
388     <iconset theme="edit-delete">
389      <normaloff>.</normaloff>.</iconset>
390    </property>
391    <property name="text">
392     <string>Supprimer</string>
393    </property>
394   </action>
395   <action name="actionRechercherDsCatalogue">
396    <property name="text">
397     <string>Chercher Mot-Clef</string>
398    </property>
399    <property name="toolTip">
400     <string> Rechercher dans le catalogue</string>
401    </property>
402    <property name="shortcut">
403     <string>Shift+F</string>
404    </property>
405    <property name="shortcutContext">
406     <enum>Qt::ApplicationShortcut</enum>
407    </property>
408   </action>
409   <action name="actionRechercher">
410    <property name="icon">
411     <iconset theme="edit-find">
412      <normaloff>.</normaloff>.</iconset>
413    </property>
414    <property name="text">
415     <string>Rechercher</string>
416    </property>
417    <property name="toolTip">
418     <string> Rechercher dans l'arbre d'etude</string>
419    </property>
420    <property name="shortcut">
421     <string>Ctrl+F</string>
422    </property>
423    <property name="shortcutContext">
424     <enum>Qt::ApplicationShortcut</enum>
425    </property>
426   </action>
427   <action name="actionDeplier_replier">
428    <property name="text">
429     <string>Replier/Deplier</string>
430    </property>
431    <property name="shortcut">
432     <string>Shift+D</string>
433    </property>
434   </action>
435   <action name="actionCommentaire">
436    <property name="text">
437     <string>Commentaire</string>
438    </property>
439    <property name="shortcut">
440     <string>Shift+C</string>
441    </property>
442   </action>
443   <action name="actionParametres">
444    <property name="icon">
445     <iconset>
446      <normaloff>../Editeur/icons/parametres.png</normaloff>../Editeur/icons/parametres.png</iconset>
447    </property>
448    <property name="text">
449     <string>Paramètres</string>
450    </property>
451    <property name="toolTip">
452     <string>Gestion des paramètres</string>
453    </property>
454    <property name="shortcut">
455     <string>Shift+P</string>
456    </property>
457   </action>
458   <action name="actionParametre_Eficas">
459    <property name="text">
460     <string>Parametre Eficas</string>
461    </property>
462   </action>
463   <action name="actionRegles_du_JdC">
464    <property name="text">
465     <string>Régles du JdC</string>
466    </property>
467   </action>
468  </widget>
469  <resources/>
470  <connections/>
471 </ui>