Salome HOME
cf9dbea54cfb4bfa0c655bde6fa111bac79e5117
[tools/eficas.git] / UiQT4 / myMain.ui
1 <ui version="4.0" >
2  <class>Eficas</class>
3  <widget class="QMainWindow" name="Eficas" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1383</width>
9     <height>811</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" />
16   <widget class="QMenuBar" name="menubar" >
17    <property name="geometry" >
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>1383</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <widget class="QMenu" name="menuFichier" >
26     <property name="title" >
27      <string>&amp;Fichier</string>
28     </property>
29     <addaction name="action_Nouveau" />
30     <addaction name="actionNouvel_Include" />
31     <addaction name="action_Ouvrir" />
32     <addaction name="separator" />
33     <addaction name="actionEnregistrer" />
34     <addaction name="actionEnregistrer_sous" />
35     <addaction name="actionFermer" />
36     <addaction name="actionFermer_tout" />
37     <addaction name="separator" />
38     <addaction name="actionQuitter" />
39    </widget>
40    <widget class="QMenu" name="menuEdition" >
41     <property name="title" >
42      <string>Edition</string>
43     </property>
44     <addaction name="actionCouper" />
45     <addaction name="actionCopier" />
46     <addaction name="actionColler" />
47     <addaction name="actionSupprimer" />
48    </widget>
49    <widget class="QMenu" name="menuJdC" >
50     <property name="title" >
51      <string>JdC</string>
52     </property>
53     <addaction name="actionRapport_de_Validation" />
54     <addaction name="actionFichier_Source" />
55     <addaction name="actionFichier_Resultat" />
56    </widget>
57    <widget class="QMenu" name="menu_Aide" >
58     <property name="title" >
59      <string>&amp;Aide</string>
60     </property>
61     <addaction name="actionEficas" />
62     <addaction name="actionVersion" />
63    </widget>
64    <widget class="QMenu" name="menuOptions" >
65     <property name="title" >
66      <string>Options</string>
67     </property>
68     <addaction name="actionParametres_Eficas" />
69     <addaction name="actionLecteur_Pdf" />
70    </widget>
71    <widget class="QMenu" name="menuPatrons" >
72     <property name="title" >
73      <string>Patrons</string>
74     </property>
75    </widget>
76    <addaction name="menuFichier" />
77    <addaction name="menuEdition" />
78    <addaction name="menuJdC" />
79    <addaction name="menu_Aide" />
80    <addaction name="menuOptions" />
81    <addaction name="menuPatrons" />
82   </widget>
83   <widget class="QStatusBar" name="statusbar" />
84   <widget class="QToolBar" name="toolBar" >
85    <property name="windowTitle" >
86     <string>toolBar</string>
87    </property>
88    <attribute name="toolBarArea" >
89     <enum>TopToolBarArea</enum>
90    </attribute>
91    <attribute name="toolBarBreak" >
92     <bool>false</bool>
93    </attribute>
94    <addaction name="action_Nouveau" />
95    <addaction name="action_Ouvrir" />
96    <addaction name="actionEnregistrer" />
97    <addaction name="separator" />
98    <addaction name="actionCouper" />
99    <addaction name="actionCopier" />
100    <addaction name="actionColler" />
101   </widget>
102   <action name="action_Nouveau" >
103    <property name="icon" >
104     <iconset>
105      <normaloff>../Editeur/icons/New24.png</normaloff>../Editeur/icons/New24.png</iconset>
106    </property>
107    <property name="text" >
108     <string>&amp;Nouveau</string>
109    </property>
110    <property name="shortcut" >
111     <string>Ctrl+N</string>
112    </property>
113   </action>
114   <action name="actionNouvel_Include" >
115    <property name="text" >
116     <string>Nouvel Include</string>
117    </property>
118   </action>
119   <action name="action_Ouvrir" >
120    <property name="icon" >
121     <iconset>
122      <normaloff>../Editeur/icons/Open24.png</normaloff>../Editeur/icons/Open24.png</iconset>
123    </property>
124    <property name="text" >
125     <string>&amp;Ouvrir</string>
126    </property>
127    <property name="shortcut" >
128     <string>Ctrl+O</string>
129    </property>
130   </action>
131   <action name="actionEnregistrer" >
132    <property name="icon" >
133     <iconset>
134      <normaloff>../Editeur/icons/Save24.png</normaloff>../Editeur/icons/Save24.png</iconset>
135    </property>
136    <property name="text" >
137     <string>Enregistrer</string>
138    </property>
139    <property name="shortcut" >
140     <string>Ctrl+E</string>
141    </property>
142   </action>
143   <action name="actionEnregistrer_sous" >
144    <property name="text" >
145     <string>Enregistrer sous</string>
146    </property>
147    <property name="shortcut" >
148     <string>Ctrl+Shift+E</string>
149    </property>
150   </action>
151   <action name="actionFermer" >
152    <property name="text" >
153     <string>Fermer </string>
154    </property>
155    <property name="shortcut" >
156     <string>Ctrl+W</string>
157    </property>
158   </action>
159   <action name="actionFermer_tout" >
160    <property name="text" >
161     <string>Fermer tout</string>
162    </property>
163   </action>
164   <action name="actionCouper" >
165    <property name="icon" >
166     <iconset>
167      <normaloff>../Editeur/icons/Cut24.png</normaloff>../Editeur/icons/Cut24.png</iconset>
168    </property>
169    <property name="text" >
170     <string>Couper</string>
171    </property>
172    <property name="shortcut" >
173     <string>Ctrl+X</string>
174    </property>
175    <property name="shortcutContext" >
176     <enum>Qt::ApplicationShortcut</enum>
177    </property>
178   </action>
179   <action name="actionCopier" >
180    <property name="icon" >
181     <iconset>
182      <normaloff>../Editeur/icons/Copy24.png</normaloff>../Editeur/icons/Copy24.png</iconset>
183    </property>
184    <property name="text" >
185     <string>Copier</string>
186    </property>
187    <property name="shortcut" >
188     <string>Ctrl+C</string>
189    </property>
190    <property name="shortcutContext" >
191     <enum>Qt::ApplicationShortcut</enum>
192    </property>
193   </action>
194   <action name="actionColler" >
195    <property name="icon" >
196     <iconset>
197      <normaloff>../Editeur/icons/Paste24.png</normaloff>../Editeur/icons/Paste24.png</iconset>
198    </property>
199    <property name="text" >
200     <string>Coller</string>
201    </property>
202    <property name="shortcut" >
203     <string>Ctrl+V</string>
204    </property>
205    <property name="shortcutContext" >
206     <enum>Qt::ApplicationShortcut</enum>
207    </property>
208   </action>
209   <action name="actionQuitter" >
210    <property name="text" >
211     <string>Quitter</string>
212    </property>
213    <property name="shortcut" >
214     <string>Ctrl+Q</string>
215    </property>
216   </action>
217   <action name="actionRapport_de_Validation" >
218    <property name="text" >
219     <string>Rapport de Validation</string>
220    </property>
221   </action>
222   <action name="actionFichier_Source" >
223    <property name="text" >
224     <string>Fichier Source</string>
225    </property>
226   </action>
227   <action name="actionFichier_Resultat" >
228    <property name="text" >
229     <string>Fichier Résultat</string>
230    </property>
231   </action>
232   <action name="actionParametres_Eficas" >
233    <property name="text" >
234     <string>Parametres Eficas</string>
235    </property>
236   </action>
237   <action name="actionLecteur_Pdf" >
238    <property name="text" >
239     <string>Lecteur Pdf</string>
240    </property>
241   </action>
242   <action name="actionEficas" >
243    <property name="text" >
244     <string>Eficas</string>
245    </property>
246   </action>
247   <action name="actionVersion" >
248    <property name="text" >
249     <string>Version</string>
250    </property>
251   </action>
252   <action name="actionSupprimer" >
253    <property name="text" >
254     <string>Supprimer</string>
255    </property>
256   </action>
257  </widget>
258  <resources/>
259  <connections/>
260 </ui>