-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaileddelete.ui
39 lines (39 loc) · 995 Bytes
/
faileddelete.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FailedDelete</class>
<widget class="QDialog" name="FailedDelete">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>570</width>
<height>220</height>
</rect>
</property>
<property name="windowTitle">
<string>Suppression échouée</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../../../../../Downloads/logo.png</normaloff>../../../../../../Downloads/logo.png</iconset>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>70</y>
<width>461</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt "MS Shell Dlg 2";</string>
</property>
<property name="text">
<string>La supression de l'élément à échoué!</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>