Blame view

app/gui/oven_control/keepwarmpopup.ui 7.39 KB
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
1
2
3
4
5
6
7
8
9
10
11
12
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>KeepWarmPopup</class>
   <widget class="QWidget" name="KeepWarmPopup">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>900</width>
      <height>1600</height>
     </rect>
    </property>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
13
    <property name="styleSheet">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
14
15
     <string notr="true">#background { background-image: url(:/images/background/popup/668.png); }
  QPushButton { border: none; }</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
16
17
18
19
    </property>
    <widget class="QWidget" name="background" native="true">
     <property name="geometry">
      <rect>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
20
21
22
23
       <x>0</x>
       <y>426</y>
       <width>900</width>
       <height>668</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
24
25
      </rect>
     </property>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
26
27
28
29
30
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
31
32
        <width>900</width>
        <height>100</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
       </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>NanumGothic</family>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
75
        <pointsize>16</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
76
77
78
79
80
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="text">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
81
       <string>보온 유지 모드</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
82
83
84
85
86
87
88
89
90
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="label_2">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
91
92
93
        <y>280</y>
        <width>900</width>
        <height>50</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
       </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>NanumGothic</family>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
136
        <pointsize>12</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
137
138
139
       </font>
      </property>
      <property name="text">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
140
       <string>보온 유지 모드 중입니다.</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
141
142
143
144
145
146
147
148
149
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="timeLabel">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
150
151
152
        <y>330</y>
        <width>900</width>
        <height>220</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
       </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>NanumGothic</family>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
195
        <pointsize>55</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
196
197
198
199
200
201
       </font>
      </property>
      <property name="text">
       <string>00:00</string>
      </property>
      <property name="alignment">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
202
       <set>Qt::AlignHCenter|Qt::AlignTop</set>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
203
204
205
206
207
208
      </property>
     </widget>
     <widget class="QPushButton" name="stopButton">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
209
210
211
        <y>550</y>
        <width>900</width>
        <height>118</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
212
213
214
215
216
217
218
219
220
221
222
223
       </rect>
      </property>
      <property name="font">
       <font>
        <pointsize>10</pointsize>
       </font>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { color: white; }
  QPushButton:pressed { color: yellow; }</string>
      </property>
      <property name="text">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
       <string>확인</string>
      </property>
     </widget>
     <widget class="Line" name="line">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>100</y>
        <width>900</width>
        <height>1</height>
       </rect>
      </property>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
     <widget class="QLabel" name="label_3">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>100</y>
        <width>900</width>
        <height>180</height>
       </rect>
      </property>
      <property name="pixmap">
       <pixmap resource="resources.qrc">:/images/symbol/keep_warm.png</pixmap>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
254
255
256
257
258
259
260
261
262
      </property>
     </widget>
    </widget>
    <widget class="QPushButton" name="upperCloseButton">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
       <width>900</width>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
263
       <height>426</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
264
265
266
267
268
269
270
271
272
273
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="bottomCloseButton">
     <property name="geometry">
      <rect>
       <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
274
       <y>1094</y>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
275
       <width>900</width>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
276
       <height>506</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
277
278
279
280
281
282
283
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
284
285
286
   <resources>
    <include location="resources.qrc"/>
   </resources>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
   <connections>
    <connection>
     <sender>upperCloseButton</sender>
     <signal>clicked()</signal>
     <receiver>KeepWarmPopup</receiver>
     <slot>close()</slot>
     <hints>
      <hint type="sourcelabel">
       <x>449</x>
       <y>222</y>
      </hint>
      <hint type="destinationlabel">
       <x>449</x>
       <y>799</y>
      </hint>
     </hints>
    </connection>
    <connection>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
     <sender>bottomCloseButton</sender>
     <signal>clicked()</signal>
     <receiver>KeepWarmPopup</receiver>
     <slot>close()</slot>
     <hints>
      <hint type="sourcelabel">
       <x>449</x>
       <y>1514</y>
      </hint>
      <hint type="destinationlabel">
       <x>449</x>
       <y>799</y>
      </hint>
     </hints>
    </connection>
   </connections>
  </ui>