Blame view

app/gui/oven_control/cooldownpopup.ui 11.1 KB
cfc2fcc35   김태훈   쿨다운 팝업 추가
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>CooldownPopup</class>
   <widget class="QWidget" name="CooldownPopup">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
11
12
     </rect>
    </property>
cfc2fcc35   김태훈   쿨다운 팝업 추가
13
14
15
16
    <property name="styleSheet">
     <string notr="true">#closeButton { border: none; }
  #closeButton_2 { border: none; }
  #background { background-image: url(:/images/background/popup/373.png); }
271dda4ae   김태훈   엔코더 구현
17
  #background:focus { border: 4px solid gray; }
cfc2fcc35   김태훈   쿨다운 팝업 추가
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  
  QPushButton {
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  }
  
  QPushButton[style=&quot;icon&quot;] { background-image: url(:/images/slider_icon/background.png); }
  
  QSlider::groove {
  background-image: url(:/images/slider/groove.png);
  background-repeat: no-repeat;
  background-position: center;
  }
  
  QSlider::sub-page {
  background-repeat: no-repeat;
  background-position: left center;
054d6e75f   김태훈   ui 파일 일괄 변경
36
  margin: 0px 6px;
cfc2fcc35   김태훈   쿨다운 팝업 추가
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
  }
  
  QSlider[sliderColor=&quot;red&quot;]::sub-page {
  background-image: url(:/images/slider/sub_red.png);
  }
  
  QSlider[sliderColor=&quot;yellow&quot;]::sub-page {
  background-image: url(:/images/slider/sub_yellow.png);
  }
  
  QSlider[sliderColor=&quot;white&quot;]::sub-page {
  background-image: url(:/images/slider/sub_white.png);
  }
  
  QSlider[sliderColor=&quot;blue&quot;]::sub-page {
  background-image: url(:/images/slider/sub_blue.png);
  }
  
  QSlider[sliderColor=&quot;green&quot;]::sub-page {
  background-image: url(:/images/slider/sub_green.png);
  }
  
  QSlider::handle {
  background-image: url(:/images/slider/handle_big.png);
  background-repeat: no-repeat;
  background-position: center;
054d6e75f   김태훈   ui 파일 일괄 변경
63
64
  width: 27px;
  height: 39px;
cfc2fcc35   김태훈   쿨다운 팝업 추가
65
66
67
68
69
70
  }</string>
    </property>
    <widget class="QPushButton" name="closeButton_2">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
71
72
73
       <y>961</y>
       <width>1080</width>
       <height>958</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
74
75
76
77
78
79
80
81
82
83
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QWidget" name="background" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
84
85
86
       <y>511</y>
       <width>1080</width>
       <height>447</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
87
88
      </rect>
     </property>
271dda4ae   김태훈   엔코더 구현
89
90
91
     <property name="focusPolicy">
      <enum>Qt::TabFocus</enum>
     </property>
cfc2fcc35   김태훈   쿨다운 팝업 추가
92
93
94
     <widget class="QPushButton" name="tempButton">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
95
96
97
98
        <x>36</x>
        <y>60</y>
        <width>168</width>
        <height>168</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
99
100
101
102
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { image: url(:/images/slider_icon/cooldown.png); }
f9c67430c   김태훈   현재 온도를 표시할 때 슬라이더...
103
104
105
  QPushButton:pressed,
  QPushButton:focus { image: url(:/images/slider_icon/mark_01_icon_active.png); }
  QPushButton:checked { image: url(:/images/slider_icon/cooldown_ov.png); }</string>
cfc2fcc35   김태훈   쿨다운 팝업 추가
106
107
108
109
      </property>
      <property name="text">
       <string notr="true"/>
      </property>
f9c67430c   김태훈   현재 온도를 표시할 때 슬라이더...
110
111
112
      <property name="checkable">
       <bool>true</bool>
      </property>
cfc2fcc35   김태훈   쿨다운 팝업 추가
113
114
115
116
117
118
119
      <property name="style" stdset="0">
       <string notr="true">icon</string>
      </property>
     </widget>
     <widget class="QPushButton" name="runButton">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
120
121
122
123
        <x>708</x>
        <y>312</y>
        <width>93</width>
        <height>93</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
124
125
126
127
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { background-image: url(:/images/cooldown/run.png); }
271dda4ae   김태훈   엔코더 구현
128
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cooldown/run_ov.png); }</string>
cfc2fcc35   김태훈   쿨다운 팝업 추가
129
130
131
132
133
134
135
136
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
     <widget class="QPushButton" name="fanButton">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
137
138
139
140
        <x>828</x>
        <y>312</y>
        <width>93</width>
        <height>93</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
141
142
143
144
145
146
147
148
149
150
151
152
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { background-image: url(:/images/cooldown/fan5.png); }</string>
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
     <widget class="QPushButton" name="humidificationButton">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
153
154
155
156
        <x>948</x>
        <y>312</y>
        <width>93</width>
        <height>93</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
157
158
159
160
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { background-image: url(:/images/cooldown/side_nozzle.png); }
271dda4ae   김태훈   엔코더 구현
161
162
  QPushButton:checked { background-image: url(:/images/cooldown/side_nozzle_ov.png); }
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cooldown/side_nozzle_ov.png); }</string>
cfc2fcc35   김태훈   쿨다운 팝업 추가
163
164
165
166
      </property>
      <property name="text">
       <string/>
      </property>
