Salome HOME
bug OCC 52962 and 52948
[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="actionOuvrir"/>
137     <addaction name="actionARemplacer"/>
138     <addaction name="separator"/>
139     <addaction name="actionEnregistrer"/>
140     <addaction name="actionEnregistrer_sous"/>
141     <addaction name="actionFermer"/>
142     <addaction name="actionFermer_tout"/>
143     <addaction name="separator"/>
144     <addaction name="actionQuitter"/>
145    </widget>
146    <widget class="QMenu" name="menuEdition">
147     <property name="title">
148      <string>&amp;Edition</string>
149     </property>
150     <addaction name="actionCouper"/>
151     <addaction name="actionCopier"/>
152     <addaction name="actionColler"/>
153     <addaction name="actionSupprimer"/>
154     <addaction name="separator"/>
155     <addaction name="actionRechercher"/>
156     <addaction name="actionRechercherDsCatalogue"/>
157     <addaction name="actionDeplier_replier"/>
158    </widget>
159    <widget class="QMenu" name="menuJdC">
160     <property name="title">
161      <string>&amp;JeuDeDonnées</string>
162     </property>
163     <addaction name="actionRapport_de_Validation"/>
164     <addaction name="actionRegles_du_JdC"/>
165     <addaction name="actionFichier_Source"/>
166     <addaction name="actionFichier_Resultat"/>
167     <addaction name="separator"/>
168     <addaction name="actionCommentaire"/>
169     <addaction name="actionParametres"/>
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="actionVersion"/>
177     <addaction name="actionParametres_Eficas"/>
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   <action name="action_Nouveau">
213    <property name="icon">
214     <iconset theme="document-new">
215      <normaloff/>
216     </iconset>
217    </property>
218    <property name="text">
219     <string>&amp;Nouveau</string>
220    </property>
221    <property name="shortcut">
222     <string>Ctrl+N</string>
223    </property>
224   </action>
225   <action name="actionNouvel_Include">
226    <property name="text">
227     <string>Nouvel Include</string>
228    </property>
229    <property name="shortcut">
230     <string>Shift+I</string>
231    </property>
232   </action>
233   <action name="actionARemplacer">
234    <property name="text">
235     <string>&amp;bad</string>
236    </property>
237   </action>
238   <action name="actionOuvrir">
239    <property name="icon">
240     <iconset theme="document-open">
241      <normaloff/>
242     </iconset>
243    </property>
244    <property name="text">
245     <string>&amp;Ouvrir</string>
246    </property>
247    <property name="shortcut">
248     <string>Ctrl+O</string>
249    </property>
250   </action>
251   <action name="actionEnregistrer">
252    <property name="icon">
253     <iconset theme="document-save">
254      <normaloff/>
255     </iconset>
256    </property>
257    <property name="text">
258     <string>Enregistrer</string>
259    </property>
260    <property name="shortcut">
261     <string>Ctrl+S</string>
262    </property>
263   </action>
264   <action name="actionParametres_Eficas">
265    <property name="text">
266     <string>Parametres Eficas</string>
267    </property>
268   </action>
269   <action name="actionEnregistrer_sous">
270    <property name="icon">
271     <iconset theme="document-save-as">
272      <normaloff/>
273     </iconset>
274    </property>
275    <property name="text">
276     <string>Enregistrer sous</string>
277    </property>
278    <property name="shortcut">
279     <string>Ctrl+Shift+S</string>
280    </property>
281   </action>
282   <action name="actionFermer">
283    <property name="text">
284     <string>Fermer </string>
285    </property>
286    <property name="shortcut">
287     <string>Ctrl+W</string>
288    </property>
289   </action>
290   <action name="actionFermer_tout">
291    <property name="text">
292     <string>Fermer tout</string>
293    </property>
294   </action>
295   <action name="actionCouper">
296    <property name="icon">
297     <iconset theme="edit-cut">
298      <normaloff/>
299     </iconset>
300    </property>
301    <property name="text">
302     <string>Couper</string>
303    </property>
304    <property name="shortcut">
305     <string>Ctrl+X</string>
306    </property>
307    <property name="shortcutContext">
308     <enum>Qt::ApplicationShortcut</enum>
309    </property>
310   </action>
311   <action name="actionCopier">
312    <property name="icon">
313     <iconset theme="edit-copy">
314      <normaloff/>
315     </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/>
331     </iconset>
332    </property>
333    <property name="text">
334     <string>Coller</string>
335    </property>
336    <property name="shortcut">
337     <string>Ctrl+V</string>
338    </property>
339    <property name="shortcutContext">
340     <enum>Qt::ApplicationShortcut</enum>
341    </property>
342   </action>
343   <action name="actionQuitter">
344    <property name="text">
345     <string>Quitter</string>
346    </property>
347    <property name="shortcut">
348     <string>Ctrl+Q</string>
349    </property>
350   </action>
351   <action name="actionRapport_de_Validation">
352    <property name="text">
353     <string>Rapport de Validation</string>
354    </property>
355    <property name="shortcut">
356     <string>Shift+V</string>
357    </property>
358    <property name="autoRepeat">
359     <bool>false</bool>
360    </property>
361   </action>
362   <action name="actionFichier_Source">
363    <property name="text">
364     <string>Fichier Source</string>
365    </property>
366   </action>
367   <action name="actionFichier_Resultat">
368    <property name="text">
369     <string>Fichier Résultat</string>
370    </property>
371   </action>
372   <action name="actionLecteur_Pdf">
373    <property name="text">
374     <string>Lecteur documentation</string>
375    </property>
376   </action>
377   <action name="actionEficas">
378    <property name="text">
379     <string>Eficas</string>
380    </property>
381   </action>
382   <action name="actionVersion">
383    <property name="text">
384     <string>Version</string>
385    </property>
386   </action>
387   <action name="actionSupprimer">
388    <property name="icon">
389     <iconset theme="edit-delete">
390      <normaloff/>
391     </iconset>
392    </property>
393    <property name="text">
394     <string>Supprimer</string>
395    </property>
396   </action>
397   <action name="actionRechercherDsCatalogue">
398    <property name="text">
399     <string>Chercher Mot-Clef</string>
400    </property>
401    <property name="toolTip">
402     <string> Rechercher dans le catalogue</string>
403    </property>
404    <property name="shortcut">
405     <string>Shift+F</string>
406    </property>
407    <property name="shortcutContext">
408     <enum>Qt::ApplicationShortcut</enum>
409    </property>
410   </action>
411   <action name="actionRechercher">
412    <property name="icon">
413     <iconset theme="edit-find">
414      <normaloff/>
415     </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  </widget>
472  <resources/>
473  <connections/>
474 </ui>