forked from JT117/KFet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfenetregestioncalendrier.ui
79 lines (79 loc) · 1.87 KB
/
cfenetregestioncalendrier.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cFenetreGestionCalendrier</class>
<widget class="QDialog" name="cFenetreGestionCalendrier">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>532</width>
<height>369</height>
</rect>
</property>
<property name="windowTitle">
<string>GestionCalendrier</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>501</width>
<height>221</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCalendarWidget" name="pcwFGCCalendrier">
<property name="enabled">
<bool>true</bool>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="firstDayOfWeek">
<enum>Qt::Monday</enum>
</property>
<property name="verticalHeaderFormat">
<enum>QCalendarWidget::NoVerticalHeader</enum>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="plvPFGCList"/>
</item>
</layout>
</widget>
<widget class="QPushButton" name="ppbFGCBoutonOk">
<property name="geometry">
<rect>
<x>430</x>
<y>340</y>
<width>91</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Valider</string>
</property>
</widget>
<widget class="QPushButton" name="ppbFGCBoutonAnnuler">
<property name="geometry">
<rect>
<x>330</x>
<y>340</y>
<width>91</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Annuler</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>