0e279295f
김태훈
수동 요리 구현
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ReserveTimePopup</class>
<widget class="QWidget" name="ReserveTimePopup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>1920</height>
|
0e279295f
김태훈
수동 요리 구현
|
11
12
|
</rect>
</property>
|
0e279295f
김태훈
수동 요리 구현
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<property name="styleSheet">
<string notr="true">#background { background-image: url(:/images/background/popup/503.png); }
QLabel, QPushButton, QLineEdit { color: white; }
QLineEdit { background : transparent; border: none; }
QPushButton { border: none; }
QPushButton:pressed { color: yellow; }
QSpinBox{
background-color : transparent;
color : white;
}</string>
</property>
<widget class="QWidget" name="background" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
28
29
30
|
<y>511</y>
<width>1080</width>
<height>1228</height>
|
0e279295f
김태훈
수동 요리 구현
|
31
32
33
34
35
36
|
</rect>
</property>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
37
38
|
<y>114</y>
<width>1080</width>
|
0e279295f
김태훈
수동 요리 구현
|
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<height>3</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
52
53
54
55
|
<x>552</x>
<y>384</y>
<width>445</width>
<height>121</height>
|
0e279295f
김태훈
수동 요리 구현
|
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="okButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
70
|
<pointsize>14</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<underline>true</underline>
</font>
</property>
<property name="text">
<string>확인</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
93
|
<pointsize>14</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<underline>true</underline>
</font>
</property>
<property name="text">
<string>취소</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="titleLabel">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
112
113
|
<width>1080</width>
<height>114</height>
|
0e279295f
김태훈
수동 요리 구현
|
114
115
116
117
|
</rect>
</property>
<property name="font">
<font>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
118
|
<pointsize>16</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
119
120
121
|
</font>
</property>
<property name="text">
|
2576fd06a
김태훈
수동 요리 예약 디자인/동작 변경
|
122
|
<string>예약하기</string>
|
0e279295f
김태훈
수동 요리 구현
|
123
124
125
126
127
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
0e279295f
김태훈
수동 요리 구현
|
128
129
130
|
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
131
132
133
134
|
<x>463</x>
<y>120</y>
<width>52</width>
<height>238</height>
|
0e279295f
김태훈
수동 요리 구현
|
135
136
137
138
139
|
</rect>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
140
|
<pointsize>21</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
141
142
143
144
145
146
147
148
149
150
151
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>시</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
152
153
154
155
|
<x>660</x>
<y>120</y>
<width>145</width>
<height>238</height>
|
0e279295f
김태훈
수동 요리 구현
|
156
157
158
159
160
|
</rect>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
161
|
<pointsize>21</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
162
163
164
165
166
|
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
|
2576fd06a
김태훈
수동 요리 예약 디자인/동작 변경
|
167
|
<string>분 후</string>
|
0e279295f
김태훈
수동 요리 구현
|
168
169
170
171
172
|
</property>
</widget>
<widget class="FormatterSpinBox" name="min">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
173
174
175
176
|
<x>534</x>
<y>120</y>
<width>108</width>
<height>238</height>
|
0e279295f
김태훈
수동 요리 구현
|
177
178
179
180
181
182
183
184
185
186
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
187
|
<width>103</width>
|
0e279295f
김태훈
수동 요리 구현
|
188
189
190
191
192
193
|
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
194
|
<pointsize>21</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
<underline>true</underline>
<kerning>true</kerning>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="suffix">
<string notr="true"/>
</property>
<property name="prefix">
<string notr="true"/>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>60</number>
</property>
<property name="value">
<number>20</number>
</property>
</widget>
|
0e279295f
김태훈
수동 요리 구현
|
230
231
232
|
<widget class="FormatterSpinBox" name="hour">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
233
234
235
236
|
<x>337</x>
<y>120</y>
<width>108</width>
<height>238</height>
|
0e279295f
김태훈
수동 요리 구현
|
237
238
239
240
241
242
243
244
245
246
247
|
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>나눔고딕</family>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
248
|
<pointsize>21</pointsize>
|
0e279295f
김태훈
수동 요리 구현
|
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
|
<underline>true</underline>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>23</number>
</property>
<property name="value">
<number>20</number>
</property>
</widget>
</widget>
<widget class="KeyboardWidget" name="keyboard" native="true">
<property name="geometry">
<rect>
<x>0</x>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
279
280
281
|
<y>1020</y>
<width>1080</width>
<height>720</height>
|
0e279295f
김태훈
수동 요리 구현
|
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
|
</rect>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>KeyboardWidget</class>
<extends>QWidget</extends>
<header>keyboardwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>FormatterSpinBox</class>
<extends>QSpinBox</extends>
<header>formatterspinbox.h</header>
</customwidget>
</customwidgets>
|
f5634ecc7
김태훈
엔코더 구현
|
299
|
<tabstops>
|
f5634ecc7
김태훈
엔코더 구현
|
300
301
302
303
304
|
<tabstop>hour</tabstop>
<tabstop>min</tabstop>
<tabstop>okButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
|
0e279295f
김태훈
수동 요리 구현
|
305
306
307
|
<resources/>
<connections/>
</ui>
|