-
Notifications
You must be signed in to change notification settings - Fork 0
/
gui.ui
208 lines (208 loc) · 5.13 KB
/
gui.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
<?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>994</width>
<height>684</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>900</width>
<height>649</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="toolTip">
<string><html><head/><body><p>fsfsfs</p></body></html></string>
</property>
<property name="whatsThis">
<string><html><head/><body><p>:)))))))))</p><p><br/></p></body></html></string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="QuitButton">
<property name="geometry">
<rect>
<x>900</x>
<y>630</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 63 11pt "URW Gothic";
background-color: rgb(55, 91, 182)</string>
</property>
<property name="text">
<string>Quitter</string>
</property>
</widget>
<widget class="QTableWidget" name="DataTable">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>611</width>
<height>581</height>
</rect>
</property>
<column>
<property name="text">
<string>Reférence Lecteur</string>
</property>
</column>
<column>
<property name="text">
<string>ID Point de Controle</string>
</property>
</column>
<column>
<property name="text">
<string>Date de Pointage</string>
</property>
</column>
<column>
<property name="text">
<string>Heure de Pointage</string>
</property>
</column>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>670</x>
<y>120</y>
<width>291</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Chercher Agent</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="QuitButton_2">
<property name="geometry">
<rect>
<x>190</x>
<y>30</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 63 11pt "URW Gothic";
background-color: rgb(55, 91, 182)</string>
</property>
<property name="text">
<string>Chercher</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>670</x>
<y>210</y>
<width>291</width>
<height>391</height>
</rect>
</property>
<property name="title">
<string>Alerts d'agent</string>
</property>
<widget class="QTableWidget" name="DataTable_2">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>271</width>
<height>351</height>
</rect>
</property>
<column>
<property name="text">
<string>ID Point de Controle</string>
</property>
</column>
<column>
<property name="text">
<string>Date de Pointage</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>670</x>
<y>30</y>
<width>291</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Paramètres CSV</string>
</property>
<widget class="QPushButton" name="QuitButton_3">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 63 11pt "URW Gothic";
background-color: rgb(55, 91, 182)</string>
</property>
<property name="text">
<string>Charger</string>
</property>
</widget>
<widget class="QPushButton" name="QuitButton_4">
<property name="geometry">
<rect>
<x>140</x>
<y>30</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 63 11pt "URW Gothic";
background-color: rgb(55, 91, 182)</string>
</property>
<property name="text">
<string>Mettre par défaut</string>
</property>
</widget>
</widget>
</widget>
</widget>
<resources>
<include location="../../QT Designer files/prodLogo.qrc"/>
</resources>
<connections/>
</ui>