Blame view

app/gui/oven_control/autocookselectionwindow.ui 9.08 KB
99b8066f4   김태훈   V0.1.1
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>AutoCookSelectionWindow</class>
   <widget class="QMainWindow" name="AutoCookSelectionWindow">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
99b8066f4   김태훈   V0.1.1
11
12
     </rect>
    </property>
05f2a7552   김태훈   image 관리 구조 변경
13
14
15
16
    <property name="styleSheet">
     <string notr="true">#centralwidget { background-image: url(:/images/background/auto.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/background.png); }</string>
    </property>
99b8066f4   김태훈   V0.1.1
17
    <widget class="QWidget" name="centralwidget">
99b8066f4   김태훈   V0.1.1
18
19
20
21
22
     <widget class="QStackedWidget" name="upperStack">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
23
24
        <width>1080</width>
        <height>511</height>
99b8066f4   김태훈   V0.1.1
25
26
27
28
       </rect>
      </property>
      <widget class="QWidget" name="clockContainer">
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
29
        <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string>
99b8066f4   김태훈   V0.1.1
30
31
32
33
       </property>
       <widget class="Clock" name="clock" native="true">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
34
35
36
37
          <x>326</x>
          <y>43</y>
          <width>427</width>
          <height>426</height>
99b8066f4   김태훈   V0.1.1
38
39
40
         </rect>
        </property>
       </widget>
239d51c8b   김태훈   의무 세척 기능 추가
41
42
43
       <widget class="WashWarnIcon" name="label">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
44
45
46
47
          <x>960</x>
          <y>384</y>
          <width>96</width>
          <height>100</height>
239d51c8b   김태훈   의무 세척 기능 추가
48
49
50
         </rect>
        </property>
       </widget>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
51
52
53
       <widget class="DemoIcon" name="label_2">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
54
55
56
57
          <x>936</x>
          <y>276</y>
          <width>121</width>
          <height>108</height>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
58
59
60
61
62
63
         </rect>
        </property>
       </widget>
       <widget class="HalfEnergyIcon" name="label_3">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
64
65
66
67
          <x>936</x>
          <y>192</y>
          <width>129</width>
          <height>80</height>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
68
69
70
         </rect>
        </property>
       </widget>
d61c94341   김태훈   디지털 시계 추가
71
72
73
       <widget class="DigitalClock" name="label_4">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
74
75
76
77
          <x>24</x>
          <y>372</y>
          <width>720</width>
          <height>120</height>
d61c94341   김태훈   디지털 시계 추가
78
79
80
81
82
83
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
        </property>
       </widget>
5f017a9d7   김태훈   요청 사항 반영
84
85
86
       <widget class="WaterLevelIcon" name="label_6">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
87
88
89
90
          <x>804</x>
          <y>348</y>
          <width>133</width>
          <height>145</height>
5f017a9d7   김태훈   요청 사항 반영
91
92
93
94
95
96
97
98
99
         </rect>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
       <widget class="IgnitionIcon" name="label_5">
        <property name="geometry">
         <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
100
101
102
103
          <x>794</x>
          <y>196</y>
          <width>133</width>
          <height>145</height>
5f017a9d7   김태훈   요청 사항 반영
104
105
106
107
108
109
         </rect>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
99b8066f4   김태훈   V0.1.1
110
111
112
113
114
115
116
      </widget>
      <widget class="QWidget" name="page_2"/>
     </widget>
     <widget class="QWidget" name="bottomBar" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
117
118
119
        <y>1740</y>
        <width>1080</width>
        <height>180</height>
99b8066f4   김태훈   V0.1.1
120
121
       </rect>
      </property>
99b8066f4   김태훈   V0.1.1
122
123
124
      <widget class="QPushButton" name="backButton">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
125
126
127
128
         <x>278</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
99b8066f4   김태훈   V0.1.1
129
130
131
132
133
134
135
136
137
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
138
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
6f1aa03f6   김태훈   엔코더 구현
139
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string>
6f96c947a   김태훈   GUI 0.1.4
140
141
142
143
144
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
05f2a7552   김태훈   image 관리 구조 변경
145
      <widget class="QPushButton" name="configButton">
6f96c947a   김태훈   GUI 0.1.4
146
147
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
148
149
150
151
         <x>414</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
6f96c947a   김태훈   GUI 0.1.4
152
153
154
155
156
157
158
159
160
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
161
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/config.png); }
6f1aa03f6   김태훈   엔코더 구현
162
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/config_ov.png); }</string>
6f96c947a   김태훈   GUI 0.1.4
163
164
165
166
167
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
05f2a7552   김태훈   image 관리 구조 변경
168
      <widget class="QPushButton" name="washButton">
6f96c947a   김태훈   GUI 0.1.4
169
170
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
171
172
173
174
         <x>549</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
6f96c947a   김태훈   GUI 0.1.4
175
176
177
178
179
180
181
182
183
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
184
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
6f1aa03f6   김태훈   엔코더 구현
185
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/wash_ov.png); }</string>
6f96c947a   김태훈   GUI 0.1.4
186
187
188
189
190
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
05f2a7552   김태훈   image 관리 구조 변경
191
      <widget class="QPushButton" name="helpButton">
