Blame view

app/gui/oven_control/keepwarmpopup.ui 7.46 KB
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?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>
    <property name="windowTitle">
     <string>Form</string>
    </property>
    <property name="styleSheet">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
17
18
     <string notr="true">#background { background-image: url(:/images/background/popup/668.png); }
  QPushButton { border: none; }</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
19
20
21
22
    </property>
    <widget class="QWidget" name="background" native="true">
     <property name="geometry">
      <rect>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
23
24
25
26
       <x>0</x>
       <y>426</y>
       <width>900</width>
       <height>668</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
27
28
      </rect>
     </property>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
29
30
31
32
33
     <widget class="QLabel" name="label">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
34
35
        <width>900</width>
        <height>100</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
75
76
77
       </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   김태훈   보온 유지 팝업 디자인 변경
78
        <pointsize>16</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
79
80
81
82
83
        <weight>75</weight>
        <bold>true</bold>
       </font>
      </property>
      <property name="text">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
84
       <string>보온 유지 모드</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
85
86
87
88
89
90
91
92
93
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="label_2">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
94
95
96
        <y>280</y>
        <width>900</width>
        <height>50</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
136
137
138
       </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   김태훈   보온 유지 팝업 디자인 변경
139
        <pointsize>12</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
140
141
142
       </font>
      </property>
      <property name="text">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
143
       <string>보온 유지 모드 중입니다.</string>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
144
145
146
147
148
149
150
151
152
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
     <widget class="QLabel" name="timeLabel">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
153
154
155
        <y>330</y>
        <width>900</width>
        <height>220</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
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
195
196
197
       </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   김태훈   보온 유지 팝업 디자인 변경
198
        <pointsize>55</pointsize>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
199
200
201
202
203
204
       </font>
      </property>
      <property name="text">
       <string>00:00</string>
      </property>
      <property name="alignment">
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
205
       <set>Qt::AlignHCenter|Qt::AlignTop</set>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
206
207
208
209
210
211
      </property>
     </widget>
     <widget class="QPushButton" name="stopButton">
      <property name="geometry">
       <rect>
        <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
212
213
214
        <y>550</y>
        <width>900</width>
        <height>118</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
215
216
217
218
219
220
221
222
223
224
225
226
       </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   김태훈   보온 유지 팝업 디자인 변경
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
254
255
256
       <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   김태훈   자동 요리 관련 로직 전면 재작성
257
258
259
260
261
262
263
264
265
      </property>
     </widget>
    </widget>
    <widget class="QPushButton" name="upperCloseButton">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
       <width>900</width>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
266
       <height>426</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
267
268
269
270
271
272
273
274
275
276
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
    <widget class="QPushButton" name="bottomCloseButton">
     <property name="geometry">
      <rect>
       <x>0</x>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
277
       <y>1094</y>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
278
       <width>900</width>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
279
       <height>506</height>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
280
281
282
283
284
285
286
      </rect>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </widget>
70266d5fc   김태훈   보온 유지 팝업 디자인 변경
287
288
289
   <resources>
    <include location="resources.qrc"/>
   </resources>
6a81d38e4   김태훈   자동 요리 관련 로직 전면 재작성
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
   <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   김태훈   자동 요리 관련 로직 전면 재작성
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
     <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>