download
[badge] / 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="QDialogButtonBox" name="buttonBox">
159      <property name="orientation">
160       <enum>Qt::Horizontal</enum>
161      </property>
162      <property name="standardButtons">
163       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
164      </property>
165     </widget>
166    </item>
167   </layout>
168  </widget>
169  <resources/>
170  <connections>
171   <connection>
172    <sender>buttonBox</sender>
173    <signal>accepted()</signal>
174    <receiver>DialogDay</receiver>
175    <slot>accept()</slot>
176    <hints>
177     <hint type="sourcelabel">
178      <x>227</x>
179      <y>203</y>
180     </hint>
181     <hint type="destinationlabel">
182      <x>157</x>
183      <y>235</y>
184     </hint>
185    </hints>
186   </connection>
187   <connection>
188    <sender>buttonBox</sender>
189    <signal>rejected()</signal>
190    <receiver>DialogDay</receiver>
191    <slot>reject()</slot>
192    <hints>
193     <hint type="sourcelabel">
194      <x>295</x>
195      <y>209</y>
196     </hint>
197     <hint type="destinationlabel">
198      <x>286</x>
199      <y>235</y>
200     </hint>
201    </hints>
202   </connection>
203   <connection>
204    <sender>checkBoxFirst</sender>
205    <signal>clicked(bool)</signal>
206    <receiver>DialogDay</receiver>
207    <slot>enableFirst(bool)</slot>
208    <hints>
209     <hint type="sourcelabel">
210      <x>161</x>
211      <y>65</y>
212     </hint>
213     <hint type="destinationlabel">
214      <x>202</x>
215      <y>55</y>
216     </hint>
217    </hints>
218   </connection>
219   <connection>
220    <sender>checkBoxSecond</sender>
221    <signal>clicked(bool)</signal>
222    <receiver>DialogDay</receiver>
223    <slot>enableSecond(bool)</slot>
224    <hints>
225     <hint type="sourcelabel">
226      <x>128</x>
227      <y>129</y>
228     </hint>
229     <hint type="destinationlabel">
230      <x>206</x>
231      <y>121</y>
232     </hint>
233    </hints>
234   </connection>
235  </connections>
236  <slots>
237   <slot>enableFirst(bool)</slot>
238   <slot>enableSecond(bool)</slot>
239  </slots>
240 </ui>