6f96c947a   김태훈   GUI 0.1.4
192
193
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
194
195
196
197
         <x>685</x>
         <y>31</y>
         <width>116</width>
         <height>116</height>
6f96c947a   김태훈   GUI 0.1.4
198
199
200
201
202
203
204
205
206
        </rect>
       </property>
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="styleSheet">
05f2a7552   김태훈   image 관리 구조 변경
207
        <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
6f1aa03f6   김태훈   엔코더 구현
208
  QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string>
99b8066f4   김태훈   V0.1.1
209
210
211
212
213
214
215
216
217
218
       </property>
       <property name="text">
        <string/>
       </property>
      </widget>
     </widget>
     <widget class="QLabel" name="cookTypeIcon">
      <property name="geometry">
       <rect>
        <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
219
220
221
        <y>516</y>
        <width>1080</width>
        <height>180</height>
99b8066f4   김태훈   V0.1.1
222
223
224
225
226
227
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
      <property name="pixmap">
05f2a7552   김태훈   image 관리 구조 변경
228
       <pixmap>:/images/images/auto/005_auto_icon_01_ov.png</pixmap>
99b8066f4   김태훈   V0.1.1
229
230
231
232
233
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>
      </property>
     </widget>
efecf3b06   김태훈   자동 요리 선택 화면에 페이지 ...
234
235
236
     <widget class="QPushButton" name="prev">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
237
238
239
240
        <x>304</x>
        <y>1602</y>
        <width>150</width>
        <height>126</height>
efecf3b06   김태훈   자동 요리 선택 화면에 페이지 ...
241
242
243
244
245
246
247
248
249
250
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { border: none; background-repeat: no-repeat; background-position: center; background-image: url(:/images/auto_popup/prev.png); }
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/prev_ov.png); }</string>
      </property>
     </widget>
     <widget class="BulletIndicator" name="bullets" native="true">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
251
252
253
254
        <x>390</x>
        <y>1602</y>
        <width>300</width>
        <height>126</height>
efecf3b06   김태훈   자동 요리 선택 화면에 페이지 ...
255
256
257
258
259
260
       </rect>
      </property>
     </widget>
     <widget class="QPushButton" name="next">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
261
262
263
264
        <x>634</x>
        <y>1602</y>
        <width>150</width>
        <height>126</height>
efecf3b06   김태훈   자동 요리 선택 화면에 페이지 ...
265
266
267
268
269
270
271
272
273
274
275
276
277
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">QPushButton { border: none; background-repeat: no-repeat; background-position: center; background-image: url(:/images/auto_popup/next.png); }
  QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/next_ov.png); }</string>
      </property>
     </widget>
     <zorder>upperStack</zorder>
     <zorder>bottomBar</zorder>
     <zorder>cookTypeIcon</zorder>
     <zorder>bullets</zorder>
     <zorder>next</zorder>
     <zorder>prev</zorder>
99b8066f4   김태훈   V0.1.1
278
279
280
281
282
283
284
285
286
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
     <class>Clock</class>
     <extends>QWidget</extends>
     <header>clock.h</header>
     <container>1</container>
    </customwidget>
239d51c8b   김태훈   의무 세척 기능 추가
287
288
289
290
291
    <customwidget>
     <class>WashWarnIcon</class>
     <extends>QLabel</extends>
     <header>washwarnicon.h</header>
    </customwidget>
b7ee6dc30   김태훈   시연 모드 아이콘, 하프 에너지...
292
293
294
295
296
297
298
299
300
301
    <customwidget>
     <class>DemoIcon</class>
     <extends>QLabel</extends>
     <header>demoicon.h</header>
    </customwidget>
    <customwidget>
     <class>HalfEnergyIcon</class>
     <extends>QLabel</extends>
     <header>halfenergyicon.h</header>
    </customwidget>
d61c94341   김태훈   디지털 시계 추가
302
303
304
305
306
    <customwidget>
     <class>DigitalClock</class>
     <extends>QLabel</extends>
     <header>digitalclock.h</header>
    </customwidget>
5f017a9d7   김태훈   요청 사항 반영
307
308
309
310
311
312
313
314
315
316
    <customwidget>
     <class>IgnitionIcon</class>
     <extends>QLabel</extends>
     <header>ignitionicon.h</header>
    </customwidget>
    <customwidget>
     <class>WaterLevelIcon</class>
     <extends>QLabel</extends>
     <header>waterlevelicon.h</header>
    </customwidget>
054d6e75f   김태훈   ui 파일 일괄 변경
317
318
319
320
321
322
    <customwidget>
     <class>BulletIndicator</class>
     <extends>QWidget</extends>
     <header>bulletindicator.h</header>
     <container>1</container>
    </customwidget>
99b8066f4   김태훈   V0.1.1
323
   </customwidgets>
05f2a7552   김태훈   image 관리 구조 변경
324
   <resources/>
99b8066f4   김태훈   V0.1.1
325
326
   <connections/>
  </ui>