NFC support
[badge] / desktop / dialogday.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DialogDay</class>
4  <widget class="QDialog" name="DialogDay">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>319</width>
10     <height>236</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Entrance</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QTimeEdit" name="timeEditEntrance">
28        <property name="minimumSize">
29         <size>
30          <width>100</width>
31          <height>0</height>
32         </size>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QLabel" name="label_2">
38        <property name="text">
39         <string>Exit</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QTimeEdit" name="timeEditExit">
45        <property name="minimumSize">
46         <size>
47          <width>100</width>
48          <height>0</height>
49         </size>
50        </property>
51       </widget>
52      </item>
53     </layout>
54    </item>
55    <item row="1" column="0">
56     <widget class="QCheckBox" name="checkBoxFirst">
57      <property name="text">
58       <string>First Pause</string>
59      </property>
60     </widget>
61    </item>
62    <item row="2" column="0">
63     <layout class="QHBoxLayout" name="horizontalLayout_2">
64      <item>
65       <widget class="QLabel" name="label_3">
66        <property name="text">
67         <string>Begin</string>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QTimeEdit" name="timeEditFBegin">
73        <property name="enabled">
74         <bool>false</bool>
75        </property>
76        <property name="minimumSize">
77         <size>
78          <width>100</width>
79          <height>0</height>
80         </size>
81        </property>
82       </widget>
83      </item>
84      <item>
85       <widget class="QLabel" name="label_4">
86        <property name="text">
87         <string>End</string>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <widget class="QTimeEdit" name="timeEditEndF">
93        <property name="enabled">
94         <bool>false</bool>
95        </property>
96        <property name="minimumSize">
97         <size>
98          <width>100</width>
99          <height>0</height>
100         </size>
101        </property>
102       </widget>
103      </item>
104     </layout>
105    </item>
106    <item row="3" column="0">
107     <widget class="QCheckBox" name="checkBoxSecond">
108      <property name="text">
109       <string>Second Pause</string>
110      </property>
111     </widget>
112    </item>
113    <item row="4" column="0">
114     <layout class="QHBoxLayout" name="horizontalLayout_3">
115      <item>
116       <widget class="QLabel" name="label_5">
117        <property name="text">
118         <string>Begin</string>
119        </property>
120       </widget>
121      </item>
122      <item>
123       <widget class="QTimeEdit" name="timeEditSBegin">
124        <property name="enabled">
125         <bool>false</bool>
126        </property>
127        <property name="minimumSize">
128         <size>
129          <width>100</width>
130          <height>0</height>
131         </size>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <widget class="QLabel" name="label_6">
137        <property name="text">
138         <string>End</string>
139        </property>
140       </widget>
141      </item>
142      <item>
143       <widget class="QTimeEdit" name="timeEditEndS">
144        <property name="enabled">
145         <bool>false</bool>
146        </property>
147        <property name="minimumSize">
148         <size>
149          <width>100</width>
150          <height>0</height>
151         </size>
152        </property>
153       </widget>
154      </item>
155     </layout>
156    </item>
157    <item row="5" column="0">
158     <widget class="QPushButton" name="pushButton">
159      <property name="text">
160       <string>Task</string>
161      </property>
162     </widget>
163    </item>
164    <item row="6" column="0">
165     <widget class="QPushButton" name="pushButton_2">
166      <property name="text">
167       <string>Ok</string>
168      </property>
169     </widget>
170    </item>
171    <item row="7" column="0">
172     <widget class="QPushButton" name="pushButton_3">
173      <property name="text">
174       <string>Cancel</string>
175      </property>
176     </widget>
177    </item>
178   </layout>
179  </widget>
180  <resources/>
181  <connections>
182   <connection>
183    <sender>checkBoxFirst</sender>
184    <signal>clicked(bool)</signal>
185    <receiver>DialogDay</receiver>
186    <slot>enableFirst(bool)</slot>
187    <hints>
188     <hint type="sourcelabel">
189      <x>170</x>
190      <y>58</y>
191     </hint>
192     <hint type="destinationlabel">
193      <x>202</x>
194      <y>55</y>
195     </hint>
196    </hints>
197   </connection>
198   <connection>
199    <sender>checkBoxSecond</sender>
200    <signal>clicked(bool)</signal>
201    <receiver>DialogDay</receiver>
202    <slot>enableSecond(bool)</slot>
203    <hints>
204     <hint type="sourcelabel">
205      <x>137</x>
206      <y>113</y>
207     </hint>
208     <hint type="destinationlabel">
209      <x>206</x>
210      <y>121</y>
211     </hint>
212    </hints>
213   </connection>
214   <connection>
215    <sender>pushButton_2</sender>
216    <signal>clicked()</signal>
217    <receiver>DialogDay</receiver>
218    <slot>accept()</slot>
219    <hints>
220     <hint type="sourcelabel">
221      <x>296</x>
222      <y>184</y>
223     </hint>
224     <hint type="destinationlabel">
225      <x>316</x>
226      <y>186</y>
227     </hint>
228    </hints>
229   </connection>
230   <connection>
231    <sender>pushButton_3</sender>
232    <signal>clicked()</signal>
233    <receiver>DialogDay</receiver>
234    <slot>reject()</slot>
235    <hints>
236     <hint type="sourcelabel">
237      <x>303</x>
238      <y>220</y>
239     </hint>
240     <hint type="destinationlabel">
241      <x>316</x>
242      <y>220</y>
243     </hint>
244    </hints>
245   </connection>
246   <connection>
247    <sender>pushButton</sender>
248    <signal>clicked()</signal>
249    <receiver>DialogDay</receiver>
250    <slot>task()</slot>
251    <hints>
252     <hint type="sourcelabel">
253      <x>305</x>
254      <y>159</y>
255     </hint>
256     <hint type="destinationlabel">
257      <x>312</x>
258      <y>160</y>
259     </hint>
260    </hints>
261   </connection>
262  </connections>
263  <slots>
264   <slot>enableFirst(bool)</slot>
265   <slot>enableSecond(bool)</slot>
266   <slot>task()</slot>
267  </slots>
268 </ui>