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