Blame view

app/gui/oven_control/flushwaterwindow.ui 7.78 KB
e1a76d3eb   김태훈   고객 요청 사항 반영
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>FlushWaterWindow</class>
   <widget class="QMainWindow" name="FlushWaterWindow">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
9
10
      <width>1080</width>
      <height>1920</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
     </rect>
    </property>
    <property name="windowTitle">
     <string>MainWindow</string>
    </property>
    <property name="styleSheet">
     <string notr="true">#centralwidget { background-image: url(:/images/background/original.png); }
  #bottomBar { background-image: url(:/images/bottom_bar/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 파일 일괄 변경
29
  margin: 0px 6px;
e1a76d3eb   김태훈   고객 요청 사항 반영
30
31
32
33
34
35
36
37
38
39
  }
  
  QSlider[sliderColor=&quot;blue&quot;]::sub-page {
  background-image: url(:/images/slider/sub_blue.png);
  }
  
  QSlider::handle {
  background-image: url(:/images/slider/handle_big.png);
  background-repeat: no-repeat;
  background-position: center;
054d6e75f   김태훈   ui 파일 일괄 변경
40
41
  width: 27px;
  height: 39px;
e1a76d3eb   김태훈   고객 요청 사항 반영
42
43
44
45
46
47
48
  }
  
  QPushButton[style=&quot;type&quot;] {
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border;
  background-origin: border;
054d6e75f   김태훈   ui 파일 일괄 변경
49
  margin-bottom: 60px;
e1a76d3eb   김태훈   고객 요청 사항 반영
50
054d6e75f   김태훈   ui 파일 일괄 변경
51
52
  border-top: 168px;
  border-bottom: -60px;
e1a76d3eb   김태훈   고객 요청 사항 반영
53
54
  border-style: hidden;
  color: white;
054d6e75f   김태훈   ui 파일 일괄 변경
55
  font-size: 26px;
e1a76d3eb   김태훈   고객 요청 사항 반영
56
57
58
59
60
61
62
63
64
65
66
  }
  
  QPushButton[style=&quot;icon&quot;] {
  background-image: url(:/images/slider_icon/background.png);
  border: none;
  }</string>
    </property>
    <widget class="QWidget" name="centralwidget">
     <widget class="AnimatedImageBox" name="animation">
      <property name="geometry">
       <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
67
68
69
70
        <x>408</x>
        <y>552</y>
        <width>306</width>
        <height>512</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
71
72
73
74
75
76
77
78
79
80
81
       </rect>
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
     <widget class="QWidget" name="upperContainer" native="true">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
82
83
        <width>1080</width>
        <height>511</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
84
85
86
87
88
89
90
91
       </rect>
      </property>
      <property name="styleSheet">
       <string notr="true">#upperContainer { background-image: url(:/images/clock/background.png); }</string>
      </property>
      <widget class="WashStepGauge" name="progressGauge" native="true">
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
92
93
94
95
         <x>298</x>
         <y>360</y>
         <width>638</width>
         <height>69</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
96
97
98
99
100
101
102
103
104
105
106
        </rect>
       </property>
      </widget>
      <widget class="QLabel" name="titleLabel">
       <property name="enabled">
        <bool>true</bool>
       </property>
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
054d6e75f   김태훈   ui 파일 일괄 변경
107
108
         <width>1080</width>
         <height>105</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
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
139
140
141
142
143
144
145
146
147
148
149
150
        </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 파일 일괄 변경
151
         <pointsize>15</pointsize>
e1a76d3eb   김태훈   고객 요청 사항 반영
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>동파 방지 실행 중입니다</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
      <widget class="QLabel" name="descLabel">
       <property name="enabled">
        <bool>true</bool>
       </property>
       <property name="geometry">
        <rect>
         <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
170
171
172
         <y>105</y>
         <width>1080</width>
         <height>105</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
        </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 파일 일괄 변경
215
         <pointsize>15</pointsize>
e1a76d3eb   김태훈   고객 요청 사항 반영
216
217
218
219
220
221
222
223
224
225
226
227
228
229
        </font>
       </property>
       <property name="text">
        <string>완료될 때까지 문을 열지 마세요.
  동파 방지 기능을 실행 중입니다.</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
      <widget class="Line" name="line">
       <property name="geometry">
        <rect>
         <x>0</x>
054d6e75f   김태훈   ui 파일 일괄 변경
230
231
         <y>105</y>
         <width>1080</width>
e1a76d3eb   김태훈   고객 요청 사항 반영
232
233
234
235
236
237
238
239
240
241
242
243
244
         <height>1</height>
        </rect>
       </property>
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
      </widget>
      <widget class="QLabel" name="progressLabel">
       <property name="enabled">
        <bool>true</bool>
       </property>
       <property name="geometry">
        <rect>
054d6e75f   김태훈   ui 파일 일괄 변경
245
246
247
248
         <x>142</x>
         <y>360</y>
         <width>156</width>
         <height>69</height>
e1a76d3eb   김태훈   고객 요청 사항 반영
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
285
286
287
288
289
290
        </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 파일 일괄 변경
291
         <pointsize>15</pointsize>
e1a76d3eb   김태훈   고객 요청 사항 반영
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>실행 중</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
     </widget>
    </widget>
   </widget>
   <customwidgets>
    <customwidget>
054d6e75f   김태훈   ui 파일 일괄 변경
308
309
310
311
312
     <class>AnimatedImageBox</class>
     <extends>QLabel</extends>
     <header>animatedimagebox.h</header>
    </customwidget>
    <customwidget>
e1a76d3eb   김태훈   고객 요청 사항 반영
313
314
315
316
317
     <class>WashStepGauge</class>
     <extends>QWidget</extends>
     <header>washstepgauge.h</header>
     <container>1</container>
    </customwidget>
e1a76d3eb   김태훈   고객 요청 사항 반영
318
319
320
321
   </customwidgets>
   <resources/>
   <connections/>
  </ui>