271dda4ae   김태훈   엔코더 구현
167
168
169
      <property name="checkable">
       <bool>true</bool>
      </property>
cfc2fcc35   김태훈   쿨다운 팝업 추가
170
171
172
173
174
175
176
     </widget>
     <widget class="QLabel" name="tempMaxLabel">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
177
178
179
180
        <x>853</x>
        <y>72</y>
        <width>181</width>
        <height>61</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
       </rect>
      </property>
      <property name="palette">
       <palette>
        <active>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </active>
        <inactive>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </inactive>
        <disabled>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>123</red>
            <green>123</green>
            <blue>123</blue>
           </color>
          </brush>
         </colorrole>
        </disabled>
       </palette>
      </property>
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
223
        <pointsize>10</pointsize>
cfc2fcc35   김태훈   쿨다운 팝업 추가
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
       </font>
      </property>
      <property name="text">
       <string>증가</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="tempMinLabel">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
239
240
241
242
        <x>235</x>
        <y>72</y>
        <width>181</width>
        <height>61</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
243
244
245
246
247
248
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
279
280
281
282
283
284
       </rect>
      </property>
      <property name="palette">
       <palette>
        <active>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </active>
        <inactive>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </inactive>
        <disabled>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>123</red>
            <green>123</green>
            <blue>123</blue>
           </color>
          </brush>
         </colorrole>
        </disabled>
       </palette>
      </property>
      <property name="font">
       <font>
        <family>Malgun Gothic</family>
054d6e75f   김태훈   ui 파일 일괄 변경
285
        <pointsize>10</pointsize>
cfc2fcc35   김태훈   쿨다운 팝업 추가
286
287
288
289
290
291
292
293
294
       </font>
      </property>
      <property name="text">
       <string>감소</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
      </property>
     </widget>
cfc2fcc35   김태훈   쿨다운 팝업 추가
295
296
297
298
299
300
     <widget class="QLabel" name="tempCurrentLabel">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
301
302
303
304
        <x>252</x>
        <y>156</y>
        <width>769</width>
        <height>61</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
       </rect>
      </property>
      <property name="palette">
       <palette>
        <active>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </active>
        <inactive>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>255</red>
            <green>255</green>
            <blue>255</blue>
           </color>
          </brush>
         </colorrole>
        </inactive>
        <disabled>
         <colorrole role="WindowText">
          <brush brushstyle="SolidPattern">
           <color alpha="255">
            <red>123</red>
            <green>123</green>
            <blue>123</blue>
           </color>
          </brush>
         </colorrole>
        </disabled>
       </palette>
      </property>
      <property name="font">
       <font>
        <family>Roboto</family>
054d6e75f   김태훈   ui 파일 일괄 변경
347
        <pointsize>19</pointsize>
cfc2fcc35   김태훈   쿨다운 팝업 추가
348
349
350
351
352
353
354
355
356
357
358
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="text">
       <string>스팀</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
      </property>
     </widget>
a2de3cbfc   김태훈   수동 요리에 새 슬라이더 적용
359
360
361
     <widget class="Slider" name="tempSlider" native="true">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
362
363
364
365
        <x>235</x>
        <y>60</y>
        <width>799</width>
        <height>168</height>
a2de3cbfc   김태훈   수동 요리에 새 슬라이더 적용
366
367
       </rect>
      </property>
f9c67430c   김태훈   현재 온도를 표시할 때 슬라이더...
368
369
370
      <property name="focusPolicy">
       <enum>Qt::ClickFocus</enum>
      </property>
a2de3cbfc   김태훈   수동 요리에 새 슬라이더 적용
371
     </widget>
cfc2fcc35   김태훈   쿨다운 팝업 추가
372
373
374
375
376
377
    </widget>
    <widget class="QPushButton" name="closeButton">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
378
379
       <width>1080</width>
       <height>511</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
380
381
382
383
384
385
386
387
388
389
390
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QWidget" name="openDoorWidget" native="true">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
391
392
       <width>1080</width>
       <height>511</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
393
394
395
396
397
398
399
400
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">#openDoorWidget { background-image: url(:/images/clock/background.png); }</string>
     </property>
     <widget class="AnimatedImageBox" name="openDoorAnimation">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
401
402
403
404
        <x>439</x>
        <y>24</y>
        <width>301</width>
        <height>350</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
405
406
407
408
409
410
411
412
413
       </rect>
      </property>
      <property name="text">
       <string>TextLabel</string>
      </property>
     </widget>
     <widget class="QLabel" name="label_5">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
414
415
416
417
        <x>516</x>
        <y>204</y>
        <width>102</width>
        <height>28</height>
cfc2fcc35   김태훈   쿨다운 팝업 추가
418
419
420
421
422
423
424
425
426
427
428
429
430
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/animation/open_door_arrow.png</pixmap>
      </property>
     </widget>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
a2de3cbfc   김태훈   수동 요리에 새 슬라이더 적용
431
432
433
434
435
     <class>Slider</class>
     <extends>QWidget</extends>
     <header>slider.h</header>
     <container>1</container>
    </customwidget>
054d6e75f   김태훈   ui 파일 일괄 변경
436
437
438
439
440
    <customwidget>
     <class>AnimatedImageBox</class>
     <extends>QLabel</extends>
     <header>animatedimagebox.h</header>
    </customwidget>
cfc2fcc35   김태훈   쿨다운 팝업 추가
441
442
443
444
445
446
   </customwidgets>
   <resources>
    <include location="resources.qrc"/>
   </resources>
   <connections/>
  </ui>