]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/myMain.ui
Salome HOME
premiere version
[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       <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>30</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="action_Ouvrir"/>
134     <addaction name="separator"/>
135     <addaction name="actionEnregistrer"/>
136     <addaction name="actionEnregistrer_sous"/>
137     <addaction name="actionFermer"/>
138     <addaction name="actionFermer_tout"/>
139     <addaction name="separator"/>
140     <addaction name="actionQuitter"/>
141    </widget>
142    <widget class="QMenu" name="menuEdition">
143     <property name="title">
144      <string>&amp;Edition</string>
145     </property>
146     <addaction name="actionCouper"/>
147     <addaction name="actionCopier"/>
148     <addaction name="actionColler"/>
149     <addaction name="actionSupprimer"/>
150     <addaction name="separator"/>
151     <addaction name="actionRechercher"/>
152     <addaction name="actionRechercherDsCatalogue"/>
153     <addaction name="actionDeplier_replier"/>
154    </widget>
155    <widget class="QMenu" name="menuJdC">
156     <property name="title">
157      <string>&amp;JeuDeDonnées</string>
158     </property>
159     <addaction name="actionRapport_de_Validation"/>
160     <addaction name="actionFichier_Source"/>
161     <addaction name="actionFichier_Resultat"/>
162     <addaction name="separator"/>
163     <addaction name="actionCommentaire"/>
164     <addaction name="actionParametres"/>
165    </widget>
166    <widget class="QMenu" name="menuAide">
167     <property name="title">
168      <string>&amp;Aide</string>
169     </property>
170     <addaction name="actionEficas"/>
171     <addaction name="actionVersion"/>
172     <addaction name="actionParametres_Eficas"/>
173    </widget>
174    <addaction name="menuFichier"/>
175    <addaction name="menuEdition"/>
176    <addaction name="menuJdC"/>
177    <addaction name="menuAide"/>
178   </widget>
179   <widget class="QStatusBar" name="statusbar"/>
180   <widget class="QToolBar" name="toolBar">
181    <property name="windowTitle">
182     <string>toolBar</string>
183    </property>
184    <property name="iconSize">
185     <size>
186      <width>36</width>
187      <height>36</height>
188     </size>
189    </property>
190    <attribute name="toolBarArea">
191     <enum>TopToolBarArea</enum>
192    </attribute>
193    <attribute name="toolBarBreak">
194     <bool>false</bool>
195    </attribute>
196    <addaction name="action_Nouveau"/>
197    <addaction name="action_Ouvrir"/>
198    <addaction name="actionEnregistrer"/>
199    <addaction name="separator"/>
200    <addaction name="actionCopier"/>
201    <addaction name="actionColler"/>
202    <addaction name="actionSupprimer"/>
203    <addaction name="actionCouper"/>
204    <addaction name="separator"/>
205    <addaction name="actionParametres"/>
206   </widget>
207   <action name="action_Nouveau">
208    <property name="icon">
209     <iconset>
210      <normaloff>../Editeur/icons/new_file.png</normaloff>../Editeur/icons/new_file.png</iconset>
211    </property>
212    <property name="text">
213     <string>&amp;Nouveau</string>
214    </property>
215    <property name="shortcut">
216     <string>Ctrl+N</string>
217    </property>
218   </action>
219   <action name="actionNouvel_Include">
220    <property name="text">
221     <string>Nouvel Include</string>
222    </property>
223    <property name="shortcut">
224     <string>Shift+I</string>
225    </property>
226   </action>
227   <action name="action_Ouvrir">
228    <property name="icon">
229     <iconset>
230      <normaloff>../Editeur/icons/ouvrir.png</normaloff>../Editeur/icons/ouvrir.png</iconset>
231    </property>
232    <property name="text">
233     <string>&amp;Ouvrir</string>
234    </property>
235    <property name="shortcut">
236     <string>Ctrl+O</string>
237    </property>
238   </action>
239   <action name="actionEnregistrer">
240    <property name="icon">
241     <iconset>
242      <normaloff>../Editeur/icons/save.png</normaloff>../Editeur/icons/save.png</iconset>
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="text">
258     <string>Enregistrer sous</string>
259    </property>
260    <property name="shortcut">
261     <string>Ctrl+Shift+S</string>
262    </property>
263   </action>
264   <action name="actionFermer">
265    <property name="text">
266     <string>Fermer </string>
267    </property>
268    <property name="shortcut">
269     <string>Ctrl+W</string>
270    </property>
271   </action>
272   <action name="actionFermer_tout">
273    <property name="text">
274     <string>Fermer tout</string>
275    </property>
276   </action>
277   <action name="actionCouper">
278    <property name="icon">
279     <iconset>
280      <normaloff>../Editeur/icons/cut.png</normaloff>../Editeur/icons/cut.png</iconset>
281    </property>
282    <property name="text">
283     <string>Couper</string>
284    </property>
285    <property name="shortcut">
286     <string>Ctrl+X</string>
287    </property>
288    <property name="shortcutContext">
289     <enum>Qt::ApplicationShortcut</enum>
290    </property>
291   </action>
292   <action name="actionCopier">
293    <property name="icon">
294     <iconset>
295      <normaloff>../Editeur/icons/copy.png</normaloff>../Editeur/icons/copy.png</iconset>
296    </property>
297    <property name="text">
298     <string>Copier</string>
299    </property>
300    <property name="shortcut">
301     <string>Ctrl+C</string>
302    </property>
303    <property name="shortcutContext">
304     <enum>Qt::ApplicationShortcut</enum>
305    </property>
306   </action>
307   <action name="actionColler">
308    <property name="icon">
309     <iconset>
310      <normaloff>../Editeur/icons/paste.png</normaloff>../Editeur/icons/paste.png</iconset>
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>
369      <normaloff>../Editeur/icons/delete.png</normaloff>../Editeur/icons/delete.png</iconset>
370    </property>
371    <property name="text">
372     <string>Supprimer</string>
373    </property>
374   </action>
375   <action name="actionRechercherDsCatalogue">
376    <property name="text">
377     <string>Chercher Mot-Clef</string>
378    </property>
379    <property name="toolTip">
380     <string> Rechercher dans le catalogue</string>
381    </property>
382    <property name="shortcut">
383     <string>Shift+F</string>
384    </property>
385    <property name="shortcutContext">
386     <enum>Qt::ApplicationShortcut</enum>
387    </property>
388   </action>
389   <action name="actionRechercher">
390    <property name="text">
391     <string>Rechercher</string>
392    </property>
393    <property name="toolTip">
394     <string> Rechercher dans l'arbre d'etude</string>
395    </property>
396    <property name="shortcut">
397     <string>Ctrl+F</string>
398    </property>
399    <property name="shortcutContext">
400     <enum>Qt::ApplicationShortcut</enum>
401    </property>
402   </action>
403   <action name="actionDeplier_replier">
404    <property name="text">
405     <string>Replier/Deplier</string>
406    </property>
407    <property name="shortcut">
408     <string>Shift+D</string>
409    </property>
410   </action>
411   <action name="actionCommentaire">
412    <property name="text">
413     <string>Commentaire</string>
414    </property>
415    <property name="shortcut">
416     <string>Shift+C</string>
417    </property>
418   </action>
419   <action name="actionParametres">
420    <property name="icon">
421     <iconset>
422      <normaloff>../Editeur/icons/parametres.png</normaloff>../Editeur/icons/parametres.png</iconset>
423    </property>
424    <property name="text">
425     <string>Paramètres</string>
426    </property>
427    <property name="toolTip">
428     <string>Gestion des paramètres</string>
429    </property>
430    <property name="shortcut">
431     <string>Shift+P</string>
432    </property>
433   </action>
434   <action name="actionParametre_Eficas">
435    <property name="text">
436     <string>Parametre Eficas</string>
437    </property>
438   </action>
439  </widget>
440  <resources/>
441  <connections/>
442 </ui>