Commit eb617c9027cacc9efb4ea9762e011717082c205b
1 parent
c824bb98b0
Exists in
master
and in
2 other branches
고객사 수정 요청
- 실시간 센서 기능 수정 : B4 센서 추가 - UI 변경 및 기능 추가
Showing
3 changed files
with
1346 additions
and
1172 deletions
Show diff stats
app/gui/oven_control/realtimesensorwindow.cpp
@@ -30,6 +30,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | @@ -30,6 +30,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | ||
30 | m_arrLbState[0][6] = ui->m_ctrlLbListState_1_7; | 30 | m_arrLbState[0][6] = ui->m_ctrlLbListState_1_7; |
31 | m_arrLbState[0][7] = ui->m_ctrlLbListState_1_8; | 31 | m_arrLbState[0][7] = ui->m_ctrlLbListState_1_8; |
32 | m_arrLbState[0][8] = ui->m_ctrlLbListState_1_9; | 32 | m_arrLbState[0][8] = ui->m_ctrlLbListState_1_9; |
33 | + m_arrLbState[0][9] = ui->m_ctrlLbListState_1_10; | ||
33 | 34 | ||
34 | m_arrLbState[1][0] = ui->m_ctrlLbListState_2_1; | 35 | m_arrLbState[1][0] = ui->m_ctrlLbListState_2_1; |
35 | m_arrLbState[1][1] = ui->m_ctrlLbListState_2_2; | 36 | m_arrLbState[1][1] = ui->m_ctrlLbListState_2_2; |
@@ -40,6 +41,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | @@ -40,6 +41,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | ||
40 | m_arrLbState[1][6] = ui->m_ctrlLbListState_2_7; | 41 | m_arrLbState[1][6] = ui->m_ctrlLbListState_2_7; |
41 | m_arrLbState[1][7] = ui->m_ctrlLbListState_2_8; | 42 | m_arrLbState[1][7] = ui->m_ctrlLbListState_2_8; |
42 | m_arrLbState[1][8] = ui->m_ctrlLbListState_2_9; | 43 | m_arrLbState[1][8] = ui->m_ctrlLbListState_2_9; |
44 | + m_arrLbState[1][9] = ui->m_ctrlLbListState_2_10; | ||
43 | 45 | ||
44 | m_arrLbState[2][0] = ui->m_ctrlLbListState_3_1; | 46 | m_arrLbState[2][0] = ui->m_ctrlLbListState_3_1; |
45 | m_arrLbState[2][1] = ui->m_ctrlLbListState_3_2; | 47 | m_arrLbState[2][1] = ui->m_ctrlLbListState_3_2; |
@@ -50,6 +52,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | @@ -50,6 +52,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | ||
50 | m_arrLbState[2][6] = ui->m_ctrlLbListState_3_7; | 52 | m_arrLbState[2][6] = ui->m_ctrlLbListState_3_7; |
51 | m_arrLbState[2][7] = ui->m_ctrlLbListState_3_8; | 53 | m_arrLbState[2][7] = ui->m_ctrlLbListState_3_8; |
52 | m_arrLbState[2][8] = ui->m_ctrlLbListState_3_9; | 54 | m_arrLbState[2][8] = ui->m_ctrlLbListState_3_9; |
55 | + m_arrLbState[2][9] = ui->m_ctrlLbListState_3_10; | ||
53 | 56 | ||
54 | m_arrLbState[3][0] = ui->m_ctrlLbListState_4_1; | 57 | m_arrLbState[3][0] = ui->m_ctrlLbListState_4_1; |
55 | m_arrLbState[3][1] = ui->m_ctrlLbListState_4_2; | 58 | m_arrLbState[3][1] = ui->m_ctrlLbListState_4_2; |
@@ -60,6 +63,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | @@ -60,6 +63,7 @@ RealtimeSensorWindow::RealtimeSensorWindow(QWidget *parent) : | ||
60 | m_arrLbState[3][6] = ui->m_ctrlLbListState_4_7; | 63 | m_arrLbState[3][6] = ui->m_ctrlLbListState_4_7; |
61 | m_arrLbState[3][7] = ui->m_ctrlLbListState_4_8; | 64 | m_arrLbState[3][7] = ui->m_ctrlLbListState_4_8; |
62 | m_arrLbState[3][8] = ui->m_ctrlLbListState_4_9; | 65 | m_arrLbState[3][8] = ui->m_ctrlLbListState_4_9; |
66 | + m_arrLbState[3][9] = ui->m_ctrlLbListState_4_10; | ||
63 | 67 | ||
64 | for(i=0;i<REALSENSOR_CONTROL_LIST_ITEM_MAX;i++){ | 68 | for(i=0;i<REALSENSOR_CONTROL_LIST_ITEM_MAX;i++){ |
65 | m_arrSensorItems[i] = &(ovs->srvdata->sensor_log.values[m_arrSensorItemIdxs[i]]); | 69 | m_arrSensorItems[i] = &(ovs->srvdata->sensor_log.values[m_arrSensorItemIdxs[i]]); |
app/gui/oven_control/realtimesensorwindow.h
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | #include "servicedata.h" | 6 | #include "servicedata.h" |
7 | 7 | ||
8 | #define REALSENSOR_CONTROL_LIST_COL_MAX 4 | 8 | #define REALSENSOR_CONTROL_LIST_COL_MAX 4 |
9 | -#define REALSENSOR_CONTROL_LIST_ITEM_MAX 9 | 9 | +#define REALSENSOR_CONTROL_LIST_ITEM_MAX 10 |
10 | 10 | ||
11 | namespace Ui { | 11 | namespace Ui { |
12 | class RealtimeSensorWindow; | 12 | class RealtimeSensorWindow; |
@@ -32,10 +32,10 @@ private slots: | @@ -32,10 +32,10 @@ private slots: | ||
32 | 32 | ||
33 | private: | 33 | private: |
34 | const uint16_t m_arrSensorItemIdxs[REALSENSOR_CONTROL_LIST_ITEM_MAX]={ | 34 | const uint16_t m_arrSensorItemIdxs[REALSENSOR_CONTROL_LIST_ITEM_MAX]={ |
35 | - 0,1,4,5,6,7,8,12,13 | 35 | + 0,1,3,4,5,6,7,8,12,13 |
36 | }; | 36 | }; |
37 | const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = { | 37 | const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = { |
38 | - 320,120,270,300,300,300,300,80,80 | 38 | + 320,120,120,270,300,300,300,300,80,80 |
39 | }; | 39 | }; |
40 | 40 | ||
41 | Ui::RealtimeSensorWindow *ui; | 41 | Ui::RealtimeSensorWindow *ui; |
app/gui/oven_control/realtimesensorwindow.ui
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | <property name="styleSheet"> | 13 | <property name="styleSheet"> |
14 | <string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); } | 14 | <string notr="true">#centralwidget { background-image: url(:/images/background/config_service.png); } |
15 | #bottomBar { background-image: url(:/images/bottom_bar/background.png); } | 15 | #bottomBar { background-image: url(:/images/bottom_bar/background.png); } |
16 | -#midwidget { background-image: url(:/images/config/service/realtime_sensor_bgnd.png); }</string> | 16 | +</string> |
17 | </property> | 17 | </property> |
18 | <widget class="QWidget" name="centralwidget"> | 18 | <widget class="QWidget" name="centralwidget"> |
19 | <property name="styleSheet"> | 19 | <property name="styleSheet"> |
@@ -200,1217 +200,1387 @@ QPushButton:pressed , QPushButton:focus{ border-image: url(:/images/bottom_bar/0 | @@ -200,1217 +200,1387 @@ QPushButton:pressed , QPushButton:focus{ border-image: url(:/images/bottom_bar/0 | ||
200 | </property> | 200 | </property> |
201 | <property name="styleSheet"> | 201 | <property name="styleSheet"> |
202 | <string notr="true">QLabel { | 202 | <string notr="true">QLabel { |
203 | - color:white; | 203 | + color:white; |
204 | }</string> | 204 | }</string> |
205 | </property> | 205 | </property> |
206 | - <widget class="QLabel" name="m_ctrlLbCol1Name"> | ||
207 | - <property name="geometry"> | ||
208 | - <rect> | ||
209 | - <x>3</x> | ||
210 | - <y>0</y> | ||
211 | - <width>261</width> | ||
212 | - <height>71</height> | ||
213 | - </rect> | ||
214 | - </property> | ||
215 | - <property name="font"> | ||
216 | - <font> | ||
217 | - <family>나눔고딕</family> | ||
218 | - <pointsize>8</pointsize> | ||
219 | - </font> | ||
220 | - </property> | ||
221 | - <property name="text"> | ||
222 | - <string>목록</string> | ||
223 | - </property> | ||
224 | - <property name="alignment"> | ||
225 | - <set>Qt::AlignCenter</set> | ||
226 | - </property> | ||
227 | - </widget> | ||
228 | - <widget class="QLabel" name="m_ctrlLbCol2Name"> | ||
229 | - <property name="geometry"> | ||
230 | - <rect> | ||
231 | - <x>269</x> | ||
232 | - <y>0</y> | ||
233 | - <width>111</width> | ||
234 | - <height>70</height> | ||
235 | - </rect> | ||
236 | - </property> | ||
237 | - <property name="font"> | ||
238 | - <font> | ||
239 | - <family>나눔고딕</family> | ||
240 | - <pointsize>8</pointsize> | ||
241 | - </font> | ||
242 | - </property> | ||
243 | - <property name="text"> | ||
244 | - <string>현재온도</string> | ||
245 | - </property> | ||
246 | - <property name="alignment"> | ||
247 | - <set>Qt::AlignCenter</set> | ||
248 | - </property> | ||
249 | - </widget> | ||
250 | - <widget class="QPushButton" name="btnListName_1"> | 206 | + <widget class="QWidget" name="widget" native="true"> |
251 | <property name="geometry"> | 207 | <property name="geometry"> |
252 | <rect> | 208 | <rect> |
253 | <x>0</x> | 209 | <x>0</x> |
254 | - <y>87</y> | ||
255 | - <width>256</width> | ||
256 | - <height>62</height> | 210 | + <y>0</y> |
211 | + <width>793</width> | ||
212 | + <height>916</height> | ||
257 | </rect> | 213 | </rect> |
258 | </property> | 214 | </property> |
259 | - <property name="sizePolicy"> | ||
260 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
261 | - <horstretch>0</horstretch> | ||
262 | - <verstretch>0</verstretch> | ||
263 | - </sizepolicy> | ||
264 | - </property> | ||
265 | - <property name="font"> | ||
266 | - <font> | ||
267 | - <family>Roboto</family> | ||
268 | - <pointsize>10</pointsize> | ||
269 | - <weight>75</weight> | ||
270 | - <bold>true</bold> | ||
271 | - <underline>false</underline> | ||
272 | - </font> | ||
273 | - </property> | ||
274 | - <property name="focusPolicy"> | ||
275 | - <enum>Qt::NoFocus</enum> | ||
276 | - </property> | ||
277 | - <property name="styleSheet"> | ||
278 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 215 | + <widget class="QWidget" name="gridLayoutWidget"> |
216 | + <property name="geometry"> | ||
217 | + <rect> | ||
218 | + <x>0</x> | ||
219 | + <y>0</y> | ||
220 | + <width>793</width> | ||
221 | + <height>916</height> | ||
222 | + </rect> | ||
223 | + </property> | ||
224 | + <layout class="QGridLayout" name="gridLayoutSensor" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" columnstretch="261,0,111,0,111,0,111,0,181" rowminimumheight="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"> | ||
225 | + <property name="bottomMargin"> | ||
226 | + <number>2</number> | ||
227 | + </property> | ||
228 | + <property name="verticalSpacing"> | ||
229 | + <number>0</number> | ||
230 | + </property> | ||
231 | + <item row="0" column="0"> | ||
232 | + <widget class="QLabel" name="m_ctrlLbCol1Name_2"> | ||
233 | + <property name="sizePolicy"> | ||
234 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
235 | + <horstretch>0</horstretch> | ||
236 | + <verstretch>0</verstretch> | ||
237 | + </sizepolicy> | ||
238 | + </property> | ||
239 | + <property name="minimumSize"> | ||
240 | + <size> | ||
241 | + <width>0</width> | ||
242 | + <height>50</height> | ||
243 | + </size> | ||
244 | + </property> | ||
245 | + <property name="font"> | ||
246 | + <font> | ||
247 | + <family>나눔고딕</family> | ||
248 | + <pointsize>8</pointsize> | ||
249 | + </font> | ||
250 | + </property> | ||
251 | + <property name="text"> | ||
252 | + <string>목록</string> | ||
253 | + </property> | ||
254 | + <property name="alignment"> | ||
255 | + <set>Qt::AlignCenter</set> | ||
256 | + </property> | ||
257 | + </widget> | ||
258 | + </item> | ||
259 | + <item row="0" column="8"> | ||
260 | + <widget class="QLabel" name="m_ctrlLbCol4Name_4"> | ||
261 | + <property name="font"> | ||
262 | + <font> | ||
263 | + <family>나눔고딕</family> | ||
264 | + <pointsize>8</pointsize> | ||
265 | + </font> | ||
266 | + </property> | ||
267 | + <property name="text"> | ||
268 | + <string>최대온도 | ||
269 | +도달시간</string> | ||
270 | + </property> | ||
271 | + <property name="alignment"> | ||
272 | + <set>Qt::AlignCenter</set> | ||
273 | + </property> | ||
274 | + </widget> | ||
275 | + </item> | ||
276 | + <item row="0" column="2"> | ||
277 | + <widget class="QLabel" name="m_ctrlLbCol2Name_2"> | ||
278 | + <property name="font"> | ||
279 | + <font> | ||
280 | + <family>나눔고딕</family> | ||
281 | + <pointsize>8</pointsize> | ||
282 | + </font> | ||
283 | + </property> | ||
284 | + <property name="text"> | ||
285 | + <string>현재온도</string> | ||
286 | + </property> | ||
287 | + <property name="alignment"> | ||
288 | + <set>Qt::AlignCenter</set> | ||
289 | + </property> | ||
290 | + </widget> | ||
291 | + </item> | ||
292 | + <item row="18" column="6"> | ||
293 | + <widget class="QLabel" name="m_ctrlLbListState_3_9"> | ||
294 | + <property name="font"> | ||
295 | + <font> | ||
296 | + <pointsize>10</pointsize> | ||
297 | + </font> | ||
298 | + </property> | ||
299 | + <property name="text"> | ||
300 | + <string/> | ||
301 | + </property> | ||
302 | + <property name="alignment"> | ||
303 | + <set>Qt::AlignCenter</set> | ||
304 | + </property> | ||
305 | + </widget> | ||
306 | + </item> | ||
307 | + <item row="20" column="8"> | ||
308 | + <widget class="QLabel" name="m_ctrlLbListState_4_10"> | ||
309 | + <property name="sizePolicy"> | ||
310 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
311 | + <horstretch>0</horstretch> | ||
312 | + <verstretch>0</verstretch> | ||
313 | + </sizepolicy> | ||
314 | + </property> | ||
315 | + <property name="minimumSize"> | ||
316 | + <size> | ||
317 | + <width>0</width> | ||
318 | + <height>61</height> | ||
319 | + </size> | ||
320 | + </property> | ||
321 | + <property name="maximumSize"> | ||
322 | + <size> | ||
323 | + <width>16777215</width> | ||
324 | + <height>60</height> | ||
325 | + </size> | ||
326 | + </property> | ||
327 | + <property name="font"> | ||
328 | + <font> | ||
329 | + <pointsize>10</pointsize> | ||
330 | + </font> | ||
331 | + </property> | ||
332 | + <property name="text"> | ||
333 | + <string/> | ||
334 | + </property> | ||
335 | + <property name="alignment"> | ||
336 | + <set>Qt::AlignCenter</set> | ||
337 | + </property> | ||
338 | + </widget> | ||
339 | + </item> | ||
340 | + <item row="2" column="4"> | ||
341 | + <widget class="QLabel" name="m_ctrlLbListState_2_1"> | ||
342 | + <property name="font"> | ||
343 | + <font> | ||
344 | + <pointsize>10</pointsize> | ||
345 | + </font> | ||
346 | + </property> | ||
347 | + <property name="text"> | ||
348 | + <string/> | ||
349 | + </property> | ||
350 | + <property name="alignment"> | ||
351 | + <set>Qt::AlignCenter</set> | ||
352 | + </property> | ||
353 | + </widget> | ||
354 | + </item> | ||
355 | + <item row="6" column="2"> | ||
356 | + <widget class="QLabel" name="m_ctrlLbListState_1_3"> | ||
357 | + <property name="font"> | ||
358 | + <font> | ||
359 | + <pointsize>10</pointsize> | ||
360 | + </font> | ||
361 | + </property> | ||
362 | + <property name="text"> | ||
363 | + <string/> | ||
364 | + </property> | ||
365 | + <property name="alignment"> | ||
366 | + <set>Qt::AlignCenter</set> | ||
367 | + </property> | ||
368 | + </widget> | ||
369 | + </item> | ||
370 | + <item row="17" column="0" colspan="9"> | ||
371 | + <widget class="Line" name="line_9"> | ||
372 | + <property name="orientation"> | ||
373 | + <enum>Qt::Horizontal</enum> | ||
374 | + </property> | ||
375 | + </widget> | ||
376 | + </item> | ||
377 | + <item row="6" column="0"> | ||
378 | + <widget class="QPushButton" name="btnListName_3"> | ||
379 | + <property name="sizePolicy"> | ||
380 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
381 | + <horstretch>0</horstretch> | ||
382 | + <verstretch>0</verstretch> | ||
383 | + </sizepolicy> | ||
384 | + </property> | ||
385 | + <property name="maximumSize"> | ||
386 | + <size> | ||
387 | + <width>16777215</width> | ||
388 | + <height>60</height> | ||
389 | + </size> | ||
390 | + </property> | ||
391 | + <property name="font"> | ||
392 | + <font> | ||
393 | + <family>Roboto</family> | ||
394 | + <pointsize>10</pointsize> | ||
395 | + <weight>75</weight> | ||
396 | + <bold>true</bold> | ||
397 | + <underline>false</underline> | ||
398 | + </font> | ||
399 | + </property> | ||
400 | + <property name="focusPolicy"> | ||
401 | + <enum>Qt::NoFocus</enum> | ||
402 | + </property> | ||
403 | + <property name="styleSheet"> | ||
404 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
279 | color: rgb(55, 55, 55); } | 405 | color: rgb(55, 55, 55); } |
280 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 406 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
281 | QPushButton { text-align: center;} | 407 | QPushButton { text-align: center;} |
282 | </string> | 408 | </string> |
283 | - </property> | ||
284 | - <property name="text"> | ||
285 | - <string>실내온도</string> | ||
286 | - </property> | ||
287 | - </widget> | ||
288 | - <widget class="QLabel" name="m_ctrlLbListState_1_1"> | ||
289 | - <property name="geometry"> | ||
290 | - <rect> | ||
291 | - <x>269</x> | ||
292 | - <y>78</y> | ||
293 | - <width>111</width> | ||
294 | - <height>81</height> | ||
295 | - </rect> | ||
296 | - </property> | ||
297 | - <property name="font"> | ||
298 | - <font> | ||
299 | - <pointsize>10</pointsize> | ||
300 | - </font> | ||
301 | - </property> | ||
302 | - <property name="text"> | ||
303 | - <string/> | ||
304 | - </property> | ||
305 | - <property name="alignment"> | ||
306 | - <set>Qt::AlignCenter</set> | ||
307 | - </property> | ||
308 | - </widget> | ||
309 | - <widget class="QPushButton" name="btnListName_2"> | ||
310 | - <property name="geometry"> | ||
311 | - <rect> | ||
312 | - <x>0</x> | ||
313 | - <y>182</y> | ||
314 | - <width>256</width> | ||
315 | - <height>62</height> | ||
316 | - </rect> | ||
317 | - </property> | ||
318 | - <property name="sizePolicy"> | ||
319 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
320 | - <horstretch>0</horstretch> | ||
321 | - <verstretch>0</verstretch> | ||
322 | - </sizepolicy> | ||
323 | - </property> | ||
324 | - <property name="font"> | ||
325 | - <font> | ||
326 | - <family>Roboto</family> | ||
327 | - <pointsize>10</pointsize> | ||
328 | - <weight>75</weight> | ||
329 | - <bold>true</bold> | ||
330 | - <underline>false</underline> | ||
331 | - </font> | ||
332 | - </property> | ||
333 | - <property name="focusPolicy"> | ||
334 | - <enum>Qt::NoFocus</enum> | ||
335 | - </property> | ||
336 | - <property name="styleSheet"> | ||
337 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 409 | + </property> |
410 | + <property name="text"> | ||
411 | + <string>벽면온도</string> | ||
412 | + </property> | ||
413 | + </widget> | ||
414 | + </item> | ||
415 | + <item row="12" column="4"> | ||
416 | + <widget class="QLabel" name="m_ctrlLbListState_2_6"> | ||
417 | + <property name="font"> | ||
418 | + <font> | ||
419 | + <pointsize>10</pointsize> | ||
420 | + </font> | ||
421 | + </property> | ||
422 | + <property name="text"> | ||
423 | + <string/> | ||
424 | + </property> | ||
425 | + <property name="alignment"> | ||
426 | + <set>Qt::AlignCenter</set> | ||
427 | + </property> | ||
428 | + </widget> | ||
429 | + </item> | ||
430 | + <item row="2" column="6"> | ||
431 | + <widget class="QLabel" name="m_ctrlLbListState_3_1"> | ||
432 | + <property name="font"> | ||
433 | + <font> | ||
434 | + <pointsize>10</pointsize> | ||
435 | + </font> | ||
436 | + </property> | ||
437 | + <property name="text"> | ||
438 | + <string/> | ||
439 | + </property> | ||
440 | + <property name="alignment"> | ||
441 | + <set>Qt::AlignCenter</set> | ||
442 | + </property> | ||
443 | + </widget> | ||
444 | + </item> | ||
445 | + <item row="20" column="2"> | ||
446 | + <widget class="QLabel" name="m_ctrlLbListState_1_10"> | ||
447 | + <property name="font"> | ||
448 | + <font> | ||
449 | + <pointsize>10</pointsize> | ||
450 | + </font> | ||
451 | + </property> | ||
452 | + <property name="text"> | ||
453 | + <string/> | ||
454 | + </property> | ||
455 | + <property name="alignment"> | ||
456 | + <set>Qt::AlignCenter</set> | ||
457 | + </property> | ||
458 | + </widget> | ||
459 | + </item> | ||
460 | + <item row="8" column="4"> | ||
461 | + <widget class="QLabel" name="m_ctrlLbListState_2_4"> | ||
462 | + <property name="font"> | ||
463 | + <font> | ||
464 | + <pointsize>10</pointsize> | ||
465 | + </font> | ||
466 | + </property> | ||
467 | + <property name="text"> | ||
468 | + <string/> | ||
469 | + </property> | ||
470 | + <property name="alignment"> | ||
471 | + <set>Qt::AlignCenter</set> | ||
472 | + </property> | ||
473 | + </widget> | ||
474 | + </item> | ||
475 | + <item row="18" column="2"> | ||
476 | + <widget class="QLabel" name="m_ctrlLbListState_1_9"> | ||
477 | + <property name="font"> | ||
478 | + <font> | ||
479 | + <pointsize>10</pointsize> | ||
480 | + </font> | ||
481 | + </property> | ||
482 | + <property name="text"> | ||
483 | + <string/> | ||
484 | + </property> | ||
485 | + <property name="alignment"> | ||
486 | + <set>Qt::AlignCenter</set> | ||
487 | + </property> | ||
488 | + </widget> | ||
489 | + </item> | ||
490 | + <item row="16" column="8"> | ||
491 | + <widget class="QLabel" name="m_ctrlLbListState_4_8"> | ||
492 | + <property name="sizePolicy"> | ||
493 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
494 | + <horstretch>0</horstretch> | ||
495 | + <verstretch>0</verstretch> | ||
496 | + </sizepolicy> | ||
497 | + </property> | ||
498 | + <property name="minimumSize"> | ||
499 | + <size> | ||
500 | + <width>0</width> | ||
501 | + <height>61</height> | ||
502 | + </size> | ||
503 | + </property> | ||
504 | + <property name="maximumSize"> | ||
505 | + <size> | ||
506 | + <width>16777215</width> | ||
507 | + <height>60</height> | ||
508 | + </size> | ||
509 | + </property> | ||
510 | + <property name="font"> | ||
511 | + <font> | ||
512 | + <pointsize>10</pointsize> | ||
513 | + </font> | ||
514 | + </property> | ||
515 | + <property name="text"> | ||
516 | + <string/> | ||
517 | + </property> | ||
518 | + <property name="alignment"> | ||
519 | + <set>Qt::AlignCenter</set> | ||
520 | + </property> | ||
521 | + </widget> | ||
522 | + </item> | ||
523 | + <item row="14" column="4"> | ||
524 | + <widget class="QLabel" name="m_ctrlLbListState_2_7"> | ||
525 | + <property name="font"> | ||
526 | + <font> | ||
527 | + <pointsize>10</pointsize> | ||
528 | + </font> | ||
529 | + </property> | ||
530 | + <property name="text"> | ||
531 | + <string/> | ||
532 | + </property> | ||
533 | + <property name="alignment"> | ||
534 | + <set>Qt::AlignCenter</set> | ||
535 | + </property> | ||
536 | + </widget> | ||
537 | + </item> | ||
538 | + <item row="10" column="2"> | ||
539 | + <widget class="QLabel" name="m_ctrlLbListState_1_5"> | ||
540 | + <property name="font"> | ||
541 | + <font> | ||
542 | + <pointsize>10</pointsize> | ||
543 | + </font> | ||
544 | + </property> | ||
545 | + <property name="text"> | ||
546 | + <string/> | ||
547 | + </property> | ||
548 | + <property name="alignment"> | ||
549 | + <set>Qt::AlignCenter</set> | ||
550 | + </property> | ||
551 | + </widget> | ||
552 | + </item> | ||
553 | + <item row="8" column="0"> | ||
554 | + <widget class="QPushButton" name="btnListName_4"> | ||
555 | + <property name="sizePolicy"> | ||
556 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
557 | + <horstretch>0</horstretch> | ||
558 | + <verstretch>0</verstretch> | ||
559 | + </sizepolicy> | ||
560 | + </property> | ||
561 | + <property name="maximumSize"> | ||
562 | + <size> | ||
563 | + <width>16777215</width> | ||
564 | + <height>60</height> | ||
565 | + </size> | ||
566 | + </property> | ||
567 | + <property name="font"> | ||
568 | + <font> | ||
569 | + <family>Roboto</family> | ||
570 | + <pointsize>10</pointsize> | ||
571 | + <weight>75</weight> | ||
572 | + <bold>true</bold> | ||
573 | + <underline>false</underline> | ||
574 | + </font> | ||
575 | + </property> | ||
576 | + <property name="focusPolicy"> | ||
577 | + <enum>Qt::NoFocus</enum> | ||
578 | + </property> | ||
579 | + <property name="styleSheet"> | ||
580 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
338 | color: rgb(55, 55, 55); } | 581 | color: rgb(55, 55, 55); } |
339 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 582 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
340 | QPushButton { text-align: center;} | 583 | QPushButton { text-align: center;} |
341 | </string> | 584 | </string> |
342 | - </property> | ||
343 | - <property name="text"> | ||
344 | - <string>퀀칭온도</string> | ||
345 | - </property> | ||
346 | - </widget> | ||
347 | - <widget class="QPushButton" name="btnListName_3"> | ||
348 | - <property name="geometry"> | ||
349 | - <rect> | ||
350 | - <x>0</x> | ||
351 | - <y>277</y> | ||
352 | - <width>256</width> | ||
353 | - <height>62</height> | ||
354 | - </rect> | ||
355 | - </property> | ||
356 | - <property name="sizePolicy"> | ||
357 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
358 | - <horstretch>0</horstretch> | ||
359 | - <verstretch>0</verstretch> | ||
360 | - </sizepolicy> | ||
361 | - </property> | ||
362 | - <property name="font"> | ||
363 | - <font> | ||
364 | - <family>Roboto</family> | ||
365 | - <pointsize>10</pointsize> | ||
366 | - <weight>75</weight> | ||
367 | - <bold>true</bold> | ||
368 | - <underline>false</underline> | ||
369 | - </font> | ||
370 | - </property> | ||
371 | - <property name="focusPolicy"> | ||
372 | - <enum>Qt::NoFocus</enum> | ||
373 | - </property> | ||
374 | - <property name="styleSheet"> | ||
375 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 585 | + </property> |
586 | + <property name="text"> | ||
587 | + <string>스팀제네레이터온도</string> | ||
588 | + </property> | ||
589 | + </widget> | ||
590 | + </item> | ||
591 | + <item row="16" column="2"> | ||
592 | + <widget class="QLabel" name="m_ctrlLbListState_1_8"> | ||
593 | + <property name="font"> | ||
594 | + <font> | ||
595 | + <pointsize>10</pointsize> | ||
596 | + </font> | ||
597 | + </property> | ||
598 | + <property name="text"> | ||
599 | + <string/> | ||
600 | + </property> | ||
601 | + <property name="alignment"> | ||
602 | + <set>Qt::AlignCenter</set> | ||
603 | + </property> | ||
604 | + </widget> | ||
605 | + </item> | ||
606 | + <item row="5" column="0" colspan="9"> | ||
607 | + <widget class="Line" name="line_3"> | ||
608 | + <property name="orientation"> | ||
609 | + <enum>Qt::Horizontal</enum> | ||
610 | + </property> | ||
611 | + </widget> | ||
612 | + </item> | ||
613 | + <item row="12" column="0"> | ||
614 | + <widget class="QPushButton" name="btnListName_6"> | ||
615 | + <property name="sizePolicy"> | ||
616 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
617 | + <horstretch>0</horstretch> | ||
618 | + <verstretch>0</verstretch> | ||
619 | + </sizepolicy> | ||
620 | + </property> | ||
621 | + <property name="maximumSize"> | ||
622 | + <size> | ||
623 | + <width>16777215</width> | ||
624 | + <height>60</height> | ||
625 | + </size> | ||
626 | + </property> | ||
627 | + <property name="font"> | ||
628 | + <font> | ||
629 | + <family>Roboto</family> | ||
630 | + <pointsize>10</pointsize> | ||
631 | + <weight>75</weight> | ||
632 | + <bold>true</bold> | ||
633 | + <underline>false</underline> | ||
634 | + </font> | ||
635 | + </property> | ||
636 | + <property name="focusPolicy"> | ||
637 | + <enum>Qt::NoFocus</enum> | ||
638 | + </property> | ||
639 | + <property name="styleSheet"> | ||
640 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
376 | color: rgb(55, 55, 55); } | 641 | color: rgb(55, 55, 55); } |
377 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 642 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
378 | QPushButton { text-align: center;} | 643 | QPushButton { text-align: center;} |
379 | </string> | 644 | </string> |
380 | - </property> | ||
381 | - <property name="text"> | ||
382 | - <string>스팀제네레이터온도</string> | ||
383 | - </property> | ||
384 | - </widget> | ||
385 | - <widget class="QPushButton" name="btnListName_4"> | ||
386 | - <property name="geometry"> | ||
387 | - <rect> | ||
388 | - <x>0</x> | ||
389 | - <y>372</y> | ||
390 | - <width>256</width> | ||
391 | - <height>62</height> | ||
392 | - </rect> | ||
393 | - </property> | ||
394 | - <property name="sizePolicy"> | ||
395 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
396 | - <horstretch>0</horstretch> | ||
397 | - <verstretch>0</verstretch> | ||
398 | - </sizepolicy> | ||
399 | - </property> | ||
400 | - <property name="font"> | ||
401 | - <font> | ||
402 | - <family>Roboto</family> | ||
403 | - <pointsize>10</pointsize> | ||
404 | - <weight>75</weight> | ||
405 | - <bold>true</bold> | ||
406 | - <underline>false</underline> | ||
407 | - </font> | ||
408 | - </property> | ||
409 | - <property name="focusPolicy"> | ||
410 | - <enum>Qt::NoFocus</enum> | ||
411 | - </property> | ||
412 | - <property name="styleSheet"> | ||
413 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 645 | + </property> |
646 | + <property name="text"> | ||
647 | + <string>미트프로브온도2</string> | ||
648 | + </property> | ||
649 | + </widget> | ||
650 | + </item> | ||
651 | + <item row="20" column="0"> | ||
652 | + <widget class="QPushButton" name="btnListName_10"> | ||
653 | + <property name="sizePolicy"> | ||
654 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
655 | + <horstretch>0</horstretch> | ||
656 | + <verstretch>0</verstretch> | ||
657 | + </sizepolicy> | ||
658 | + </property> | ||
659 | + <property name="maximumSize"> | ||
660 | + <size> | ||
661 | + <width>16777215</width> | ||
662 | + <height>60</height> | ||
663 | + </size> | ||
664 | + </property> | ||
665 | + <property name="font"> | ||
666 | + <font> | ||
667 | + <family>Roboto</family> | ||
668 | + <pointsize>10</pointsize> | ||
669 | + <weight>75</weight> | ||
670 | + <bold>true</bold> | ||
671 | + <underline>false</underline> | ||
672 | + </font> | ||
673 | + </property> | ||
674 | + <property name="focusPolicy"> | ||
675 | + <enum>Qt::NoFocus</enum> | ||
676 | + </property> | ||
677 | + <property name="styleSheet"> | ||
678 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
414 | color: rgb(55, 55, 55); } | 679 | color: rgb(55, 55, 55); } |
415 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 680 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
416 | QPushButton { text-align: center;} | 681 | QPushButton { text-align: center;} |
417 | </string> | 682 | </string> |
418 | - </property> | ||
419 | - <property name="text"> | ||
420 | - <string>미트프로브온도1</string> | ||
421 | - </property> | ||
422 | - </widget> | ||
423 | - <widget class="QPushButton" name="btnListName_5"> | ||
424 | - <property name="geometry"> | ||
425 | - <rect> | ||
426 | - <x>0</x> | ||
427 | - <y>467</y> | ||
428 | - <width>256</width> | ||
429 | - <height>62</height> | ||
430 | - </rect> | ||
431 | - </property> | ||
432 | - <property name="sizePolicy"> | ||
433 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
434 | - <horstretch>0</horstretch> | ||
435 | - <verstretch>0</verstretch> | ||
436 | - </sizepolicy> | ||
437 | - </property> | ||
438 | - <property name="font"> | ||
439 | - <font> | ||
440 | - <family>Roboto</family> | ||
441 | - <pointsize>10</pointsize> | ||
442 | - <weight>75</weight> | ||
443 | - <bold>true</bold> | ||
444 | - <underline>false</underline> | ||
445 | - </font> | ||
446 | - </property> | ||
447 | - <property name="focusPolicy"> | ||
448 | - <enum>Qt::NoFocus</enum> | ||
449 | - </property> | ||
450 | - <property name="styleSheet"> | ||
451 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 683 | + </property> |
684 | + <property name="text"> | ||
685 | + <string>기계식온도</string> | ||
686 | + </property> | ||
687 | + </widget> | ||
688 | + </item> | ||
689 | + <item row="12" column="2"> | ||
690 | + <widget class="QLabel" name="m_ctrlLbListState_1_6"> | ||
691 | + <property name="font"> | ||
692 | + <font> | ||
693 | + <pointsize>10</pointsize> | ||
694 | + </font> | ||
695 | + </property> | ||
696 | + <property name="text"> | ||
697 | + <string/> | ||
698 | + </property> | ||
699 | + <property name="alignment"> | ||
700 | + <set>Qt::AlignCenter</set> | ||
701 | + </property> | ||
702 | + </widget> | ||
703 | + </item> | ||
704 | + <item row="16" column="0"> | ||
705 | + <widget class="QPushButton" name="btnListName_8"> | ||
706 | + <property name="sizePolicy"> | ||
707 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
708 | + <horstretch>0</horstretch> | ||
709 | + <verstretch>0</verstretch> | ||
710 | + </sizepolicy> | ||
711 | + </property> | ||
712 | + <property name="maximumSize"> | ||
713 | + <size> | ||
714 | + <width>16777215</width> | ||
715 | + <height>60</height> | ||
716 | + </size> | ||
717 | + </property> | ||
718 | + <property name="font"> | ||
719 | + <font> | ||
720 | + <family>Roboto</family> | ||
721 | + <pointsize>10</pointsize> | ||
722 | + <weight>75</weight> | ||
723 | + <bold>true</bold> | ||
724 | + <underline>false</underline> | ||
725 | + </font> | ||
726 | + </property> | ||
727 | + <property name="focusPolicy"> | ||
728 | + <enum>Qt::NoFocus</enum> | ||
729 | + </property> | ||
730 | + <property name="styleSheet"> | ||
731 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
452 | color: rgb(55, 55, 55); } | 732 | color: rgb(55, 55, 55); } |
453 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 733 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
454 | QPushButton { text-align: center;} | 734 | QPushButton { text-align: center;} |
455 | </string> | 735 | </string> |
456 | - </property> | ||
457 | - <property name="text"> | ||
458 | - <string>미트프로브온도2</string> | ||
459 | - </property> | ||
460 | - </widget> | ||
461 | - <widget class="QPushButton" name="btnListName_6"> | ||
462 | - <property name="geometry"> | ||
463 | - <rect> | ||
464 | - <x>0</x> | ||
465 | - <y>562</y> | ||
466 | - <width>256</width> | ||
467 | - <height>62</height> | ||
468 | - </rect> | ||
469 | - </property> | ||
470 | - <property name="sizePolicy"> | ||
471 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
472 | - <horstretch>0</horstretch> | ||
473 | - <verstretch>0</verstretch> | ||
474 | - </sizepolicy> | ||
475 | - </property> | ||
476 | - <property name="font"> | ||
477 | - <font> | ||
478 | - <family>Roboto</family> | ||
479 | - <pointsize>10</pointsize> | ||
480 | - <weight>75</weight> | ||
481 | - <bold>true</bold> | ||
482 | - <underline>false</underline> | ||
483 | - </font> | ||
484 | - </property> | ||
485 | - <property name="focusPolicy"> | ||
486 | - <enum>Qt::NoFocus</enum> | ||
487 | - </property> | ||
488 | - <property name="styleSheet"> | ||
489 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 736 | + </property> |
737 | + <property name="text"> | ||
738 | + <string>미트프로브온도4</string> | ||
739 | + </property> | ||
740 | + </widget> | ||
741 | + </item> | ||
742 | + <item row="6" column="4"> | ||
743 | + <widget class="QLabel" name="m_ctrlLbListState_2_3"> | ||
744 | + <property name="font"> | ||
745 | + <font> | ||
746 | + <pointsize>10</pointsize> | ||
747 | + </font> | ||
748 | + </property> | ||
749 | + <property name="text"> | ||
750 | + <string/> | ||
751 | + </property> | ||
752 | + <property name="alignment"> | ||
753 | + <set>Qt::AlignCenter</set> | ||
754 | + </property> | ||
755 | + </widget> | ||
756 | + </item> | ||
757 | + <item row="18" column="4"> | ||
758 | + <widget class="QLabel" name="m_ctrlLbListState_2_9"> | ||
759 | + <property name="font"> | ||
760 | + <font> | ||
761 | + <pointsize>10</pointsize> | ||
762 | + </font> | ||
763 | + </property> | ||
764 | + <property name="text"> | ||
765 | + <string/> | ||
766 | + </property> | ||
767 | + <property name="alignment"> | ||
768 | + <set>Qt::AlignCenter</set> | ||
769 | + </property> | ||
770 | + </widget> | ||
771 | + </item> | ||
772 | + <item row="7" column="0" colspan="9"> | ||
773 | + <widget class="Line" name="line_4"> | ||
774 | + <property name="orientation"> | ||
775 | + <enum>Qt::Horizontal</enum> | ||
776 | + </property> | ||
777 | + </widget> | ||
778 | + </item> | ||
779 | + <item row="18" column="0"> | ||
780 | + <widget class="QPushButton" name="btnListName_9"> | ||
781 | + <property name="sizePolicy"> | ||
782 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
783 | + <horstretch>0</horstretch> | ||
784 | + <verstretch>0</verstretch> | ||
785 | + </sizepolicy> | ||
786 | + </property> | ||
787 | + <property name="maximumSize"> | ||
788 | + <size> | ||
789 | + <width>16777215</width> | ||
790 | + <height>60</height> | ||
791 | + </size> | ||
792 | + </property> | ||
793 | + <property name="font"> | ||
794 | + <font> | ||
795 | + <family>Roboto</family> | ||
796 | + <pointsize>10</pointsize> | ||
797 | + <weight>75</weight> | ||
798 | + <bold>true</bold> | ||
799 | + <underline>false</underline> | ||
800 | + </font> | ||
801 | + </property> | ||
802 | + <property name="focusPolicy"> | ||
803 | + <enum>Qt::NoFocus</enum> | ||
804 | + </property> | ||
805 | + <property name="styleSheet"> | ||
806 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
490 | color: rgb(55, 55, 55); } | 807 | color: rgb(55, 55, 55); } |
491 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 808 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
492 | QPushButton { text-align: center;} | 809 | QPushButton { text-align: center;} |
493 | </string> | 810 | </string> |
494 | - </property> | ||
495 | - <property name="text"> | ||
496 | - <string>미트프로브온도3</string> | ||
497 | - </property> | ||
498 | - </widget> | ||
499 | - <widget class="QPushButton" name="btnListName_7"> | ||
500 | - <property name="geometry"> | ||
501 | - <rect> | ||
502 | - <x>0</x> | ||
503 | - <y>657</y> | ||
504 | - <width>256</width> | ||
505 | - <height>62</height> | ||
506 | - </rect> | ||
507 | - </property> | ||
508 | - <property name="sizePolicy"> | ||
509 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
510 | - <horstretch>0</horstretch> | ||
511 | - <verstretch>0</verstretch> | ||
512 | - </sizepolicy> | ||
513 | - </property> | ||
514 | - <property name="font"> | ||
515 | - <font> | ||
516 | - <family>Roboto</family> | ||
517 | - <pointsize>10</pointsize> | ||
518 | - <weight>75</weight> | ||
519 | - <bold>true</bold> | ||
520 | - <underline>false</underline> | ||
521 | - </font> | ||
522 | - </property> | ||
523 | - <property name="focusPolicy"> | ||
524 | - <enum>Qt::NoFocus</enum> | ||
525 | - </property> | ||
526 | - <property name="styleSheet"> | ||
527 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 811 | + </property> |
812 | + <property name="text"> | ||
813 | + <string>PCB 온도</string> | ||
814 | + </property> | ||
815 | + </widget> | ||
816 | + </item> | ||
817 | + <item row="8" column="2"> | ||
818 | + <widget class="QLabel" name="m_ctrlLbListState_1_4"> | ||
819 | + <property name="font"> | ||
820 | + <font> | ||
821 | + <pointsize>10</pointsize> | ||
822 | + </font> | ||
823 | + </property> | ||
824 | + <property name="text"> | ||
825 | + <string/> | ||
826 | + </property> | ||
827 | + <property name="alignment"> | ||
828 | + <set>Qt::AlignCenter</set> | ||
829 | + </property> | ||
830 | + </widget> | ||
831 | + </item> | ||
832 | + <item row="0" column="3" rowspan="21"> | ||
833 | + <widget class="Line" name="line_12"> | ||
834 | + <property name="orientation"> | ||
835 | + <enum>Qt::Vertical</enum> | ||
836 | + </property> | ||
837 | + </widget> | ||
838 | + </item> | ||
839 | + <item row="16" column="4"> | ||
840 | + <widget class="QLabel" name="m_ctrlLbListState_2_8"> | ||
841 | + <property name="font"> | ||
842 | + <font> | ||
843 | + <pointsize>10</pointsize> | ||
844 | + </font> | ||
845 | + </property> | ||
846 | + <property name="text"> | ||
847 | + <string/> | ||
848 | + </property> | ||
849 | + <property name="alignment"> | ||
850 | + <set>Qt::AlignCenter</set> | ||
851 | + </property> | ||
852 | + </widget> | ||
853 | + </item> | ||
854 | + <item row="14" column="2"> | ||
855 | + <widget class="QLabel" name="m_ctrlLbListState_1_7"> | ||
856 | + <property name="font"> | ||
857 | + <font> | ||
858 | + <pointsize>10</pointsize> | ||
859 | + </font> | ||
860 | + </property> | ||
861 | + <property name="text"> | ||
862 | + <string/> | ||
863 | + </property> | ||
864 | + <property name="alignment"> | ||
865 | + <set>Qt::AlignCenter</set> | ||
866 | + </property> | ||
867 | + </widget> | ||
868 | + </item> | ||
869 | + <item row="10" column="0"> | ||
870 | + <widget class="QPushButton" name="btnListName_5"> | ||
871 | + <property name="sizePolicy"> | ||
872 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
873 | + <horstretch>0</horstretch> | ||
874 | + <verstretch>0</verstretch> | ||
875 | + </sizepolicy> | ||
876 | + </property> | ||
877 | + <property name="maximumSize"> | ||
878 | + <size> | ||
879 | + <width>16777215</width> | ||
880 | + <height>60</height> | ||
881 | + </size> | ||
882 | + </property> | ||
883 | + <property name="font"> | ||
884 | + <font> | ||
885 | + <family>Roboto</family> | ||
886 | + <pointsize>10</pointsize> | ||
887 | + <weight>75</weight> | ||
888 | + <bold>true</bold> | ||
889 | + <underline>false</underline> | ||
890 | + </font> | ||
891 | + </property> | ||
892 | + <property name="focusPolicy"> | ||
893 | + <enum>Qt::NoFocus</enum> | ||
894 | + </property> | ||
895 | + <property name="styleSheet"> | ||
896 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
528 | color: rgb(55, 55, 55); } | 897 | color: rgb(55, 55, 55); } |
529 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 898 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
530 | QPushButton { text-align: center;} | 899 | QPushButton { text-align: center;} |
531 | </string> | 900 | </string> |
532 | - </property> | ||
533 | - <property name="text"> | ||
534 | - <string>미트프로브온도4</string> | ||
535 | - </property> | ||
536 | - </widget> | ||
537 | - <widget class="QPushButton" name="btnListName_8"> | ||
538 | - <property name="geometry"> | ||
539 | - <rect> | ||
540 | - <x>0</x> | ||
541 | - <y>752</y> | ||
542 | - <width>256</width> | ||
543 | - <height>62</height> | ||
544 | - </rect> | ||
545 | - </property> | ||
546 | - <property name="sizePolicy"> | ||
547 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
548 | - <horstretch>0</horstretch> | ||
549 | - <verstretch>0</verstretch> | ||
550 | - </sizepolicy> | ||
551 | - </property> | ||
552 | - <property name="font"> | ||
553 | - <font> | ||
554 | - <family>Roboto</family> | ||
555 | - <pointsize>10</pointsize> | ||
556 | - <weight>75</weight> | ||
557 | - <bold>true</bold> | ||
558 | - <underline>false</underline> | ||
559 | - </font> | ||
560 | - </property> | ||
561 | - <property name="focusPolicy"> | ||
562 | - <enum>Qt::NoFocus</enum> | ||
563 | - </property> | ||
564 | - <property name="styleSheet"> | ||
565 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 901 | + </property> |
902 | + <property name="text"> | ||
903 | + <string>미트프로브온도1</string> | ||
904 | + </property> | ||
905 | + </widget> | ||
906 | + </item> | ||
907 | + <item row="4" column="0"> | ||
908 | + <widget class="QPushButton" name="btnListName_2"> | ||
909 | + <property name="sizePolicy"> | ||
910 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
911 | + <horstretch>0</horstretch> | ||
912 | + <verstretch>0</verstretch> | ||
913 | + </sizepolicy> | ||
914 | + </property> | ||
915 | + <property name="maximumSize"> | ||
916 | + <size> | ||
917 | + <width>16777215</width> | ||
918 | + <height>60</height> | ||
919 | + </size> | ||
920 | + </property> | ||
921 | + <property name="font"> | ||
922 | + <font> | ||
923 | + <family>Roboto</family> | ||
924 | + <pointsize>10</pointsize> | ||
925 | + <weight>75</weight> | ||
926 | + <bold>true</bold> | ||
927 | + <underline>false</underline> | ||
928 | + </font> | ||
929 | + </property> | ||
930 | + <property name="focusPolicy"> | ||
931 | + <enum>Qt::NoFocus</enum> | ||
932 | + </property> | ||
933 | + <property name="styleSheet"> | ||
934 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
566 | color: rgb(55, 55, 55); } | 935 | color: rgb(55, 55, 55); } |
567 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 936 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
568 | QPushButton { text-align: center;} | 937 | QPushButton { text-align: center;} |
569 | </string> | 938 | </string> |
570 | - </property> | ||
571 | - <property name="text"> | ||
572 | - <string>PCB온도</string> | ||
573 | - </property> | ||
574 | - </widget> | ||
575 | - <widget class="QLabel" name="m_ctrlLbCol3Name"> | ||
576 | - <property name="geometry"> | ||
577 | - <rect> | ||
578 | - <x>382</x> | ||
579 | - <y>0</y> | ||
580 | - <width>111</width> | ||
581 | - <height>70</height> | ||
582 | - </rect> | ||
583 | - </property> | ||
584 | - <property name="font"> | ||
585 | - <font> | ||
586 | - <family>나눔고딕</family> | ||
587 | - <pointsize>8</pointsize> | ||
588 | - </font> | ||
589 | - </property> | ||
590 | - <property name="text"> | ||
591 | - <string>최대온도</string> | ||
592 | - </property> | ||
593 | - <property name="alignment"> | ||
594 | - <set>Qt::AlignCenter</set> | ||
595 | - </property> | ||
596 | - </widget> | ||
597 | - <widget class="QLabel" name="m_ctrlLbCol4Name"> | ||
598 | - <property name="geometry"> | ||
599 | - <rect> | ||
600 | - <x>495</x> | ||
601 | - <y>0</y> | ||
602 | - <width>111</width> | ||
603 | - <height>70</height> | ||
604 | - </rect> | ||
605 | - </property> | ||
606 | - <property name="font"> | ||
607 | - <font> | ||
608 | - <family>나눔고딕</family> | ||
609 | - <pointsize>8</pointsize> | ||
610 | - </font> | ||
611 | - </property> | ||
612 | - <property name="text"> | ||
613 | - <string>허용범위</string> | ||
614 | - </property> | ||
615 | - <property name="alignment"> | ||
616 | - <set>Qt::AlignCenter</set> | ||
617 | - </property> | ||
618 | - </widget> | ||
619 | - <widget class="QLabel" name="m_ctrlLbListState_1_2"> | ||
620 | - <property name="geometry"> | ||
621 | - <rect> | ||
622 | - <x>269</x> | ||
623 | - <y>173</y> | ||
624 | - <width>111</width> | ||
625 | - <height>81</height> | ||
626 | - </rect> | ||
627 | - </property> | ||
628 | - <property name="font"> | ||
629 | - <font> | ||
630 | - <pointsize>10</pointsize> | ||
631 | - </font> | ||
632 | - </property> | ||
633 | - <property name="text"> | ||
634 | - <string/> | ||
635 | - </property> | ||
636 | - <property name="alignment"> | ||
637 | - <set>Qt::AlignCenter</set> | ||
638 | - </property> | ||
639 | - </widget> | ||
640 | - <widget class="QLabel" name="m_ctrlLbListState_1_3"> | ||
641 | - <property name="geometry"> | ||
642 | - <rect> | ||
643 | - <x>269</x> | ||
644 | - <y>268</y> | ||
645 | - <width>111</width> | ||
646 | - <height>81</height> | ||
647 | - </rect> | ||
648 | - </property> | ||
649 | - <property name="font"> | ||
650 | - <font> | ||
651 | - <pointsize>10</pointsize> | ||
652 | - </font> | ||
653 | - </property> | ||
654 | - <property name="text"> | ||
655 | - <string/> | ||
656 | - </property> | ||
657 | - <property name="alignment"> | ||
658 | - <set>Qt::AlignCenter</set> | ||
659 | - </property> | ||
660 | - </widget> | ||
661 | - <widget class="QLabel" name="m_ctrlLbListState_1_4"> | ||
662 | - <property name="geometry"> | ||
663 | - <rect> | ||
664 | - <x>269</x> | ||
665 | - <y>363</y> | ||
666 | - <width>111</width> | ||
667 | - <height>81</height> | ||
668 | - </rect> | ||
669 | - </property> | ||
670 | - <property name="font"> | ||
671 | - <font> | ||
672 | - <pointsize>10</pointsize> | ||
673 | - </font> | ||
674 | - </property> | ||
675 | - <property name="text"> | ||
676 | - <string/> | ||
677 | - </property> | ||
678 | - <property name="alignment"> | ||
679 | - <set>Qt::AlignCenter</set> | ||
680 | - </property> | ||
681 | - </widget> | ||
682 | - <widget class="QLabel" name="m_ctrlLbListState_1_5"> | ||
683 | - <property name="geometry"> | ||
684 | - <rect> | ||
685 | - <x>269</x> | ||
686 | - <y>458</y> | ||
687 | - <width>111</width> | ||
688 | - <height>81</height> | ||
689 | - </rect> | ||
690 | - </property> | ||
691 | - <property name="font"> | ||
692 | - <font> | ||
693 | - <pointsize>10</pointsize> | ||
694 | - </font> | ||
695 | - </property> | ||
696 | - <property name="text"> | ||
697 | - <string/> | ||
698 | - </property> | ||
699 | - <property name="alignment"> | ||
700 | - <set>Qt::AlignCenter</set> | ||
701 | - </property> | ||
702 | - </widget> | ||
703 | - <widget class="QLabel" name="m_ctrlLbListState_1_6"> | ||
704 | - <property name="geometry"> | ||
705 | - <rect> | ||
706 | - <x>269</x> | ||
707 | - <y>553</y> | ||
708 | - <width>111</width> | ||
709 | - <height>81</height> | ||
710 | - </rect> | ||
711 | - </property> | ||
712 | - <property name="font"> | ||
713 | - <font> | ||
714 | - <pointsize>10</pointsize> | ||
715 | - </font> | ||
716 | - </property> | ||
717 | - <property name="text"> | ||
718 | - <string/> | ||
719 | - </property> | ||
720 | - <property name="alignment"> | ||
721 | - <set>Qt::AlignCenter</set> | ||
722 | - </property> | ||
723 | - </widget> | ||
724 | - <widget class="QLabel" name="m_ctrlLbListState_1_7"> | ||
725 | - <property name="geometry"> | ||
726 | - <rect> | ||
727 | - <x>269</x> | ||
728 | - <y>648</y> | ||
729 | - <width>111</width> | ||
730 | - <height>81</height> | ||
731 | - </rect> | ||
732 | - </property> | ||
733 | - <property name="font"> | ||
734 | - <font> | ||
735 | - <pointsize>10</pointsize> | ||
736 | - </font> | ||
737 | - </property> | ||
738 | - <property name="text"> | ||
739 | - <string/> | ||
740 | - </property> | ||
741 | - <property name="alignment"> | ||
742 | - <set>Qt::AlignCenter</set> | ||
743 | - </property> | ||
744 | - </widget> | ||
745 | - <widget class="QLabel" name="m_ctrlLbListState_1_8"> | ||
746 | - <property name="geometry"> | ||
747 | - <rect> | ||
748 | - <x>269</x> | ||
749 | - <y>743</y> | ||
750 | - <width>111</width> | ||
751 | - <height>81</height> | ||
752 | - </rect> | ||
753 | - </property> | ||
754 | - <property name="font"> | ||
755 | - <font> | ||
756 | - <pointsize>10</pointsize> | ||
757 | - </font> | ||
758 | - </property> | ||
759 | - <property name="text"> | ||
760 | - <string/> | ||
761 | - </property> | ||
762 | - <property name="alignment"> | ||
763 | - <set>Qt::AlignCenter</set> | ||
764 | - </property> | ||
765 | - </widget> | ||
766 | - <widget class="QPushButton" name="btnListName_9"> | ||
767 | - <property name="geometry"> | ||
768 | - <rect> | ||
769 | - <x>0</x> | ||
770 | - <y>842</y> | ||
771 | - <width>256</width> | ||
772 | - <height>62</height> | ||
773 | - </rect> | ||
774 | - </property> | ||
775 | - <property name="sizePolicy"> | ||
776 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | ||
777 | - <horstretch>0</horstretch> | ||
778 | - <verstretch>0</verstretch> | ||
779 | - </sizepolicy> | ||
780 | - </property> | ||
781 | - <property name="font"> | ||
782 | - <font> | ||
783 | - <family>Roboto</family> | ||
784 | - <pointsize>10</pointsize> | ||
785 | - <weight>75</weight> | ||
786 | - <bold>true</bold> | ||
787 | - <underline>false</underline> | ||
788 | - </font> | ||
789 | - </property> | ||
790 | - <property name="focusPolicy"> | ||
791 | - <enum>Qt::NoFocus</enum> | ||
792 | - </property> | ||
793 | - <property name="styleSheet"> | ||
794 | - <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | 939 | + </property> |
940 | + <property name="text"> | ||
941 | + <string>퀀칭온도</string> | ||
942 | + </property> | ||
943 | + </widget> | ||
944 | + </item> | ||
945 | + <item row="9" column="0" colspan="9"> | ||
946 | + <widget class="Line" name="line_5"> | ||
947 | + <property name="orientation"> | ||
948 | + <enum>Qt::Horizontal</enum> | ||
949 | + </property> | ||
950 | + </widget> | ||
951 | + </item> | ||
952 | + <item row="14" column="0"> | ||
953 | + <widget class="QPushButton" name="btnListName_7"> | ||
954 | + <property name="sizePolicy"> | ||
955 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
956 | + <horstretch>0</horstretch> | ||
957 | + <verstretch>0</verstretch> | ||
958 | + </sizepolicy> | ||
959 | + </property> | ||
960 | + <property name="maximumSize"> | ||
961 | + <size> | ||
962 | + <width>16777215</width> | ||
963 | + <height>60</height> | ||
964 | + </size> | ||
965 | + </property> | ||
966 | + <property name="font"> | ||
967 | + <font> | ||
968 | + <family>Roboto</family> | ||
969 | + <pointsize>10</pointsize> | ||
970 | + <weight>75</weight> | ||
971 | + <bold>true</bold> | ||
972 | + <underline>false</underline> | ||
973 | + </font> | ||
974 | + </property> | ||
975 | + <property name="focusPolicy"> | ||
976 | + <enum>Qt::NoFocus</enum> | ||
977 | + </property> | ||
978 | + <property name="styleSheet"> | ||
979 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
795 | color: rgb(55, 55, 55); } | 980 | color: rgb(55, 55, 55); } |
796 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | 981 | QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } |
797 | QPushButton { text-align: center;} | 982 | QPushButton { text-align: center;} |
798 | </string> | 983 | </string> |
799 | - </property> | ||
800 | - <property name="text"> | ||
801 | - <string>기계식온도</string> | ||
802 | - </property> | ||
803 | - </widget> | ||
804 | - <widget class="QLabel" name="m_ctrlLbListState_1_9"> | ||
805 | - <property name="geometry"> | ||
806 | - <rect> | ||
807 | - <x>269</x> | ||
808 | - <y>838</y> | ||
809 | - <width>111</width> | ||
810 | - <height>81</height> | ||
811 | - </rect> | ||
812 | - </property> | ||
813 | - <property name="font"> | ||
814 | - <font> | ||
815 | - <pointsize>10</pointsize> | ||
816 | - </font> | ||
817 | - </property> | ||
818 | - <property name="text"> | ||
819 | - <string/> | ||
820 | - </property> | ||
821 | - <property name="alignment"> | ||
822 | - <set>Qt::AlignCenter</set> | ||
823 | - </property> | ||
824 | - </widget> | ||
825 | - <widget class="QLabel" name="m_ctrlLbListState_2_4"> | ||
826 | - <property name="geometry"> | ||
827 | - <rect> | ||
828 | - <x>382</x> | ||
829 | - <y>363</y> | ||
830 | - <width>111</width> | ||
831 | - <height>81</height> | ||
832 | - </rect> | ||
833 | - </property> | ||
834 | - <property name="font"> | ||
835 | - <font> | ||
836 | - <pointsize>10</pointsize> | ||
837 | - </font> | ||
838 | - </property> | ||
839 | - <property name="text"> | ||
840 | - <string/> | ||
841 | - </property> | ||
842 | - <property name="alignment"> | ||
843 | - <set>Qt::AlignCenter</set> | ||
844 | - </property> | ||
845 | - </widget> | ||
846 | - <widget class="QLabel" name="m_ctrlLbListState_2_7"> | ||
847 | - <property name="geometry"> | ||
848 | - <rect> | ||
849 | - <x>382</x> | ||
850 | - <y>648</y> | ||
851 | - <width>111</width> | ||
852 | - <height>81</height> | ||
853 | - </rect> | ||
854 | - </property> | ||
855 | - <property name="font"> | ||
856 | - <font> | ||
857 | - <pointsize>10</pointsize> | ||
858 | - </font> | ||
859 | - </property> | ||
860 | - <property name="text"> | ||
861 | - <string/> | ||
862 | - </property> | ||
863 | - <property name="alignment"> | ||
864 | - <set>Qt::AlignCenter</set> | ||
865 | - </property> | ||
866 | - </widget> | ||
867 | - <widget class="QLabel" name="m_ctrlLbListState_2_9"> | ||
868 | - <property name="geometry"> | ||
869 | - <rect> | ||
870 | - <x>382</x> | ||
871 | - <y>838</y> | ||
872 | - <width>111</width> | ||
873 | - <height>81</height> | ||
874 | - </rect> | ||
875 | - </property> | ||
876 | - <property name="font"> | ||
877 | - <font> | ||
878 | - <pointsize>10</pointsize> | ||
879 | - </font> | ||
880 | - </property> | ||
881 | - <property name="text"> | ||
882 | - <string/> | ||
883 | - </property> | ||
884 | - <property name="alignment"> | ||
885 | - <set>Qt::AlignCenter</set> | ||
886 | - </property> | ||
887 | - </widget> | ||
888 | - <widget class="QLabel" name="m_ctrlLbListState_2_1"> | ||
889 | - <property name="geometry"> | ||
890 | - <rect> | ||
891 | - <x>382</x> | ||
892 | - <y>78</y> | ||
893 | - <width>111</width> | ||
894 | - <height>81</height> | ||
895 | - </rect> | ||
896 | - </property> | ||
897 | - <property name="font"> | ||
898 | - <font> | ||
899 | - <pointsize>10</pointsize> | ||
900 | - </font> | ||
901 | - </property> | ||
902 | - <property name="text"> | ||
903 | - <string/> | ||
904 | - </property> | ||
905 | - <property name="alignment"> | ||
906 | - <set>Qt::AlignCenter</set> | ||
907 | - </property> | ||
908 | - </widget> | ||
909 | - <widget class="QLabel" name="m_ctrlLbListState_2_6"> | ||
910 | - <property name="geometry"> | ||
911 | - <rect> | ||
912 | - <x>382</x> | ||
913 | - <y>553</y> | ||
914 | - <width>111</width> | ||
915 | - <height>81</height> | ||
916 | - </rect> | ||
917 | - </property> | ||
918 | - <property name="font"> | ||
919 | - <font> | ||
920 | - <pointsize>10</pointsize> | ||
921 | - </font> | ||
922 | - </property> | ||
923 | - <property name="text"> | ||
924 | - <string/> | ||
925 | - </property> | ||
926 | - <property name="alignment"> | ||
927 | - <set>Qt::AlignCenter</set> | ||
928 | - </property> | ||
929 | - </widget> | ||
930 | - <widget class="QLabel" name="m_ctrlLbListState_2_3"> | ||
931 | - <property name="geometry"> | ||
932 | - <rect> | ||
933 | - <x>382</x> | ||
934 | - <y>268</y> | ||
935 | - <width>111</width> | ||
936 | - <height>81</height> | ||
937 | - </rect> | ||
938 | - </property> | ||
939 | - <property name="font"> | ||
940 | - <font> | ||
941 | - <pointsize>10</pointsize> | ||
942 | - </font> | ||
943 | - </property> | ||
944 | - <property name="text"> | ||
945 | - <string/> | ||
946 | - </property> | ||
947 | - <property name="alignment"> | ||
948 | - <set>Qt::AlignCenter</set> | ||
949 | - </property> | ||
950 | - </widget> | ||
951 | - <widget class="QLabel" name="m_ctrlLbListState_2_8"> | ||
952 | - <property name="geometry"> | ||
953 | - <rect> | ||
954 | - <x>382</x> | ||
955 | - <y>743</y> | ||
956 | - <width>111</width> | ||
957 | - <height>81</height> | ||
958 | - </rect> | ||
959 | - </property> | ||
960 | - <property name="font"> | ||
961 | - <font> | ||
962 | - <pointsize>10</pointsize> | ||
963 | - </font> | ||
964 | - </property> | ||
965 | - <property name="text"> | ||
966 | - <string/> | ||
967 | - </property> | ||
968 | - <property name="alignment"> | ||
969 | - <set>Qt::AlignCenter</set> | ||
970 | - </property> | ||
971 | - </widget> | ||
972 | - <widget class="QLabel" name="m_ctrlLbListState_2_2"> | ||
973 | - <property name="geometry"> | ||
974 | - <rect> | ||
975 | - <x>382</x> | ||
976 | - <y>173</y> | ||
977 | - <width>111</width> | ||
978 | - <height>81</height> | ||
979 | - </rect> | ||
980 | - </property> | ||
981 | - <property name="font"> | ||
982 | - <font> | ||
983 | - <pointsize>10</pointsize> | ||
984 | - </font> | ||
985 | - </property> | ||
986 | - <property name="text"> | ||
987 | - <string/> | ||
988 | - </property> | ||
989 | - <property name="alignment"> | ||
990 | - <set>Qt::AlignCenter</set> | ||
991 | - </property> | ||
992 | - </widget> | ||
993 | - <widget class="QLabel" name="m_ctrlLbListState_2_5"> | ||
994 | - <property name="geometry"> | ||
995 | - <rect> | ||
996 | - <x>382</x> | ||
997 | - <y>458</y> | ||
998 | - <width>111</width> | ||
999 | - <height>81</height> | ||
1000 | - </rect> | ||
1001 | - </property> | ||
1002 | - <property name="font"> | ||
1003 | - <font> | ||
1004 | - <pointsize>10</pointsize> | ||
1005 | - </font> | ||
1006 | - </property> | ||
1007 | - <property name="text"> | ||
1008 | - <string/> | ||
1009 | - </property> | ||
1010 | - <property name="alignment"> | ||
1011 | - <set>Qt::AlignCenter</set> | ||
1012 | - </property> | ||
1013 | - </widget> | ||
1014 | - <widget class="QLabel" name="m_ctrlLbListState_3_4"> | ||
1015 | - <property name="geometry"> | ||
1016 | - <rect> | ||
1017 | - <x>496</x> | ||
1018 | - <y>363</y> | ||
1019 | - <width>111</width> | ||
1020 | - <height>81</height> | ||
1021 | - </rect> | ||
1022 | - </property> | ||
1023 | - <property name="font"> | ||
1024 | - <font> | ||
1025 | - <pointsize>10</pointsize> | ||
1026 | - </font> | ||
1027 | - </property> | ||
1028 | - <property name="text"> | ||
1029 | - <string/> | ||
1030 | - </property> | ||
1031 | - <property name="alignment"> | ||
1032 | - <set>Qt::AlignCenter</set> | ||
1033 | - </property> | ||
1034 | - </widget> | ||
1035 | - <widget class="QLabel" name="m_ctrlLbListState_3_7"> | ||
1036 | - <property name="geometry"> | ||
1037 | - <rect> | ||
1038 | - <x>496</x> | ||
1039 | - <y>648</y> | ||
1040 | - <width>111</width> | ||
1041 | - <height>81</height> | ||
1042 | - </rect> | ||
1043 | - </property> | ||
1044 | - <property name="font"> | ||
1045 | - <font> | ||
1046 | - <pointsize>10</pointsize> | ||
1047 | - </font> | ||
1048 | - </property> | ||
1049 | - <property name="text"> | ||
1050 | - <string/> | ||
1051 | - </property> | ||
1052 | - <property name="alignment"> | ||
1053 | - <set>Qt::AlignCenter</set> | ||
1054 | - </property> | ||
1055 | - </widget> | ||
1056 | - <widget class="QLabel" name="m_ctrlLbListState_3_1"> | ||
1057 | - <property name="geometry"> | ||
1058 | - <rect> | ||
1059 | - <x>496</x> | ||
1060 | - <y>78</y> | ||
1061 | - <width>111</width> | ||
1062 | - <height>81</height> | ||
1063 | - </rect> | ||
1064 | - </property> | ||
1065 | - <property name="font"> | ||
1066 | - <font> | ||
1067 | - <pointsize>10</pointsize> | ||
1068 | - </font> | ||
1069 | - </property> | ||
1070 | - <property name="text"> | ||
1071 | - <string/> | ||
1072 | - </property> | ||
1073 | - <property name="alignment"> | ||
1074 | - <set>Qt::AlignCenter</set> | ||
1075 | - </property> | ||
1076 | - </widget> | ||
1077 | - <widget class="QLabel" name="m_ctrlLbListState_3_9"> | ||
1078 | - <property name="geometry"> | ||
1079 | - <rect> | ||
1080 | - <x>496</x> | ||
1081 | - <y>838</y> | ||
1082 | - <width>111</width> | ||
1083 | - <height>81</height> | ||
1084 | - </rect> | ||
1085 | - </property> | ||
1086 | - <property name="font"> | ||
1087 | - <font> | ||
1088 | - <pointsize>10</pointsize> | ||
1089 | - </font> | ||
1090 | - </property> | ||
1091 | - <property name="text"> | ||
1092 | - <string/> | ||
1093 | - </property> | ||
1094 | - <property name="alignment"> | ||
1095 | - <set>Qt::AlignCenter</set> | ||
1096 | - </property> | ||
1097 | - </widget> | ||
1098 | - <widget class="QLabel" name="m_ctrlLbListState_3_6"> | ||
1099 | - <property name="geometry"> | ||
1100 | - <rect> | ||
1101 | - <x>496</x> | ||
1102 | - <y>553</y> | ||
1103 | - <width>111</width> | ||
1104 | - <height>81</height> | ||
1105 | - </rect> | ||
1106 | - </property> | ||
1107 | - <property name="font"> | ||
1108 | - <font> | ||
1109 | - <pointsize>10</pointsize> | ||
1110 | - </font> | ||
1111 | - </property> | ||
1112 | - <property name="text"> | ||
1113 | - <string/> | ||
1114 | - </property> | ||
1115 | - <property name="alignment"> | ||
1116 | - <set>Qt::AlignCenter</set> | ||
1117 | - </property> | ||
1118 | - </widget> | ||
1119 | - <widget class="QLabel" name="m_ctrlLbListState_3_3"> | ||
1120 | - <property name="geometry"> | ||
1121 | - <rect> | ||
1122 | - <x>496</x> | ||
1123 | - <y>268</y> | ||
1124 | - <width>111</width> | ||
1125 | - <height>81</height> | ||
1126 | - </rect> | ||
1127 | - </property> | ||
1128 | - <property name="font"> | ||
1129 | - <font> | ||
1130 | - <pointsize>10</pointsize> | ||
1131 | - </font> | ||
1132 | - </property> | ||
1133 | - <property name="text"> | ||
1134 | - <string/> | ||
1135 | - </property> | ||
1136 | - <property name="alignment"> | ||
1137 | - <set>Qt::AlignCenter</set> | ||
1138 | - </property> | ||
1139 | - </widget> | ||
1140 | - <widget class="QLabel" name="m_ctrlLbListState_3_8"> | ||
1141 | - <property name="geometry"> | ||
1142 | - <rect> | ||
1143 | - <x>496</x> | ||
1144 | - <y>743</y> | ||
1145 | - <width>111</width> | ||
1146 | - <height>81</height> | ||
1147 | - </rect> | ||
1148 | - </property> | ||
1149 | - <property name="font"> | ||
1150 | - <font> | ||
1151 | - <pointsize>10</pointsize> | ||
1152 | - </font> | ||
1153 | - </property> | ||
1154 | - <property name="text"> | ||
1155 | - <string/> | ||
1156 | - </property> | ||
1157 | - <property name="alignment"> | ||
1158 | - <set>Qt::AlignCenter</set> | ||
1159 | - </property> | ||
1160 | - </widget> | ||
1161 | - <widget class="QLabel" name="m_ctrlLbListState_3_2"> | ||
1162 | - <property name="geometry"> | ||
1163 | - <rect> | ||
1164 | - <x>496</x> | ||
1165 | - <y>173</y> | ||
1166 | - <width>111</width> | ||
1167 | - <height>81</height> | ||
1168 | - </rect> | ||
1169 | - </property> | ||
1170 | - <property name="font"> | ||
1171 | - <font> | ||
1172 | - <pointsize>10</pointsize> | ||
1173 | - </font> | ||
1174 | - </property> | ||
1175 | - <property name="text"> | ||
1176 | - <string/> | ||
1177 | - </property> | ||
1178 | - <property name="alignment"> | ||
1179 | - <set>Qt::AlignCenter</set> | ||
1180 | - </property> | ||
1181 | - </widget> | ||
1182 | - <widget class="QLabel" name="m_ctrlLbListState_3_5"> | ||
1183 | - <property name="geometry"> | ||
1184 | - <rect> | ||
1185 | - <x>496</x> | ||
1186 | - <y>458</y> | ||
1187 | - <width>111</width> | ||
1188 | - <height>81</height> | ||
1189 | - </rect> | ||
1190 | - </property> | ||
1191 | - <property name="font"> | ||
1192 | - <font> | ||
1193 | - <pointsize>10</pointsize> | ||
1194 | - </font> | ||
1195 | - </property> | ||
1196 | - <property name="text"> | ||
1197 | - <string/> | ||
1198 | - </property> | ||
1199 | - <property name="alignment"> | ||
1200 | - <set>Qt::AlignCenter</set> | ||
1201 | - </property> | ||
1202 | - </widget> | ||
1203 | - <widget class="QLabel" name="m_ctrlLbListState_4_4"> | ||
1204 | - <property name="geometry"> | ||
1205 | - <rect> | ||
1206 | - <x>610</x> | ||
1207 | - <y>363</y> | ||
1208 | - <width>181</width> | ||
1209 | - <height>81</height> | ||
1210 | - </rect> | ||
1211 | - </property> | ||
1212 | - <property name="font"> | ||
1213 | - <font> | ||
1214 | - <pointsize>10</pointsize> | ||
1215 | - </font> | ||
1216 | - </property> | ||
1217 | - <property name="text"> | ||
1218 | - <string/> | ||
1219 | - </property> | ||
1220 | - <property name="alignment"> | ||
1221 | - <set>Qt::AlignCenter</set> | ||
1222 | - </property> | ||
1223 | - </widget> | ||
1224 | - <widget class="QLabel" name="m_ctrlLbListState_4_7"> | ||
1225 | - <property name="geometry"> | ||
1226 | - <rect> | ||
1227 | - <x>610</x> | ||
1228 | - <y>648</y> | ||
1229 | - <width>181</width> | ||
1230 | - <height>81</height> | ||
1231 | - </rect> | ||
1232 | - </property> | ||
1233 | - <property name="font"> | ||
1234 | - <font> | ||
1235 | - <pointsize>10</pointsize> | ||
1236 | - </font> | ||
1237 | - </property> | ||
1238 | - <property name="text"> | ||
1239 | - <string/> | ||
1240 | - </property> | ||
1241 | - <property name="alignment"> | ||
1242 | - <set>Qt::AlignCenter</set> | ||
1243 | - </property> | ||
1244 | - </widget> | ||
1245 | - <widget class="QLabel" name="m_ctrlLbListState_4_1"> | ||
1246 | - <property name="geometry"> | ||
1247 | - <rect> | ||
1248 | - <x>610</x> | ||
1249 | - <y>78</y> | ||
1250 | - <width>181</width> | ||
1251 | - <height>81</height> | ||
1252 | - </rect> | ||
1253 | - </property> | ||
1254 | - <property name="font"> | ||
1255 | - <font> | ||
1256 | - <pointsize>10</pointsize> | ||
1257 | - </font> | ||
1258 | - </property> | ||
1259 | - <property name="text"> | ||
1260 | - <string/> | ||
1261 | - </property> | ||
1262 | - <property name="alignment"> | ||
1263 | - <set>Qt::AlignCenter</set> | ||
1264 | - </property> | ||
1265 | - </widget> | ||
1266 | - <widget class="QLabel" name="m_ctrlLbListState_4_9"> | ||
1267 | - <property name="geometry"> | ||
1268 | - <rect> | ||
1269 | - <x>610</x> | ||
1270 | - <y>838</y> | ||
1271 | - <width>181</width> | ||
1272 | - <height>81</height> | ||
1273 | - </rect> | ||
1274 | - </property> | ||
1275 | - <property name="font"> | ||
1276 | - <font> | ||
1277 | - <pointsize>10</pointsize> | ||
1278 | - </font> | ||
1279 | - </property> | ||
1280 | - <property name="text"> | ||
1281 | - <string/> | ||
1282 | - </property> | ||
1283 | - <property name="alignment"> | ||
1284 | - <set>Qt::AlignCenter</set> | ||
1285 | - </property> | ||
1286 | - </widget> | ||
1287 | - <widget class="QLabel" name="m_ctrlLbListState_4_6"> | ||
1288 | - <property name="geometry"> | ||
1289 | - <rect> | ||
1290 | - <x>610</x> | ||
1291 | - <y>553</y> | ||
1292 | - <width>181</width> | ||
1293 | - <height>81</height> | ||
1294 | - </rect> | ||
1295 | - </property> | ||
1296 | - <property name="font"> | ||
1297 | - <font> | ||
1298 | - <pointsize>10</pointsize> | ||
1299 | - </font> | ||
1300 | - </property> | ||
1301 | - <property name="text"> | ||
1302 | - <string/> | ||
1303 | - </property> | ||
1304 | - <property name="alignment"> | ||
1305 | - <set>Qt::AlignCenter</set> | ||
1306 | - </property> | ||
1307 | - </widget> | ||
1308 | - <widget class="QLabel" name="m_ctrlLbListState_4_3"> | ||
1309 | - <property name="geometry"> | ||
1310 | - <rect> | ||
1311 | - <x>610</x> | ||
1312 | - <y>268</y> | ||
1313 | - <width>181</width> | ||
1314 | - <height>81</height> | ||
1315 | - </rect> | ||
1316 | - </property> | ||
1317 | - <property name="font"> | ||
1318 | - <font> | ||
1319 | - <pointsize>10</pointsize> | ||
1320 | - </font> | ||
1321 | - </property> | ||
1322 | - <property name="text"> | ||
1323 | - <string/> | ||
1324 | - </property> | ||
1325 | - <property name="alignment"> | ||
1326 | - <set>Qt::AlignCenter</set> | ||
1327 | - </property> | ||
1328 | - </widget> | ||
1329 | - <widget class="QLabel" name="m_ctrlLbListState_4_8"> | ||
1330 | - <property name="geometry"> | ||
1331 | - <rect> | ||
1332 | - <x>610</x> | ||
1333 | - <y>743</y> | ||
1334 | - <width>181</width> | ||
1335 | - <height>81</height> | ||
1336 | - </rect> | ||
1337 | - </property> | ||
1338 | - <property name="font"> | ||
1339 | - <font> | ||
1340 | - <pointsize>10</pointsize> | ||
1341 | - </font> | ||
1342 | - </property> | ||
1343 | - <property name="text"> | ||
1344 | - <string/> | ||
1345 | - </property> | ||
1346 | - <property name="alignment"> | ||
1347 | - <set>Qt::AlignCenter</set> | ||
1348 | - </property> | ||
1349 | - </widget> | ||
1350 | - <widget class="QLabel" name="m_ctrlLbListState_4_2"> | ||
1351 | - <property name="geometry"> | ||
1352 | - <rect> | ||
1353 | - <x>610</x> | ||
1354 | - <y>173</y> | ||
1355 | - <width>181</width> | ||
1356 | - <height>81</height> | ||
1357 | - </rect> | ||
1358 | - </property> | ||
1359 | - <property name="font"> | ||
1360 | - <font> | ||
1361 | - <pointsize>10</pointsize> | ||
1362 | - </font> | ||
1363 | - </property> | ||
1364 | - <property name="text"> | ||
1365 | - <string/> | ||
1366 | - </property> | ||
1367 | - <property name="alignment"> | ||
1368 | - <set>Qt::AlignCenter</set> | ||
1369 | - </property> | ||
1370 | - </widget> | ||
1371 | - <widget class="QLabel" name="m_ctrlLbListState_4_5"> | ||
1372 | - <property name="geometry"> | ||
1373 | - <rect> | ||
1374 | - <x>610</x> | ||
1375 | - <y>458</y> | ||
1376 | - <width>181</width> | ||
1377 | - <height>81</height> | ||
1378 | - </rect> | ||
1379 | - </property> | ||
1380 | - <property name="font"> | ||
1381 | - <font> | ||
1382 | - <pointsize>10</pointsize> | ||
1383 | - </font> | ||
1384 | - </property> | ||
1385 | - <property name="text"> | ||
1386 | - <string/> | ||
1387 | - </property> | ||
1388 | - <property name="alignment"> | ||
1389 | - <set>Qt::AlignCenter</set> | ||
1390 | - </property> | ||
1391 | - </widget> | ||
1392 | - <widget class="QLabel" name="m_ctrlLbCol4Name_2"> | ||
1393 | - <property name="geometry"> | ||
1394 | - <rect> | ||
1395 | - <x>609</x> | ||
1396 | - <y>0</y> | ||
1397 | - <width>181</width> | ||
1398 | - <height>70</height> | ||
1399 | - </rect> | ||
1400 | - </property> | ||
1401 | - <property name="font"> | ||
1402 | - <font> | ||
1403 | - <family>나눔고딕</family> | ||
1404 | - <pointsize>8</pointsize> | ||
1405 | - </font> | ||
1406 | - </property> | ||
1407 | - <property name="text"> | ||
1408 | - <string>최대온도 | ||
1409 | -도달시간</string> | ||
1410 | - </property> | ||
1411 | - <property name="alignment"> | ||
1412 | - <set>Qt::AlignCenter</set> | ||
1413 | - </property> | 984 | + </property> |
985 | + <property name="text"> | ||
986 | + <string>미트프로브온도3</string> | ||
987 | + </property> | ||
988 | + </widget> | ||
989 | + </item> | ||
990 | + <item row="4" column="4"> | ||
991 | + <widget class="QLabel" name="m_ctrlLbListState_2_2"> | ||
992 | + <property name="font"> | ||
993 | + <font> | ||
994 | + <pointsize>10</pointsize> | ||
995 | + </font> | ||
996 | + </property> | ||
997 | + <property name="text"> | ||
998 | + <string/> | ||
999 | + </property> | ||
1000 | + <property name="alignment"> | ||
1001 | + <set>Qt::AlignCenter</set> | ||
1002 | + </property> | ||
1003 | + </widget> | ||
1004 | + </item> | ||
1005 | + <item row="20" column="4"> | ||
1006 | + <widget class="QLabel" name="m_ctrlLbListState_2_10"> | ||
1007 | + <property name="font"> | ||
1008 | + <font> | ||
1009 | + <pointsize>10</pointsize> | ||
1010 | + </font> | ||
1011 | + </property> | ||
1012 | + <property name="text"> | ||
1013 | + <string/> | ||
1014 | + </property> | ||
1015 | + <property name="alignment"> | ||
1016 | + <set>Qt::AlignCenter</set> | ||
1017 | + </property> | ||
1018 | + </widget> | ||
1019 | + </item> | ||
1020 | + <item row="4" column="6"> | ||
1021 | + <widget class="QLabel" name="m_ctrlLbListState_3_2"> | ||
1022 | + <property name="font"> | ||
1023 | + <font> | ||
1024 | + <pointsize>10</pointsize> | ||
1025 | + </font> | ||
1026 | + </property> | ||
1027 | + <property name="text"> | ||
1028 | + <string/> | ||
1029 | + </property> | ||
1030 | + <property name="alignment"> | ||
1031 | + <set>Qt::AlignCenter</set> | ||
1032 | + </property> | ||
1033 | + </widget> | ||
1034 | + </item> | ||
1035 | + <item row="20" column="6"> | ||
1036 | + <widget class="QLabel" name="m_ctrlLbListState_3_10"> | ||
1037 | + <property name="font"> | ||
1038 | + <font> | ||
1039 | + <pointsize>10</pointsize> | ||
1040 | + </font> | ||
1041 | + </property> | ||
1042 | + <property name="text"> | ||
1043 | + <string/> | ||
1044 | + </property> | ||
1045 | + <property name="alignment"> | ||
1046 | + <set>Qt::AlignCenter</set> | ||
1047 | + </property> | ||
1048 | + </widget> | ||
1049 | + </item> | ||
1050 | + <item row="6" column="8"> | ||
1051 | + <widget class="QLabel" name="m_ctrlLbListState_4_3"> | ||
1052 | + <property name="sizePolicy"> | ||
1053 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1054 | + <horstretch>0</horstretch> | ||
1055 | + <verstretch>0</verstretch> | ||
1056 | + </sizepolicy> | ||
1057 | + </property> | ||
1058 | + <property name="minimumSize"> | ||
1059 | + <size> | ||
1060 | + <width>0</width> | ||
1061 | + <height>61</height> | ||
1062 | + </size> | ||
1063 | + </property> | ||
1064 | + <property name="maximumSize"> | ||
1065 | + <size> | ||
1066 | + <width>16777215</width> | ||
1067 | + <height>60</height> | ||
1068 | + </size> | ||
1069 | + </property> | ||
1070 | + <property name="font"> | ||
1071 | + <font> | ||
1072 | + <pointsize>10</pointsize> | ||
1073 | + </font> | ||
1074 | + </property> | ||
1075 | + <property name="text"> | ||
1076 | + <string/> | ||
1077 | + </property> | ||
1078 | + <property name="alignment"> | ||
1079 | + <set>Qt::AlignCenter</set> | ||
1080 | + </property> | ||
1081 | + </widget> | ||
1082 | + </item> | ||
1083 | + <item row="18" column="8"> | ||
1084 | + <widget class="QLabel" name="m_ctrlLbListState_4_9"> | ||
1085 | + <property name="sizePolicy"> | ||
1086 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1087 | + <horstretch>0</horstretch> | ||
1088 | + <verstretch>0</verstretch> | ||
1089 | + </sizepolicy> | ||
1090 | + </property> | ||
1091 | + <property name="minimumSize"> | ||
1092 | + <size> | ||
1093 | + <width>0</width> | ||
1094 | + <height>61</height> | ||
1095 | + </size> | ||
1096 | + </property> | ||
1097 | + <property name="maximumSize"> | ||
1098 | + <size> | ||
1099 | + <width>16777215</width> | ||
1100 | + <height>60</height> | ||
1101 | + </size> | ||
1102 | + </property> | ||
1103 | + <property name="font"> | ||
1104 | + <font> | ||
1105 | + <pointsize>10</pointsize> | ||
1106 | + </font> | ||
1107 | + </property> | ||
1108 | + <property name="text"> | ||
1109 | + <string/> | ||
1110 | + </property> | ||
1111 | + <property name="alignment"> | ||
1112 | + <set>Qt::AlignCenter</set> | ||
1113 | + </property> | ||
1114 | + </widget> | ||
1115 | + </item> | ||
1116 | + <item row="4" column="8"> | ||
1117 | + <widget class="QLabel" name="m_ctrlLbListState_4_2"> | ||
1118 | + <property name="sizePolicy"> | ||
1119 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1120 | + <horstretch>0</horstretch> | ||
1121 | + <verstretch>0</verstretch> | ||
1122 | + </sizepolicy> | ||
1123 | + </property> | ||
1124 | + <property name="minimumSize"> | ||
1125 | + <size> | ||
1126 | + <width>0</width> | ||
1127 | + <height>61</height> | ||
1128 | + </size> | ||
1129 | + </property> | ||
1130 | + <property name="maximumSize"> | ||
1131 | + <size> | ||
1132 | + <width>16777215</width> | ||
1133 | + <height>60</height> | ||
1134 | + </size> | ||
1135 | + </property> | ||
1136 | + <property name="font"> | ||
1137 | + <font> | ||
1138 | + <pointsize>10</pointsize> | ||
1139 | + </font> | ||
1140 | + </property> | ||
1141 | + <property name="text"> | ||
1142 | + <string/> | ||
1143 | + </property> | ||
1144 | + <property name="alignment"> | ||
1145 | + <set>Qt::AlignCenter</set> | ||
1146 | + </property> | ||
1147 | + </widget> | ||
1148 | + </item> | ||
1149 | + <item row="8" column="8"> | ||
1150 | + <widget class="QLabel" name="m_ctrlLbListState_4_4"> | ||
1151 | + <property name="sizePolicy"> | ||
1152 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1153 | + <horstretch>0</horstretch> | ||
1154 | + <verstretch>0</verstretch> | ||
1155 | + </sizepolicy> | ||
1156 | + </property> | ||
1157 | + <property name="minimumSize"> | ||
1158 | + <size> | ||
1159 | + <width>0</width> | ||
1160 | + <height>61</height> | ||
1161 | + </size> | ||
1162 | + </property> | ||
1163 | + <property name="maximumSize"> | ||
1164 | + <size> | ||
1165 | + <width>16777215</width> | ||
1166 | + <height>60</height> | ||
1167 | + </size> | ||
1168 | + </property> | ||
1169 | + <property name="font"> | ||
1170 | + <font> | ||
1171 | + <pointsize>10</pointsize> | ||
1172 | + </font> | ||
1173 | + </property> | ||
1174 | + <property name="text"> | ||
1175 | + <string/> | ||
1176 | + </property> | ||
1177 | + <property name="alignment"> | ||
1178 | + <set>Qt::AlignCenter</set> | ||
1179 | + </property> | ||
1180 | + </widget> | ||
1181 | + </item> | ||
1182 | + <item row="16" column="6"> | ||
1183 | + <widget class="QLabel" name="m_ctrlLbListState_3_8"> | ||
1184 | + <property name="font"> | ||
1185 | + <font> | ||
1186 | + <pointsize>10</pointsize> | ||
1187 | + </font> | ||
1188 | + </property> | ||
1189 | + <property name="text"> | ||
1190 | + <string/> | ||
1191 | + </property> | ||
1192 | + <property name="alignment"> | ||
1193 | + <set>Qt::AlignCenter</set> | ||
1194 | + </property> | ||
1195 | + </widget> | ||
1196 | + </item> | ||
1197 | + <item row="14" column="6"> | ||
1198 | + <widget class="QLabel" name="m_ctrlLbListState_3_7"> | ||
1199 | + <property name="font"> | ||
1200 | + <font> | ||
1201 | + <pointsize>10</pointsize> | ||
1202 | + </font> | ||
1203 | + </property> | ||
1204 | + <property name="text"> | ||
1205 | + <string/> | ||
1206 | + </property> | ||
1207 | + <property name="alignment"> | ||
1208 | + <set>Qt::AlignCenter</set> | ||
1209 | + </property> | ||
1210 | + </widget> | ||
1211 | + </item> | ||
1212 | + <item row="12" column="8"> | ||
1213 | + <widget class="QLabel" name="m_ctrlLbListState_4_6"> | ||
1214 | + <property name="sizePolicy"> | ||
1215 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1216 | + <horstretch>0</horstretch> | ||
1217 | + <verstretch>0</verstretch> | ||
1218 | + </sizepolicy> | ||
1219 | + </property> | ||
1220 | + <property name="minimumSize"> | ||
1221 | + <size> | ||
1222 | + <width>0</width> | ||
1223 | + <height>61</height> | ||
1224 | + </size> | ||
1225 | + </property> | ||
1226 | + <property name="maximumSize"> | ||
1227 | + <size> | ||
1228 | + <width>16777215</width> | ||
1229 | + <height>60</height> | ||
1230 | + </size> | ||
1231 | + </property> | ||
1232 | + <property name="font"> | ||
1233 | + <font> | ||
1234 | + <pointsize>10</pointsize> | ||
1235 | + </font> | ||
1236 | + </property> | ||
1237 | + <property name="text"> | ||
1238 | + <string/> | ||
1239 | + </property> | ||
1240 | + <property name="alignment"> | ||
1241 | + <set>Qt::AlignCenter</set> | ||
1242 | + </property> | ||
1243 | + </widget> | ||
1244 | + </item> | ||
1245 | + <item row="10" column="4"> | ||
1246 | + <widget class="QLabel" name="m_ctrlLbListState_2_5"> | ||
1247 | + <property name="font"> | ||
1248 | + <font> | ||
1249 | + <pointsize>10</pointsize> | ||
1250 | + </font> | ||
1251 | + </property> | ||
1252 | + <property name="text"> | ||
1253 | + <string/> | ||
1254 | + </property> | ||
1255 | + <property name="alignment"> | ||
1256 | + <set>Qt::AlignCenter</set> | ||
1257 | + </property> | ||
1258 | + </widget> | ||
1259 | + </item> | ||
1260 | + <item row="6" column="6"> | ||
1261 | + <widget class="QLabel" name="m_ctrlLbListState_3_3"> | ||
1262 | + <property name="font"> | ||
1263 | + <font> | ||
1264 | + <pointsize>10</pointsize> | ||
1265 | + </font> | ||
1266 | + </property> | ||
1267 | + <property name="text"> | ||
1268 | + <string/> | ||
1269 | + </property> | ||
1270 | + <property name="alignment"> | ||
1271 | + <set>Qt::AlignCenter</set> | ||
1272 | + </property> | ||
1273 | + </widget> | ||
1274 | + </item> | ||
1275 | + <item row="8" column="6"> | ||
1276 | + <widget class="QLabel" name="m_ctrlLbListState_3_4"> | ||
1277 | + <property name="font"> | ||
1278 | + <font> | ||
1279 | + <pointsize>10</pointsize> | ||
1280 | + </font> | ||
1281 | + </property> | ||
1282 | + <property name="text"> | ||
1283 | + <string/> | ||
1284 | + </property> | ||
1285 | + <property name="alignment"> | ||
1286 | + <set>Qt::AlignCenter</set> | ||
1287 | + </property> | ||
1288 | + </widget> | ||
1289 | + </item> | ||
1290 | + <item row="12" column="6"> | ||
1291 | + <widget class="QLabel" name="m_ctrlLbListState_3_6"> | ||
1292 | + <property name="font"> | ||
1293 | + <font> | ||
1294 | + <pointsize>10</pointsize> | ||
1295 | + </font> | ||
1296 | + </property> | ||
1297 | + <property name="text"> | ||
1298 | + <string/> | ||
1299 | + </property> | ||
1300 | + <property name="alignment"> | ||
1301 | + <set>Qt::AlignCenter</set> | ||
1302 | + </property> | ||
1303 | + </widget> | ||
1304 | + </item> | ||
1305 | + <item row="10" column="8"> | ||
1306 | + <widget class="QLabel" name="m_ctrlLbListState_4_5"> | ||
1307 | + <property name="sizePolicy"> | ||
1308 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1309 | + <horstretch>0</horstretch> | ||
1310 | + <verstretch>0</verstretch> | ||
1311 | + </sizepolicy> | ||
1312 | + </property> | ||
1313 | + <property name="minimumSize"> | ||
1314 | + <size> | ||
1315 | + <width>0</width> | ||
1316 | + <height>61</height> | ||
1317 | + </size> | ||
1318 | + </property> | ||
1319 | + <property name="maximumSize"> | ||
1320 | + <size> | ||
1321 | + <width>16777215</width> | ||
1322 | + <height>60</height> | ||
1323 | + </size> | ||
1324 | + </property> | ||
1325 | + <property name="font"> | ||
1326 | + <font> | ||
1327 | + <pointsize>10</pointsize> | ||
1328 | + </font> | ||
1329 | + </property> | ||
1330 | + <property name="text"> | ||
1331 | + <string/> | ||
1332 | + </property> | ||
1333 | + <property name="alignment"> | ||
1334 | + <set>Qt::AlignCenter</set> | ||
1335 | + </property> | ||
1336 | + </widget> | ||
1337 | + </item> | ||
1338 | + <item row="2" column="8"> | ||
1339 | + <widget class="QLabel" name="m_ctrlLbListState_4_1"> | ||
1340 | + <property name="sizePolicy"> | ||
1341 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1342 | + <horstretch>0</horstretch> | ||
1343 | + <verstretch>0</verstretch> | ||
1344 | + </sizepolicy> | ||
1345 | + </property> | ||
1346 | + <property name="minimumSize"> | ||
1347 | + <size> | ||
1348 | + <width>0</width> | ||
1349 | + <height>61</height> | ||
1350 | + </size> | ||
1351 | + </property> | ||
1352 | + <property name="maximumSize"> | ||
1353 | + <size> | ||
1354 | + <width>16777215</width> | ||
1355 | + <height>60</height> | ||
1356 | + </size> | ||
1357 | + </property> | ||
1358 | + <property name="font"> | ||
1359 | + <font> | ||
1360 | + <pointsize>10</pointsize> | ||
1361 | + </font> | ||
1362 | + </property> | ||
1363 | + <property name="text"> | ||
1364 | + <string/> | ||
1365 | + </property> | ||
1366 | + <property name="alignment"> | ||
1367 | + <set>Qt::AlignCenter</set> | ||
1368 | + </property> | ||
1369 | + </widget> | ||
1370 | + </item> | ||
1371 | + <item row="15" column="0" colspan="9"> | ||
1372 | + <widget class="Line" name="line_8"> | ||
1373 | + <property name="orientation"> | ||
1374 | + <enum>Qt::Horizontal</enum> | ||
1375 | + </property> | ||
1376 | + </widget> | ||
1377 | + </item> | ||
1378 | + <item row="11" column="0" colspan="9"> | ||
1379 | + <widget class="Line" name="line_6"> | ||
1380 | + <property name="orientation"> | ||
1381 | + <enum>Qt::Horizontal</enum> | ||
1382 | + </property> | ||
1383 | + </widget> | ||
1384 | + </item> | ||
1385 | + <item row="14" column="8"> | ||
1386 | + <widget class="QLabel" name="m_ctrlLbListState_4_7"> | ||
1387 | + <property name="sizePolicy"> | ||
1388 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1389 | + <horstretch>0</horstretch> | ||
1390 | + <verstretch>0</verstretch> | ||
1391 | + </sizepolicy> | ||
1392 | + </property> | ||
1393 | + <property name="minimumSize"> | ||
1394 | + <size> | ||
1395 | + <width>0</width> | ||
1396 | + <height>61</height> | ||
1397 | + </size> | ||
1398 | + </property> | ||
1399 | + <property name="maximumSize"> | ||
1400 | + <size> | ||
1401 | + <width>16777215</width> | ||
1402 | + <height>60</height> | ||
1403 | + </size> | ||
1404 | + </property> | ||
1405 | + <property name="font"> | ||
1406 | + <font> | ||
1407 | + <pointsize>10</pointsize> | ||
1408 | + </font> | ||
1409 | + </property> | ||
1410 | + <property name="text"> | ||
1411 | + <string/> | ||
1412 | + </property> | ||
1413 | + <property name="alignment"> | ||
1414 | + <set>Qt::AlignCenter</set> | ||
1415 | + </property> | ||
1416 | + </widget> | ||
1417 | + </item> | ||
1418 | + <item row="4" column="2"> | ||
1419 | + <widget class="QLabel" name="m_ctrlLbListState_1_2"> | ||
1420 | + <property name="font"> | ||
1421 | + <font> | ||
1422 | + <pointsize>10</pointsize> | ||
1423 | + </font> | ||
1424 | + </property> | ||
1425 | + <property name="text"> | ||
1426 | + <string/> | ||
1427 | + </property> | ||
1428 | + <property name="alignment"> | ||
1429 | + <set>Qt::AlignCenter</set> | ||
1430 | + </property> | ||
1431 | + </widget> | ||
1432 | + </item> | ||
1433 | + <item row="10" column="6"> | ||
1434 | + <widget class="QLabel" name="m_ctrlLbListState_3_5"> | ||
1435 | + <property name="font"> | ||
1436 | + <font> | ||
1437 | + <pointsize>10</pointsize> | ||
1438 | + </font> | ||
1439 | + </property> | ||
1440 | + <property name="text"> | ||
1441 | + <string/> | ||
1442 | + </property> | ||
1443 | + <property name="alignment"> | ||
1444 | + <set>Qt::AlignCenter</set> | ||
1445 | + </property> | ||
1446 | + </widget> | ||
1447 | + </item> | ||
1448 | + <item row="0" column="6"> | ||
1449 | + <widget class="QLabel" name="m_ctrlLbCol4Name_3"> | ||
1450 | + <property name="font"> | ||
1451 | + <font> | ||
1452 | + <family>나눔고딕</family> | ||
1453 | + <pointsize>8</pointsize> | ||
1454 | + </font> | ||
1455 | + </property> | ||
1456 | + <property name="text"> | ||
1457 | + <string>허용범위</string> | ||
1458 | + </property> | ||
1459 | + <property name="alignment"> | ||
1460 | + <set>Qt::AlignCenter</set> | ||
1461 | + </property> | ||
1462 | + </widget> | ||
1463 | + </item> | ||
1464 | + <item row="0" column="4"> | ||
1465 | + <widget class="QLabel" name="m_ctrlLbCol3Name_2"> | ||
1466 | + <property name="font"> | ||
1467 | + <font> | ||
1468 | + <family>나눔고딕</family> | ||
1469 | + <pointsize>8</pointsize> | ||
1470 | + </font> | ||
1471 | + </property> | ||
1472 | + <property name="text"> | ||
1473 | + <string>최대온도</string> | ||
1474 | + </property> | ||
1475 | + <property name="alignment"> | ||
1476 | + <set>Qt::AlignCenter</set> | ||
1477 | + </property> | ||
1478 | + </widget> | ||
1479 | + </item> | ||
1480 | + <item row="2" column="2"> | ||
1481 | + <widget class="QLabel" name="m_ctrlLbListState_1_1"> | ||
1482 | + <property name="font"> | ||
1483 | + <font> | ||
1484 | + <pointsize>10</pointsize> | ||
1485 | + </font> | ||
1486 | + </property> | ||
1487 | + <property name="text"> | ||
1488 | + <string/> | ||
1489 | + </property> | ||
1490 | + <property name="alignment"> | ||
1491 | + <set>Qt::AlignCenter</set> | ||
1492 | + </property> | ||
1493 | + </widget> | ||
1494 | + </item> | ||
1495 | + <item row="1" column="0" colspan="9"> | ||
1496 | + <widget class="Line" name="line"> | ||
1497 | + <property name="orientation"> | ||
1498 | + <enum>Qt::Horizontal</enum> | ||
1499 | + </property> | ||
1500 | + </widget> | ||
1501 | + </item> | ||
1502 | + <item row="2" column="0"> | ||
1503 | + <widget class="QPushButton" name="btnListName_1"> | ||
1504 | + <property name="sizePolicy"> | ||
1505 | + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
1506 | + <horstretch>0</horstretch> | ||
1507 | + <verstretch>0</verstretch> | ||
1508 | + </sizepolicy> | ||
1509 | + </property> | ||
1510 | + <property name="maximumSize"> | ||
1511 | + <size> | ||
1512 | + <width>16777215</width> | ||
1513 | + <height>60</height> | ||
1514 | + </size> | ||
1515 | + </property> | ||
1516 | + <property name="font"> | ||
1517 | + <font> | ||
1518 | + <family>Roboto</family> | ||
1519 | + <pointsize>10</pointsize> | ||
1520 | + <weight>75</weight> | ||
1521 | + <bold>true</bold> | ||
1522 | + <underline>false</underline> | ||
1523 | + </font> | ||
1524 | + </property> | ||
1525 | + <property name="focusPolicy"> | ||
1526 | + <enum>Qt::NoFocus</enum> | ||
1527 | + </property> | ||
1528 | + <property name="styleSheet"> | ||
1529 | + <string notr="true">QPushButton { border-image: url(:/images/button/379_63.png); | ||
1530 | +color: rgb(55, 55, 55); } | ||
1531 | +QPushButton:pressed { border-image: url(:/images/button/379_ov_63.png); } | ||
1532 | +QPushButton { text-align: center;} | ||
1533 | +</string> | ||
1534 | + </property> | ||
1535 | + <property name="text"> | ||
1536 | + <string>실내온도</string> | ||
1537 | + </property> | ||
1538 | + </widget> | ||
1539 | + </item> | ||
1540 | + <item row="3" column="0" colspan="9"> | ||
1541 | + <widget class="Line" name="line_2"> | ||
1542 | + <property name="orientation"> | ||
1543 | + <enum>Qt::Horizontal</enum> | ||
1544 | + </property> | ||
1545 | + </widget> | ||
1546 | + </item> | ||
1547 | + <item row="19" column="0" colspan="9"> | ||
1548 | + <widget class="Line" name="line_10"> | ||
1549 | + <property name="orientation"> | ||
1550 | + <enum>Qt::Horizontal</enum> | ||
1551 | + </property> | ||
1552 | + </widget> | ||
1553 | + </item> | ||
1554 | + <item row="13" column="0" colspan="9"> | ||
1555 | + <widget class="Line" name="line_7"> | ||
1556 | + <property name="orientation"> | ||
1557 | + <enum>Qt::Horizontal</enum> | ||
1558 | + </property> | ||
1559 | + </widget> | ||
1560 | + </item> | ||
1561 | + <item row="0" column="1" rowspan="21"> | ||
1562 | + <widget class="Line" name="line_11"> | ||
1563 | + <property name="orientation"> | ||
1564 | + <enum>Qt::Vertical</enum> | ||
1565 | + </property> | ||
1566 | + </widget> | ||
1567 | + </item> | ||
1568 | + <item row="0" column="5" rowspan="21"> | ||
1569 | + <widget class="Line" name="line_13"> | ||
1570 | + <property name="orientation"> | ||
1571 | + <enum>Qt::Vertical</enum> | ||
1572 | + </property> | ||
1573 | + </widget> | ||
1574 | + </item> | ||
1575 | + <item row="0" column="7" rowspan="21"> | ||
1576 | + <widget class="Line" name="line_14"> | ||
1577 | + <property name="orientation"> | ||
1578 | + <enum>Qt::Vertical</enum> | ||
1579 | + </property> | ||
1580 | + </widget> | ||
1581 | + </item> | ||
1582 | + </layout> | ||
1583 | + </widget> | ||
1414 | </widget> | 1584 | </widget> |
1415 | </widget> | 1585 | </widget> |
1416 | </widget> | 1586 | </widget> |