-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappv.ui
374 lines (374 loc) · 11.7 KB
/
appv.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>655</width>
<height>564</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>561</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>v.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font:40pt "Lucida Calligraphy";</string>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:18pt; color:#004667;">Agence de location des voitures</span></p></body></html></string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>655</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuGestion_de_parc_automobile">
<property name="title">
<string>Gestion de parc automobile</string>
</property>
<widget class="QMenu" name="menuMise_jour">
<property name="title">
<string>Mise à jour</string>
</property>
<widget class="QMenu" name="menuSupprimer_voiture">
<property name="title">
<string>Supprimer voiture</string>
</property>
<addaction name="actionSuppression_d_une_voiture_donn_e"/>
<addaction name="actionSuppression_une_voiture_d_une_marque_donn_e"/>
<addaction name="actionSuppression_des_voitres_age_10ans"/>
</widget>
<widget class="QMenu" name="menuModifier_voiture">
<property name="title">
<string>Modifier voiture</string>
</property>
<addaction name="actionPrix"/>
<addaction name="actionCouleur"/>
<addaction name="actionetat"/>
</widget>
<addaction name="actionAjouter_voiture"/>
<addaction name="menuSupprimer_voiture"/>
<addaction name="menuModifier_voiture"/>
</widget>
<widget class="QMenu" name="menuRecherche_affichage">
<property name="title">
<string>Recherche,affichage</string>
</property>
<addaction name="actionContenu_du_dictionaire_voitures"/>
<addaction name="actionRecherche_par_matricule"/>
<addaction name="actionRecherche_par_marque"/>
<addaction name="actionRecherche_par_couleur"/>
<addaction name="actionRecherche_des_voitures_disponibles"/>
<addaction name="actionRecherche_des_voitures_lou_es"/>
</widget>
<addaction name="menuMise_jour"/>
<addaction name="menuRecherche_affichage"/>
</widget>
<widget class="QMenu" name="menuGestion_des_clients">
<property name="title">
<string>Gestion des clients</string>
</property>
<widget class="QMenu" name="menuMise_jour_2">
<property name="title">
<string>Mise à jour</string>
</property>
<widget class="QMenu" name="menuModifier_les_donn_es_d_un_client">
<property name="title">
<string>Modifier les données d'un client</string>
</property>
<addaction name="actionadresse"/>
<addaction name="actiontelephone"/>
<addaction name="actionmail"/>
</widget>
<addaction name="actionAjouter_un_nouveau_client"/>
<addaction name="actionSupprimer_un_client"/>
<addaction name="menuModifier_les_donn_es_d_un_client"/>
</widget>
<widget class="QMenu" name="menuRecherche_affichage_2">
<property name="title">
<string>Recherche,affichage</string>
</property>
<addaction name="actioncontenu_du_dictionnaire_clients"/>
<addaction name="actionRecherhe_par_CIN"/>
</widget>
<addaction name="menuMise_jour_2"/>
<addaction name="menuRecherche_affichage_2"/>
</widget>
<widget class="QMenu" name="menuGestion_des_locations">
<property name="title">
<string>Gestion des locations</string>
</property>
<widget class="QMenu" name="menuMise_jour_3">
<property name="title">
<string>Mise à jour</string>
</property>
<widget class="QMenu" name="menuModifier_les_donn_es_d_une_location">
<property name="title">
<string>Modifier les données d'une location</string>
</property>
<addaction name="actionDate_de_location"/>
<addaction name="actionDur_e"/>
</widget>
<addaction name="actionAjouter_une_nouvelle_locaztion"/>
<addaction name="actionSupprimer_une_location"/>
<addaction name="menuModifier_les_donn_es_d_une_location"/>
</widget>
<widget class="QMenu" name="menuRecherhce_affichage">
<property name="title">
<string>Recherhce, affichage</string>
</property>
<addaction name="actionContenu_du_dictionnaire_locations"/>
<addaction name="actionRecherche_par_CIN"/>
<addaction name="actionRecherche_par_matricule_2"/>
<addaction name="actionRecherche_par_date_donn_e"/>
<addaction name="actionRecherche_par_dur_e_de_location"/>
</widget>
<addaction name="menuMise_jour_3"/>
<addaction name="menuRecherhce_affichage"/>
</widget>
<widget class="QMenu" name="menuEnregistrement_et_recuperation">
<property name="title">
<string>Enregistrement </string>
</property>
<addaction name="actionenregistrement_fichier_VOITURES"/>
<addaction name="actionEnregistrement_fichier_CLIENTS"/>
<addaction name="actionEnregistrement_fichier_LOCATIONS"/>
</widget>
<widget class="QMenu" name="menuAcuueil">
<property name="title">
<string>Acueil</string>
</property>
</widget>
<addaction name="menuGestion_de_parc_automobile"/>
<addaction name="menuGestion_des_clients"/>
<addaction name="menuGestion_des_locations"/>
<addaction name="menuEnregistrement_et_recuperation"/>
<addaction name="menuAcuueil"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAjouter_voiture">
<property name="text">
<string>Ajouter voiture</string>
</property>
</action>
<action name="actionSuppression_d_une_voiture_donn_e">
<property name="text">
<string>Suppression d'une voiture donnée</string>
</property>
</action>
<action name="actionSuppression_une_voiture_d_une_marque_donn_e">
<property name="text">
<string>Suppression une voiture d'une marque donnée</string>
</property>
</action>
<action name="actionSuppression_des_voitres_age_10ans">
<property name="text">
<string>Suppression des voitres(age>10ans)</string>
</property>
</action>
<action name="actionPrix">
<property name="text">
<string>Prix</string>
</property>
</action>
<action name="actionCouleur">
<property name="text">
<string>Couleur</string>
</property>
</action>
<action name="actionContenu_du_dictionaire_voitures">
<property name="text">
<string>Contenu du dictionaire voitures</string>
</property>
</action>
<action name="actionRecherche_par_matricule">
<property name="text">
<string>Recherche par matricule</string>
</property>
</action>
<action name="actionRecherche_par_marque">
<property name="text">
<string>Recherche par marque</string>
</property>
</action>
<action name="actionRecherche_par_couleur">
<property name="text">
<string>Recherche par couleur</string>
</property>
</action>
<action name="actionRecherche_des_voitures_disponibles">
<property name="text">
<string>Recherche des voitures disponibles</string>
</property>
</action>
<action name="actionRecherche_des_voitures_lou_es">
<property name="text">
<string>Recherche des voitures louées</string>
</property>
</action>
<action name="actionAjouter_un_nouveau_client">
<property name="text">
<string>Ajouter un nouveau client</string>
</property>
</action>
<action name="actionSupprimer_un_client">
<property name="text">
<string>Supprimer un client</string>
</property>
</action>
<action name="actionadresse">
<property name="text">
<string>adresse</string>
</property>
</action>
<action name="actiontelephone">
<property name="text">
<string>telephone</string>
</property>
</action>
<action name="actionmail">
<property name="text">
<string>mail</string>
</property>
</action>
<action name="actioncontenu_du_dictionnaire_clients">
<property name="text">
<string>contenu du dictionnaire clients</string>
</property>
</action>
<action name="actionRecherhe_par_CIN">
<property name="text">
<string>Recherche par CIN</string>
</property>
</action>
<action name="actionAjouter_une_nouvelle_locaztion">
<property name="text">
<string>Ajouter une nouvelle location</string>
</property>
</action>
<action name="actionSupprimer_une_location">
<property name="text">
<string>Supprimer une location</string>
</property>
</action>
<action name="actionDate_de_location">
<property name="text">
<string>Date de location</string>
</property>
</action>
<action name="actionDur_e">
<property name="text">
<string>Durée</string>
</property>
</action>
<action name="actionContenu_du_dictionnaire_locations">
<property name="text">
<string>Contenu du dictionnaire locations</string>
</property>
</action>
<action name="actionRecherche_par_CIN">
<property name="text">
<string>Recherche par CIN</string>
</property>
</action>
<action name="actionRecherche_par_matricule_2">
<property name="text">
<string>Recherche par matricule</string>
</property>
</action>
<action name="actionRecherche_par_date_donn_e">
<property name="text">
<string>Recherche par date donnée</string>
</property>
</action>
<action name="actionRecherche_par_dur_e_de_location">
<property name="text">
<string>Recherche par durée de location</string>
</property>
</action>
<action name="actionRecherche_des_locations_entre_2_dates_donn_es">
<property name="text">
<string>Recherche des locations entre 2 dates données</string>
</property>
</action>
<action name="actionenregistrement_fichier_VOITURES">
<property name="text">
<string>enregistrement fichier VOITURES</string>
</property>
</action>
<action name="actionRecuperation_fichier_VOITURES">
<property name="text">
<string>Recuperation fichier VOITURES</string>
</property>
</action>
<action name="actionEnregistrement_fichier_CLIENTS">
<property name="text">
<string>Enregistrement fichier CLIENTS</string>
</property>
</action>
<action name="actionRecuperation_fichier_CLIENTS">
<property name="text">
<string>Recuperation fichier CLIENTS</string>
</property>
</action>
<action name="actionEnregistrement_fichier_LOCATIONS">
<property name="text">
<string>Enregistrement fichier LOCATIONS</string>
</property>
</action>
<action name="actionRecuperation_fichier_LOCATIONS">
<property name="text">
<string>Recuperation fichier LOCATIONS</string>
</property>
</action>
<action name="actionetat">
<property name="text">
<string>etat</string>
</property>
</action>
</widget>
<resources>
<include location="res1.qrc"/>
</resources>
<connections/>
</ui>