Commit 19c40d008b45a652dbf47455071361e7668da532
1 parent
d5405832f9
Exists in
fhd-demo
시연용 임시 적용
Showing
2 changed files
with
136 additions
and
798 deletions
Show diff stats
app/gui/oven_control/configwindow.ui
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<ui version="4.0"> | |
| 3 | - <class>ConfigWindow</class> | |
| 4 | - <widget class="QMainWindow" name="ConfigWindow"> | |
| 5 | - <property name="geometry"> | |
| 6 | - <rect> | |
| 7 | - <x>0</x> | |
| 8 | - <y>0</y> | |
| 9 | - <width>900</width> | |
| 10 | - <height>1600</height> | |
| 11 | - </rect> | |
| 12 | - </property> | |
| 13 | - <property name="styleSheet"> | |
| 14 | - <string notr="true">#centralwidget { background-image: url(:/images/background/config.png); } | |
| 15 | -#bottomBar { background-image: url(:/images/bottom_bar/background.png); } | |
| 16 | - | |
| 17 | -QPushButton[style="type"] { | |
| 18 | -background-repeat: no-repeat; | |
| 19 | -background-position: center; | |
| 20 | -background-origin: margin; | |
| 21 | - | |
| 22 | -border-top: 140px; | |
| 23 | -border-style: hidden; | |
| 24 | -color: white; | |
| 25 | -font-size: 30px; | |
| 26 | -} | |
| 27 | -</string> | |
| 28 | - </property> | |
| 29 | - <widget class="QWidget" name="centralwidget"> | |
| 30 | - <property name="styleSheet"> | |
| 31 | - <string notr="true">QScrollBar:vertical { | |
| 32 | -border: none; | |
| 33 | -background: transparent; | |
| 34 | -width: 35px; | |
| 35 | -margin: 30px 15px 30px 0px; | |
| 36 | -} | |
| 37 | -QScrollBar::handle:vertical { | |
| 38 | -background: #B7B7B7; | |
| 39 | -border-radius: 10px; | |
| 40 | -min-height: 100px; | |
| 41 | -} | |
| 42 | -QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { | |
| 43 | -border: none; | |
| 44 | -background: none; | |
| 45 | -height: 0px; | |
| 46 | -} | |
| 47 | -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { | |
| 48 | -border: none; | |
| 49 | -} | |
| 50 | -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { | |
| 51 | -background: none; | |
| 52 | -}</string> | |
| 53 | - </property> | |
| 54 | - <widget class="QStackedWidget" name="upperStack"> | |
| 55 | - <property name="geometry"> | |
| 56 | - <rect> | |
| 57 | - <x>0</x> | |
| 58 | - <y>0</y> | |
| 59 | - <width>900</width> | |
| 60 | - <height>426</height> | |
| 61 | - </rect> | |
| 62 | - </property> | |
| 63 | - <property name="currentIndex"> | |
| 64 | - <number>0</number> | |
| 65 | - </property> | |
| 66 | - <widget class="QWidget" name="clockContainer"> | |
| 67 | - <property name="styleSheet"> | |
| 68 | - <string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string> | |
| 69 | - </property> | |
| 70 | - <widget class="Clock" name="clock" native="true"> | |
| 71 | - <property name="geometry"> | |
| 72 | - <rect> | |
| 73 | - <x>272</x> | |
| 74 | - <y>36</y> | |
| 75 | - <width>356</width> | |
| 76 | - <height>355</height> | |
| 77 | - </rect> | |
| 78 | - </property> | |
| 79 | - </widget> | |
| 80 | - <widget class="WashWarnIcon" name="label"> | |
| 81 | - <property name="geometry"> | |
| 82 | - <rect> | |
| 83 | - <x>800</x> | |
| 84 | - <y>320</y> | |
| 85 | - <width>80</width> | |
| 86 | - <height>84</height> | |
| 87 | - </rect> | |
| 88 | - </property> | |
| 89 | - </widget> | |
| 90 | - <widget class="DemoIcon" name="label_2"> | |
| 91 | - <property name="geometry"> | |
| 92 | - <rect> | |
| 93 | - <x>780</x> | |
| 94 | - <y>230</y> | |
| 95 | - <width>101</width> | |
| 96 | - <height>90</height> | |
| 97 | - </rect> | |
| 98 | - </property> | |
| 99 | - </widget> | |
| 100 | - <widget class="HalfEnergyIcon" name="label_3"> | |
| 101 | - <property name="geometry"> | |
| 102 | - <rect> | |
| 103 | - <x>780</x> | |
| 104 | - <y>160</y> | |
| 105 | - <width>108</width> | |
| 106 | - <height>67</height> | |
| 107 | - </rect> | |
| 108 | - </property> | |
| 109 | - </widget> | |
| 110 | - <widget class="DigitalClock" name="label_4"> | |
| 111 | - <property name="geometry"> | |
| 112 | - <rect> | |
| 113 | - <x>20</x> | |
| 114 | - <y>310</y> | |
| 115 | - <width>600</width> | |
| 116 | - <height>100</height> | |
| 117 | - </rect> | |
| 118 | - </property> | |
| 119 | - <property name="alignment"> | |
| 120 | - <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> | |
| 121 | - </property> | |
| 122 | - </widget> | |
| 123 | - <widget class="WaterLevelIcon" name="label_6"> | |
| 124 | - <property name="geometry"> | |
| 125 | - <rect> | |
| 126 | - <x>670</x> | |
| 127 | - <y>290</y> | |
| 128 | - <width>111</width> | |
| 129 | - <height>121</height> | |
| 130 | - </rect> | |
| 131 | - </property> | |
| 132 | - <property name="text"> | |
| 133 | - <string/> | |
| 134 | - </property> | |
| 135 | - </widget> | |
| 136 | - <widget class="IgnitionIcon" name="label_5"> | |
| 137 | - <property name="geometry"> | |
| 138 | - <rect> | |
| 139 | - <x>662</x> | |
| 140 | - <y>164</y> | |
| 141 | - <width>111</width> | |
| 142 | - <height>121</height> | |
| 143 | - </rect> | |
| 144 | - </property> | |
| 145 | - <property name="text"> | |
| 146 | - <string/> | |
| 147 | - </property> | |
| 148 | - </widget> | |
| 149 | - </widget> | |
| 150 | - <widget class="QWidget" name="page_2"/> | |
| 151 | - </widget> | |
| 152 | - <widget class="QWidget" name="verticalLayoutWidget"> | |
| 153 | - <property name="geometry"> | |
| 154 | - <rect> | |
| 155 | - <x>0</x> | |
| 156 | - <y>426</y> | |
| 157 | - <width>900</width> | |
| 158 | - <height>421</height> | |
| 159 | - </rect> | |
| 160 | - </property> | |
| 161 | - <layout class="QVBoxLayout" name="verticalLayout"> | |
| 162 | - <property name="spacing"> | |
| 163 | - <number>0</number> | |
| 164 | - </property> | |
| 165 | - <item> | |
| 166 | - <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1,0,1,0,1"> | |
| 167 | - <item> | |
| 168 | - <widget class="QPushButton" name="pushButton"> | |
| 169 | - <property name="sizePolicy"> | |
| 170 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 171 | - <horstretch>0</horstretch> | |
| 172 | - <verstretch>0</verstretch> | |
| 173 | - </sizepolicy> | |
| 174 | - </property> | |
| 175 | - <property name="styleSheet"> | |
| 176 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_01.png); } | |
| 177 | -QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_01_ov.png); }</string> | |
| 178 | - </property> | |
| 179 | - <property name="text"> | |
| 180 | - <string>즐겨찾기</string> | |
| 181 | - </property> | |
| 182 | - <property name="checkable"> | |
| 183 | - <bool>true</bool> | |
| 184 | - </property> | |
| 185 | - <property name="checked"> | |
| 186 | - <bool>true</bool> | |
| 187 | - </property> | |
| 188 | - <property name="autoExclusive"> | |
| 189 | - <bool>true</bool> | |
| 190 | - </property> | |
| 191 | - <property name="style" stdset="0"> | |
| 192 | - <string notr="true">type</string> | |
| 193 | - </property> | |
| 194 | - </widget> | |
| 195 | - </item> | |
| 196 | - <item> | |
| 197 | - <widget class="Line" name="line"> | |
| 198 | - <property name="maximumSize"> | |
| 199 | - <size> | |
| 200 | - <width>1</width> | |
| 201 | - <height>171</height> | |
| 202 | - </size> | |
| 203 | - </property> | |
| 204 | - <property name="orientation"> | |
| 205 | - <enum>Qt::Vertical</enum> | |
| 206 | - </property> | |
| 207 | - </widget> | |
| 208 | - </item> | |
| 209 | - <item> | |
| 210 | - <widget class="QPushButton" name="pushButton_8"> | |
| 211 | - <property name="sizePolicy"> | |
| 212 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 213 | - <horstretch>0</horstretch> | |
| 214 | - <verstretch>0</verstretch> | |
| 215 | - </sizepolicy> | |
| 216 | - </property> | |
| 217 | - <property name="styleSheet"> | |
| 218 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_02.png); } | |
| 219 | -QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_02_ov.png); }</string> | |
| 220 | - </property> | |
| 221 | - <property name="text"> | |
| 222 | - <string>설정</string> | |
| 223 | - </property> | |
| 224 | - <property name="checkable"> | |
| 225 | - <bool>true</bool> | |
| 226 | - </property> | |
| 227 | - <property name="autoExclusive"> | |
| 228 | - <bool>true</bool> | |
| 229 | - </property> | |
| 230 | - <property name="style" stdset="0"> | |
| 231 | - <string notr="true">type</string> | |
| 232 | - </property> | |
| 233 | - </widget> | |
| 234 | - </item> | |
| 235 | - <item> | |
| 236 | - <widget class="Line" name="line_2"> | |
| 237 | - <property name="maximumSize"> | |
| 238 | - <size> | |
| 239 | - <width>1</width> | |
| 240 | - <height>170</height> | |
| 241 | - </size> | |
| 242 | - </property> | |
| 243 | - <property name="orientation"> | |
| 244 | - <enum>Qt::Vertical</enum> | |
| 245 | - </property> | |
| 246 | - </widget> | |
| 247 | - </item> | |
| 248 | - <item> | |
| 249 | - <widget class="QPushButton" name="pushButton_7"> | |
| 250 | - <property name="sizePolicy"> | |
| 251 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 252 | - <horstretch>0</horstretch> | |
| 253 | - <verstretch>0</verstretch> | |
| 254 | - </sizepolicy> | |
| 255 | - </property> | |
| 256 | - <property name="styleSheet"> | |
| 257 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_03.png); } | |
| 258 | -QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_03_ov.png); }</string> | |
| 259 | - </property> | |
| 260 | - <property name="text"> | |
| 261 | - <string>음향 관리</string> | |
| 262 | - </property> | |
| 263 | - <property name="checkable"> | |
| 264 | - <bool>true</bool> | |
| 265 | - </property> | |
| 266 | - <property name="autoExclusive"> | |
| 267 | - <bool>true</bool> | |
| 268 | - </property> | |
| 269 | - <property name="style" stdset="0"> | |
| 270 | - <string notr="true">type</string> | |
| 271 | - </property> | |
| 272 | - </widget> | |
| 273 | - </item> | |
| 274 | - <item> | |
| 275 | - <widget class="Line" name="line_3"> | |
| 276 | - <property name="maximumSize"> | |
| 277 | - <size> | |
| 278 | - <width>1</width> | |
| 279 | - <height>170</height> | |
| 280 | - </size> | |
| 281 | - </property> | |
| 282 | - <property name="orientation"> | |
| 283 | - <enum>Qt::Vertical</enum> | |
| 284 | - </property> | |
| 285 | - </widget> | |
| 286 | - </item> | |
| 287 | - <item> | |
| 288 | - <widget class="QPushButton" name="pushButton_2"> | |
| 289 | - <property name="sizePolicy"> | |
| 290 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 291 | - <horstretch>0</horstretch> | |
| 292 | - <verstretch>0</verstretch> | |
| 293 | - </sizepolicy> | |
| 294 | - </property> | |
| 295 | - <property name="styleSheet"> | |
| 296 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_04.png); } | |
| 297 | -QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_04_ov.png); }</string> | |
| 298 | - </property> | |
| 299 | - <property name="text"> | |
| 300 | - <string>시스템 관리</string> | |
| 301 | - </property> | |
| 302 | - <property name="checkable"> | |
| 303 | - <bool>true</bool> | |
| 304 | - </property> | |
| 305 | - <property name="autoExclusive"> | |
| 306 | - <bool>true</bool> | |
| 307 | - </property> | |
| 308 | - <property name="style" stdset="0"> | |
| 309 | - <string notr="true">type</string> | |
| 310 | - </property> | |
| 311 | - </widget> | |
| 312 | - </item> | |
| 313 | - </layout> | |
| 314 | - </item> | |
| 315 | - <item> | |
| 316 | - <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
| 317 | - <item> | |
| 318 | - <widget class="QPushButton" name="pushButton_4"> | |
| 319 | - <property name="sizePolicy"> | |
| 320 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 321 | - <horstretch>0</horstretch> | |
| 322 | - <verstretch>0</verstretch> | |
| 323 | - </sizepolicy> | |
| 324 | - </property> | |
| 325 | - <property name="styleSheet"> | |
| 326 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_05.png); } | |
| 327 | -QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_05_ov.png); }</string> | |
| 328 | - </property> | |
| 329 | - <property name="text"> | |
| 330 | - <string>에너지 관리</string> | |
| 331 | - </property> | |
| 332 | - <property name="checkable"> | |
| 333 | - <bool>true</bool> | |
| 334 | - </property> | |
| 335 | - <property name="autoExclusive"> | |
| 336 | - <bool>true</bool> | |
| 337 | - </property> | |
| 338 | - <property name="style" stdset="0"> | |
| 339 | - <string notr="true">type</string> | |
| 340 | - </property> | |
| 341 | - </widget> | |
| 342 | - </item> | |
| 343 | - <item> | |
| 344 | - <widget class="Line" name="line_4"> | |
| 345 | - <property name="maximumSize"> | |
| 346 | - <size> | |
| 347 | - <width>1</width> | |
| 348 | - <height>170</height> | |
| 349 | - </size> | |
| 350 | - </property> | |
| 351 | - <property name="orientation"> | |
| 352 | - <enum>Qt::Vertical</enum> | |
| 353 | - </property> | |
| 354 | - </widget> | |
| 355 | - </item> | |
| 356 | - <item> | |
| 357 | - <widget class="QPushButton" name="pushButton_5"> | |
| 358 | - <property name="sizePolicy"> | |
| 359 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 360 | - <horstretch>0</horstretch> | |
| 361 | - <verstretch>0</verstretch> | |
| 362 | - </sizepolicy> | |
| 363 | - </property> | |
| 364 | - <property name="styleSheet"> | |
| 365 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_06.png); } | |
| 366 | -QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_06_ov.png); }</string> | |
| 367 | - </property> | |
| 368 | - <property name="text"> | |
| 369 | - <string>전문가 설정</string> | |
| 370 | - </property> | |
| 371 | - <property name="checkable"> | |
| 372 | - <bool>true</bool> | |
| 373 | - </property> | |
| 374 | - <property name="autoExclusive"> | |
| 375 | - <bool>true</bool> | |
| 376 | - </property> | |
| 377 | - <property name="style" stdset="0"> | |
| 378 | - <string notr="true">type</string> | |
| 379 | - </property> | |
| 380 | - </widget> | |
| 381 | - </item> | |
| 382 | - <item> | |
| 383 | - <widget class="Line" name="line_5"> | |
| 384 | - <property name="maximumSize"> | |
| 385 | - <size> | |
| 386 | - <width>1</width> | |
| 387 | - <height>170</height> | |
| 388 | - </size> | |
| 389 | - </property> | |
| 390 | - <property name="orientation"> | |
| 391 | - <enum>Qt::Vertical</enum> | |
| 392 | - </property> | |
| 393 | - </widget> | |
| 394 | - </item> | |
| 395 | - <item> | |
| 396 | - <widget class="QPushButton" name="pushButton_6"> | |
| 397 | - <property name="sizePolicy"> | |
| 398 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 399 | - <horstretch>0</horstretch> | |
| 400 | - <verstretch>0</verstretch> | |
| 401 | - </sizepolicy> | |
| 402 | - </property> | |
| 403 | - <property name="styleSheet"> | |
| 404 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_07.png); } | |
| 405 | -QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_07_ov.png); }</string> | |
| 406 | - </property> | |
| 407 | - <property name="text"> | |
| 408 | - <string>화면 관리</string> | |
| 409 | - </property> | |
| 410 | - <property name="checkable"> | |
| 411 | - <bool>true</bool> | |
| 412 | - </property> | |
| 413 | - <property name="autoExclusive"> | |
| 414 | - <bool>true</bool> | |
| 415 | - </property> | |
| 416 | - <property name="style" stdset="0"> | |
| 417 | - <string notr="true">type</string> | |
| 418 | - </property> | |
| 419 | - </widget> | |
| 420 | - </item> | |
| 421 | - <item> | |
| 422 | - <widget class="Line" name="line_6"> | |
| 423 | - <property name="maximumSize"> | |
| 424 | - <size> | |
| 425 | - <width>1</width> | |
| 426 | - <height>170</height> | |
| 427 | - </size> | |
| 428 | - </property> | |
| 429 | - <property name="orientation"> | |
| 430 | - <enum>Qt::Vertical</enum> | |
| 431 | - </property> | |
| 432 | - </widget> | |
| 433 | - </item> | |
| 434 | - <item> | |
| 435 | - <widget class="QPushButton" name="pushButton_3"> | |
| 436 | - <property name="sizePolicy"> | |
| 437 | - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> | |
| 438 | - <horstretch>0</horstretch> | |
| 439 | - <verstretch>0</verstretch> | |
| 440 | - </sizepolicy> | |
| 441 | - </property> | |
| 442 | - <property name="styleSheet"> | |
| 443 | - <string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_08.png); } | |
| 444 | -QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_08_ov.png); }</string> | |
| 445 | - </property> | |
| 446 | - <property name="text"> | |
| 447 | - <string>서비스</string> | |
| 448 | - </property> | |
| 449 | - <property name="checkable"> | |
| 450 | - <bool>true</bool> | |
| 451 | - </property> | |
| 452 | - <property name="autoExclusive"> | |
| 453 | - <bool>true</bool> | |
| 454 | - </property> | |
| 455 | - <property name="style" stdset="0"> | |
| 456 | - <string notr="true">type</string> | |
| 457 | - </property> | |
| 458 | - </widget> | |
| 459 | - </item> | |
| 460 | - </layout> | |
| 461 | - </item> | |
| 462 | - </layout> | |
| 463 | - </widget> | |
| 464 | - <widget class="Line" name="line_7"> | |
| 465 | - <property name="geometry"> | |
| 466 | - <rect> | |
| 467 | - <x>16</x> | |
| 468 | - <y>636</y> | |
| 469 | - <width>868</width> | |
| 470 | - <height>1</height> | |
| 471 | - </rect> | |
| 472 | - </property> | |
| 473 | - <property name="maximumSize"> | |
| 474 | - <size> | |
| 475 | - <width>868</width> | |
| 476 | - <height>16777215</height> | |
| 477 | - </size> | |
| 478 | - </property> | |
| 479 | - <property name="orientation"> | |
| 480 | - <enum>Qt::Horizontal</enum> | |
| 481 | - </property> | |
| 482 | - </widget> | |
| 483 | - <widget class="QWidget" name="bottomBar" native="true"> | |
| 484 | - <property name="geometry"> | |
| 485 | - <rect> | |
| 486 | - <x>0</x> | |
| 487 | - <y>1450</y> | |
| 488 | - <width>900</width> | |
| 489 | - <height>150</height> | |
| 490 | - </rect> | |
| 491 | - </property> | |
| 492 | - <widget class="QPushButton" name="backButton"> | |
| 493 | - <property name="geometry"> | |
| 494 | - <rect> | |
| 495 | - <x>288</x> | |
| 496 | - <y>26</y> | |
| 497 | - <width>97</width> | |
| 498 | - <height>97</height> | |
| 499 | - </rect> | |
| 500 | - </property> | |
| 501 | - <property name="styleSheet"> | |
| 502 | - <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); } | |
| 503 | -QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string> | |
| 504 | - </property> | |
| 505 | - <property name="text"> | |
| 506 | - <string/> | |
| 507 | - </property> | |
| 508 | - </widget> | |
| 509 | - <widget class="QPushButton" name="washButton"> | |
| 510 | - <property name="geometry"> | |
| 511 | - <rect> | |
| 512 | - <x>402</x> | |
| 513 | - <y>26</y> | |
| 514 | - <width>97</width> | |
| 515 | - <height>97</height> | |
| 516 | - </rect> | |
| 517 | - </property> | |
| 518 | - <property name="styleSheet"> | |
| 519 | - <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); } | |
| 520 | -QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/wash_ov.png); }</string> | |
| 521 | - </property> | |
| 522 | - <property name="text"> | |
| 523 | - <string/> | |
| 524 | - </property> | |
| 525 | - </widget> | |
| 526 | - <widget class="QPushButton" name="helpButton"> | |
| 527 | - <property name="geometry"> | |
| 528 | - <rect> | |
| 529 | - <x>515</x> | |
| 530 | - <y>26</y> | |
| 531 | - <width>97</width> | |
| 532 | - <height>97</height> | |
| 533 | - </rect> | |
| 534 | - </property> | |
| 535 | - <property name="styleSheet"> | |
| 536 | - <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); } | |
| 537 | -QPushButton:pressed , QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string> | |
| 538 | - </property> | |
| 539 | - <property name="text"> | |
| 540 | - <string/> | |
| 541 | - </property> | |
| 542 | - </widget> | |
| 543 | - </widget> | |
| 544 | - <widget class="QScrollArea" name="scrollArea"> | |
| 545 | - <property name="geometry"> | |
| 546 | - <rect> | |
| 547 | - <x>0</x> | |
| 548 | - <y>850</y> | |
| 549 | - <width>900</width> | |
| 550 | - <height>600</height> | |
| 551 | - </rect> | |
| 552 | - </property> | |
| 553 | - <property name="focusPolicy"> | |
| 554 | - <enum>Qt::TabFocus</enum> | |
| 555 | - </property> | |
| 556 | - <property name="styleSheet"> | |
| 557 | - <string notr="true">background-color : transparent;</string> | |
| 558 | - </property> | |
| 559 | - <property name="frameShape"> | |
| 560 | - <enum>QFrame::NoFrame</enum> | |
| 561 | - </property> | |
| 562 | - <property name="verticalScrollBarPolicy"> | |
| 563 | - <enum>Qt::ScrollBarAsNeeded</enum> | |
| 564 | - </property> | |
| 565 | - <property name="widgetResizable"> | |
| 566 | - <bool>true</bool> | |
| 567 | - </property> | |
| 568 | - <widget class="QWidget" name="scrollAreaMenu"> | |
| 569 | - <property name="geometry"> | |
| 570 | - <rect> | |
| 571 | - <x>0</x> | |
| 572 | - <y>0</y> | |
| 573 | - <width>900</width> | |
| 574 | - <height>600</height> | |
| 575 | - </rect> | |
| 576 | - </property> | |
| 577 | - <property name="sizePolicy"> | |
| 578 | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | |
| 579 | - <horstretch>0</horstretch> | |
| 580 | - <verstretch>0</verstretch> | |
| 581 | - </sizepolicy> | |
| 582 | - </property> | |
| 583 | - <property name="styleSheet"> | |
| 584 | - <string notr="true"/> | |
| 585 | - </property> | |
| 586 | - <layout class="QVBoxLayout" name="scrollAreaMenuLayout"> | |
| 587 | - <property name="spacing"> | |
| 588 | - <number>10</number> | |
| 589 | - </property> | |
| 590 | - <property name="sizeConstraint"> | |
| 591 | - <enum>QLayout::SetDefaultConstraint</enum> | |
| 592 | - </property> | |
| 593 | - <property name="leftMargin"> | |
| 594 | - <number>20</number> | |
| 595 | - </property> | |
| 596 | - <property name="topMargin"> | |
| 597 | - <number>30</number> | |
| 598 | - </property> | |
| 599 | - <property name="rightMargin"> | |
| 600 | - <number>0</number> | |
| 601 | - </property> | |
| 602 | - <property name="bottomMargin"> | |
| 603 | - <number>26</number> | |
| 604 | - </property> | |
| 605 | - </layout> | |
| 606 | - </widget> | |
| 607 | - </widget> | |
| 608 | - </widget> | |
| 609 | - </widget> | |
| 610 | - <customwidgets> | |
| 611 | - <customwidget> | |
| 612 | - <class>Clock</class> | |
| 613 | - <extends>QWidget</extends> | |
| 614 | - <header>clock.h</header> | |
| 615 | - <container>1</container> | |
| 616 | - </customwidget> | |
| 617 | - <customwidget> | |
| 618 | - <class>WashWarnIcon</class> | |
| 619 | - <extends>QLabel</extends> | |
| 620 | - <header>washwarnicon.h</header> | |
| 621 | - </customwidget> | |
| 622 | - <customwidget> | |
| 623 | - <class>DemoIcon</class> | |
| 624 | - <extends>QLabel</extends> | |
| 625 | - <header>demoicon.h</header> | |
| 626 | - </customwidget> | |
| 627 | - <customwidget> | |
| 628 | - <class>HalfEnergyIcon</class> | |
| 629 | - <extends>QLabel</extends> | |
| 630 | - <header>halfenergyicon.h</header> | |
| 631 | - </customwidget> | |
| 632 | - <customwidget> | |
| 633 | - <class>DigitalClock</class> | |
| 634 | - <extends>QLabel</extends> | |
| 635 | - <header>digitalclock.h</header> | |
| 636 | - </customwidget> | |
| 637 | - <customwidget> | |
| 638 | - <class>IgnitionIcon</class> | |
| 639 | - <extends>QLabel</extends> | |
| 640 | - <header>ignitionicon.h</header> | |
| 641 | - </customwidget> | |
| 642 | - <customwidget> | |
| 643 | - <class>WaterLevelIcon</class> | |
| 644 | - <extends>QLabel</extends> | |
| 645 | - <header>waterlevelicon.h</header> | |
| 646 | - </customwidget> | |
| 647 | - </customwidgets> | |
| 648 | - <tabstops> | |
| 649 | - <tabstop>pushButton</tabstop> | |
| 650 | - <tabstop>backButton</tabstop> | |
| 651 | - <tabstop>pushButton_8</tabstop> | |
| 652 | - <tabstop>washButton</tabstop> | |
| 653 | - <tabstop>pushButton_7</tabstop> | |
| 654 | - <tabstop>helpButton</tabstop> | |
| 655 | - <tabstop>pushButton_2</tabstop> | |
| 656 | - <tabstop>pushButton_4</tabstop> | |
| 657 | - <tabstop>pushButton_5</tabstop> | |
| 658 | - <tabstop>pushButton_6</tabstop> | |
| 659 | - <tabstop>pushButton_3</tabstop> | |
| 660 | - </tabstops> | |
| 661 | - <resources/> | |
| 662 | - <connections/> | |
| 663 | -</ui> | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"><class>ConfigWindow</class><widget class="QMainWindow" name="ConfigWindow"><property name="geometry"><rect><x>0</x><y>0</y><width>1080</width><height>1920</height></rect></property><property name="styleSheet"><string notr="true">#centralwidget { background-image: url(:/images/background/config.png); }
#bottomBar { background-image: url(:/images/bottom_bar/background.png); }

QPushButton[style="type"] {
background-repeat: no-repeat;
background-position: center;
background-origin: margin;

border-top: 140px;
border-style: hidden;
color: white;
font-size: 30px;
}</string></property><widget class="QWidget" name="centralwidget"><property name="styleSheet"><string notr="true">QScrollBar:vertical {
border: none;
background: transparent;
width: 35px;
margin: 30px 15px 30px 0px;
}
QScrollBar::handle:vertical {
background: #B7B7B7;
border-radius: 10px;
min-height: 100px;
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
border: none;
background: none;
height: 0px;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
border: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}</string></property><widget class="QStackedWidget" name="upperStack"><property name="geometry"><rect><x>0</x><y>0</y><width>1080</width><height>511</height></rect></property><property name="currentIndex"><number>0</number></property><widget class="QWidget" name="clockContainer"><property name="styleSheet"><string notr="true">#clockContainer { background-image: url(:/images/clock/background.png); }</string></property><widget class="Clock" name="clock" native="true"><property name="geometry"><rect><x>326</x><y>43</y><width>427</width><height>426</height></rect></property></widget><widget class="WashWarnIcon" name="label"><property name="geometry"><rect><x>960</x><y>384</y><width>96</width><height>100</height></rect></property></widget><widget class="DemoIcon" name="label_2"><property name="geometry"><rect><x>936</x><y>276</y><width>121</width><height>108</height></rect></property></widget><widget class="HalfEnergyIcon" name="label_3"><property name="geometry"><rect><x>936</x><y>192</y><width>129</width><height>80</height></rect></property></widget><widget class="DigitalClock" name="label_4"><property name="geometry"><rect><x>24</x><y>372</y><width>720</width><height>120</height></rect></property><property name="alignment"><set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set></property></widget><widget class="WaterLevelIcon" name="label_6"><property name="geometry"><rect><x>804</x><y>348</y><width>133</width><height>145</height></rect></property><property name="text"><string></string></property></widget><widget class="IgnitionIcon" name="label_5"><property name="geometry"><rect><x>794</x><y>196</y><width>133</width><height>145</height></rect></property><property name="text"><string></string></property></widget></widget><widget class="QWidget" name="page_2"></widget></widget><widget class="QWidget" name="verticalLayoutWidget"><property name="geometry"><rect><x>0</x><y>511</y><width>1080</width><height>505</height></rect></property><layout class="QVBoxLayout" name="verticalLayout"><property name="spacing"><number>0</number></property><item><layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1,0,1,0,1"><item><widget class="QPushButton" name="pushButton"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_01.png); }
QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_01_ov.png); }</string></property><property name="text"><string>즐겨찾기</string></property><property name="checkable"><bool>true</bool></property><property name="checked"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line"><property name="maximumSize"><size><width>1</width><height>205</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_8"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_02.png); }
QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_02_ov.png); }</string></property><property name="text"><string>설정</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line_2"><property name="maximumSize"><size><width>1</width><height>204</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_7"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_03.png); }
QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: url(:/images/config/050_setting_btn_03_ov.png); }</string></property><property name="text"><string>음향 관리</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line_3"><property name="maximumSize"><size><width>1</width><height>204</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_2"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_04.png); }
QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_04_ov.png); }</string></property><property name="text"><string>시스템 관리</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item></layout></item><item><layout class="QHBoxLayout" name="horizontalLayout_2"><item><widget class="QPushButton" name="pushButton_4"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_05.png); }
QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_05_ov.png); }</string></property><property name="text"><string>에너지 관리</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line_4"><property name="maximumSize"><size><width>1</width><height>204</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_5"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_06.png); }
QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_06_ov.png); }</string></property><property name="text"><string>전문가 설정</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line_5"><property name="maximumSize"><size><width>1</width><height>204</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_6"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_07.png); }
QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: url(:/images/config/050_setting_btn_07_ov.png); }</string></property><property name="text"><string>화면 관리</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item><item><widget class="Line" name="line_6"><property name="maximumSize"><size><width>1</width><height>204</height></size></property><property name="orientation"><enum>Qt::Vertical</enum></property></widget></item><item><widget class="QPushButton" name="pushButton_3"><property name="sizePolicy"><sizepolicy hsizetype="Minimum" vsizetype="Expanding"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true">QPushButton { background-image: url(:/images/config/050_setting_btn_08.png); }
QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: url(:/images/config/050_setting_btn_08_ov.png); }</string></property><property name="text"><string>서비스</string></property><property name="checkable"><bool>true</bool></property><property name="autoExclusive"><bool>true</bool></property><property name="style" stdset="0"><string notr="true">type</string></property></widget></item></layout></item></layout></widget><widget class="Line" name="line_7"><property name="geometry"><rect><x>19</x><y>763</y><width>1041</width><height>1</height></rect></property><property name="maximumSize"><size><width>1041</width><height>20132658</height></size></property><property name="orientation"><enum>Qt::Horizontal</enum></property></widget><widget class="QWidget" name="bottomBar" native="true"><property name="geometry"><rect><x>0</x><y>1740</y><width>1080</width><height>180</height></rect></property><widget class="QPushButton" name="backButton"><property name="geometry"><rect><x>345</x><y>31</y><width>116</width><height>116</height></rect></property><property name="styleSheet"><string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/back_ov.png); }</string></property><property name="text"><string></string></property></widget><widget class="QPushButton" name="washButton"><property name="geometry"><rect><x>482</x><y>31</y><width>116</width><height>116</height></rect></property><property name="styleSheet"><string notr="true">QPushButton { border-image: url(:/images/bottom_bar/wash.png); }
QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/wash_ov.png); }</string></property><property name="text"><string></string></property></widget><widget class="QPushButton" name="helpButton"><property name="geometry"><rect><x>618</x><y>31</y><width>116</width><height>116</height></rect></property><property name="styleSheet"><string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); }
QPushButton:pressed , QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string></property><property name="text"><string></string></property></widget></widget><widget class="QScrollArea" name="scrollArea"><property name="geometry"><rect><x>0</x><y>1020</y><width>1080</width><height>720</height></rect></property><property name="focusPolicy"><enum>Qt::TabFocus</enum></property><property name="styleSheet"><string notr="true">background-color : transparent;</string></property><property name="frameShape"><enum>QFrame::NoFrame</enum></property><property name="verticalScrollBarPolicy"><enum>Qt::ScrollBarAsNeeded</enum></property><property name="widgetResizable"><bool>true</bool></property><widget class="QWidget" name="scrollAreaMenu"><property name="geometry"><rect><x>0</x><y>0</y><width>1080</width><height>720</height></rect></property><property name="sizePolicy"><sizepolicy hsizetype="Preferred" vsizetype="Preferred"><horstretch>0</horstretch><verstretch>0</verstretch></sizepolicy></property><property name="styleSheet"><string notr="true"></string></property><layout class="QVBoxLayout" name="scrollAreaMenuLayout"><property name="spacing"><number>10</number></property><property name="sizeConstraint"><enum>QLayout::SetDefaultConstraint</enum></property><property name="leftMargin"><number>20</number></property><property name="topMargin"><number>30</number></property><property name="rightMargin"><number>0</number></property><property name="bottomMargin"><number>26</number></property></layout></widget></widget></widget></widget><customwidgets><customwidget><class>Clock</class><extends>QWidget</extends><header>clock.h</header><container>1</container></customwidget><customwidget><class>WashWarnIcon</class><extends>QLabel</extends><header>washwarnicon.h</header></customwidget><customwidget><class>DemoIcon</class><extends>QLabel</extends><header>demoicon.h</header></customwidget><customwidget><class>HalfEnergyIcon</class><extends>QLabel</extends><header>halfenergyicon.h</header></customwidget><customwidget><class>DigitalClock</class><extends>QLabel</extends><header>digitalclock.h</header></customwidget><customwidget><class>IgnitionIcon</class><extends>QLabel</extends><header>ignitionicon.h</header></customwidget><customwidget><class>WaterLevelIcon</class><extends>QLabel</extends><header>waterlevelicon.h</header></customwidget></customwidgets><tabstops><tabstop>pushButton</tabstop><tabstop>backButton</tabstop><tabstop>pushButton_8</tabstop><tabstop>washButton</tabstop><tabstop>pushButton_7</tabstop><tabstop>helpButton</tabstop><tabstop>pushButton_2</tabstop><tabstop>pushButton_4</tabstop><tabstop>pushButton_5</tabstop><tabstop>pushButton_6</tabstop><tabstop>pushButton_3</tabstop></tabstops><resources></resources><connections></connections></ui> | |
| 664 | 2 | \ No newline at end of file | ... | ... |
app/gui/oven_control/mainwindow.ui
| ... | ... | @@ -6,8 +6,8 @@ |
| 6 | 6 | <rect> |
| 7 | 7 | <x>0</x> |
| 8 | 8 | <y>0</y> |
| 9 | - <width>900</width> | |
| 10 | - <height>1600</height> | |
| 9 | + <width>1080</width> | |
| 10 | + <height>1920</height> | |
| 11 | 11 | </rect> |
| 12 | 12 | </property> |
| 13 | 13 | <property name="sizePolicy"> |
| ... | ... | @@ -30,13 +30,13 @@ background-repeat: no-repeat; |
| 30 | 30 | background-position: center; |
| 31 | 31 | background-clip: border; |
| 32 | 32 | background-origin: border; |
| 33 | -margin-bottom: 50px; | |
| 33 | +margin-bottom: 60px; | |
| 34 | 34 | |
| 35 | -border-top: 200px; | |
| 36 | -border-bottom: -50px; | |
| 35 | +border-top: 240px; | |
| 36 | +border-bottom: -60px; | |
| 37 | 37 | border-style: hidden; |
| 38 | 38 | color: white; |
| 39 | -font-size: 40px; | |
| 39 | +font-size: 48px; | |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | QPushButton[style="type"] { |
| ... | ... | @@ -45,10 +45,10 @@ background-position: center; |
| 45 | 45 | background-clip: border; |
| 46 | 46 | background-origin: border; |
| 47 | 47 | |
| 48 | -border-top: 165px; | |
| 48 | +border-top: 198px; | |
| 49 | 49 | border-style: hidden; |
| 50 | 50 | color: white; |
| 51 | -font-size: 30px; | |
| 51 | +font-size: 36px; | |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | QPushButton[style="function"] { |
| ... | ... | @@ -57,10 +57,10 @@ background-position: center; |
| 57 | 57 | background-clip: border; |
| 58 | 58 | background-origin: border; |
| 59 | 59 | |
| 60 | -padding-top: 206px; | |
| 60 | +padding-top: 247.2px; | |
| 61 | 61 | border-style: hidden; |
| 62 | 62 | color: white; |
| 63 | -font-size: 30px; | |
| 63 | +font-size: 36px; | |
| 64 | 64 | }</string> |
| 65 | 65 | </property> |
| 66 | 66 | <widget class="QWidget" name="centralwidget"> |
| ... | ... | @@ -74,30 +74,30 @@ font-size: 30px; |
| 74 | 74 | <property name="geometry"> |
| 75 | 75 | <rect> |
| 76 | 76 | <x>0</x> |
| 77 | - <y>1450</y> | |
| 78 | - <width>900</width> | |
| 79 | - <height>150</height> | |
| 77 | + <y>1740</y> | |
| 78 | + <width>1080</width> | |
| 79 | + <height>180</height> | |
| 80 | 80 | </rect> |
| 81 | 81 | </property> |
| 82 | 82 | <property name="minimumSize"> |
| 83 | 83 | <size> |
| 84 | - <width>900</width> | |
| 85 | - <height>150</height> | |
| 84 | + <width>1080</width> | |
| 85 | + <height>180</height> | |
| 86 | 86 | </size> |
| 87 | 87 | </property> |
| 88 | 88 | <property name="maximumSize"> |
| 89 | 89 | <size> |
| 90 | - <width>900</width> | |
| 91 | - <height>150</height> | |
| 90 | + <width>1080</width> | |
| 91 | + <height>180</height> | |
| 92 | 92 | </size> |
| 93 | 93 | </property> |
| 94 | 94 | <widget class="QPushButton" name="configButton"> |
| 95 | 95 | <property name="geometry"> |
| 96 | 96 | <rect> |
| 97 | - <x>345</x> | |
| 98 | - <y>26</y> | |
| 99 | - <width>97</width> | |
| 100 | - <height>97</height> | |
| 97 | + <x>414</x> | |
| 98 | + <y>31</y> | |
| 99 | + <width>116</width> | |
| 100 | + <height>116</height> | |
| 101 | 101 | </rect> |
| 102 | 102 | </property> |
| 103 | 103 | <property name="sizePolicy"> |
| ... | ... | @@ -108,8 +108,8 @@ font-size: 30px; |
| 108 | 108 | </property> |
| 109 | 109 | <property name="minimumSize"> |
| 110 | 110 | <size> |
| 111 | - <width>62</width> | |
| 112 | - <height>71</height> | |
| 111 | + <width>74</width> | |
| 112 | + <height>85</height> | |
| 113 | 113 | </size> |
| 114 | 114 | </property> |
| 115 | 115 | <property name="styleSheet"> |
| ... | ... | @@ -123,10 +123,10 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/c |
| 123 | 123 | <widget class="QPushButton" name="helpButton"> |
| 124 | 124 | <property name="geometry"> |
| 125 | 125 | <rect> |
| 126 | - <x>458</x> | |
| 127 | - <y>26</y> | |
| 128 | - <width>97</width> | |
| 129 | - <height>97</height> | |
| 126 | + <x>549</x> | |
| 127 | + <y>31</y> | |
| 128 | + <width>116</width> | |
| 129 | + <height>116</height> | |
| 130 | 130 | </rect> |
| 131 | 131 | </property> |
| 132 | 132 | <property name="sizePolicy"> |
| ... | ... | @@ -137,8 +137,8 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/c |
| 137 | 137 | </property> |
| 138 | 138 | <property name="minimumSize"> |
| 139 | 139 | <size> |
| 140 | - <width>62</width> | |
| 141 | - <height>71</height> | |
| 140 | + <width>74</width> | |
| 141 | + <height>85</height> | |
| 142 | 142 | </size> |
| 143 | 143 | </property> |
| 144 | 144 | <property name="styleSheet"> |
| ... | ... | @@ -157,9 +157,9 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h |
| 157 | 157 | <property name="geometry"> |
| 158 | 158 | <rect> |
| 159 | 159 | <x>0</x> |
| 160 | - <y>1164</y> | |
| 161 | - <width>300</width> | |
| 162 | - <height>286</height> | |
| 160 | + <y>1396</y> | |
| 161 | + <width>360</width> | |
| 162 | + <height>343</height> | |
| 163 | 163 | </rect> |
| 164 | 164 | </property> |
| 165 | 165 | <property name="sizePolicy"> |
| ... | ... | @@ -182,10 +182,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 182 | 182 | <widget class="QPushButton" name="programmingButton"> |
| 183 | 183 | <property name="geometry"> |
| 184 | 184 | <rect> |
| 185 | - <x>300</x> | |
| 186 | - <y>1164</y> | |
| 187 | - <width>300</width> | |
| 188 | - <height>286</height> | |
| 185 | + <x>360</x> | |
| 186 | + <y>1396</y> | |
| 187 | + <width>360</width> | |
| 188 | + <height>343</height> | |
| 189 | 189 | </rect> |
| 190 | 190 | </property> |
| 191 | 191 | <property name="sizePolicy"> |
| ... | ... | @@ -208,10 +208,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 208 | 208 | <widget class="QPushButton" name="washButton"> |
| 209 | 209 | <property name="geometry"> |
| 210 | 210 | <rect> |
| 211 | - <x>600</x> | |
| 212 | - <y>1164</y> | |
| 213 | - <width>300</width> | |
| 214 | - <height>286</height> | |
| 211 | + <x>720</x> | |
| 212 | + <y>1396</y> | |
| 213 | + <width>360</width> | |
| 214 | + <height>343</height> | |
| 215 | 215 | </rect> |
| 216 | 216 | </property> |
| 217 | 217 | <property name="sizePolicy"> |
| ... | ... | @@ -234,10 +234,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 234 | 234 | <widget class="Line" name="line"> |
| 235 | 235 | <property name="geometry"> |
| 236 | 236 | <rect> |
| 237 | - <x>225</x> | |
| 238 | - <y>771</y> | |
| 237 | + <x>270</x> | |
| 238 | + <y>925</y> | |
| 239 | 239 | <width>1</width> |
| 240 | - <height>120</height> | |
| 240 | + <height>144</height> | |
| 241 | 241 | </rect> |
| 242 | 242 | </property> |
| 243 | 243 | <property name="orientation"> |
| ... | ... | @@ -247,10 +247,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 247 | 247 | <widget class="Line" name="line_2"> |
| 248 | 248 | <property name="geometry"> |
| 249 | 249 | <rect> |
| 250 | - <x>450</x> | |
| 251 | - <y>771</y> | |
| 250 | + <x>540</x> | |
| 251 | + <y>925</y> | |
| 252 | 252 | <width>1</width> |
| 253 | - <height>120</height> | |
| 253 | + <height>144</height> | |
| 254 | 254 | </rect> |
| 255 | 255 | </property> |
| 256 | 256 | <property name="orientation"> |
| ... | ... | @@ -260,10 +260,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 260 | 260 | <widget class="Line" name="line_3"> |
| 261 | 261 | <property name="geometry"> |
| 262 | 262 | <rect> |
| 263 | - <x>675</x> | |
| 264 | - <y>771</y> | |
| 263 | + <x>810</x> | |
| 264 | + <y>925</y> | |
| 265 | 265 | <width>1</width> |
| 266 | - <height>120</height> | |
| 266 | + <height>144</height> | |
| 267 | 267 | </rect> |
| 268 | 268 | </property> |
| 269 | 269 | <property name="orientation"> |
| ... | ... | @@ -273,10 +273,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 273 | 273 | <widget class="Line" name="line_4"> |
| 274 | 274 | <property name="geometry"> |
| 275 | 275 | <rect> |
| 276 | - <x>225</x> | |
| 277 | - <y>993</y> | |
| 276 | + <x>270</x> | |
| 277 | + <y>1191</y> | |
| 278 | 278 | <width>1</width> |
| 279 | - <height>120</height> | |
| 279 | + <height>144</height> | |
| 280 | 280 | </rect> |
| 281 | 281 | </property> |
| 282 | 282 | <property name="orientation"> |
| ... | ... | @@ -286,10 +286,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 286 | 286 | <widget class="Line" name="line_5"> |
| 287 | 287 | <property name="geometry"> |
| 288 | 288 | <rect> |
| 289 | - <x>450</x> | |
| 290 | - <y>993</y> | |
| 289 | + <x>540</x> | |
| 290 | + <y>1191</y> | |
| 291 | 291 | <width>1</width> |
| 292 | - <height>120</height> | |
| 292 | + <height>144</height> | |
| 293 | 293 | </rect> |
| 294 | 294 | </property> |
| 295 | 295 | <property name="orientation"> |
| ... | ... | @@ -299,10 +299,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 299 | 299 | <widget class="Line" name="line_6"> |
| 300 | 300 | <property name="geometry"> |
| 301 | 301 | <rect> |
| 302 | - <x>675</x> | |
| 303 | - <y>993</y> | |
| 302 | + <x>810</x> | |
| 303 | + <y>1191</y> | |
| 304 | 304 | <width>1</width> |
| 305 | - <height>120</height> | |
| 305 | + <height>144</height> | |
| 306 | 306 | </rect> |
| 307 | 307 | </property> |
| 308 | 308 | <property name="orientation"> |
| ... | ... | @@ -312,10 +312,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 312 | 312 | <widget class="QPushButton" name="dryheatButton"> |
| 313 | 313 | <property name="geometry"> |
| 314 | 314 | <rect> |
| 315 | - <x>600</x> | |
| 316 | - <y>426</y> | |
| 317 | - <width>300</width> | |
| 318 | - <height>293</height> | |
| 315 | + <x>720</x> | |
| 316 | + <y>511</y> | |
| 317 | + <width>360</width> | |
| 318 | + <height>351</height> | |
| 319 | 319 | </rect> |
| 320 | 320 | </property> |
| 321 | 321 | <property name="styleSheet"> |
| ... | ... | @@ -332,10 +332,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mod |
| 332 | 332 | <widget class="QPushButton" name="combiButton"> |
| 333 | 333 | <property name="geometry"> |
| 334 | 334 | <rect> |
| 335 | - <x>300</x> | |
| 336 | - <y>426</y> | |
| 337 | - <width>300</width> | |
| 338 | - <height>293</height> | |
| 335 | + <x>360</x> | |
| 336 | + <y>511</y> | |
| 337 | + <width>360</width> | |
| 338 | + <height>351</height> | |
| 339 | 339 | </rect> |
| 340 | 340 | </property> |
| 341 | 341 | <property name="styleSheet"> |
| ... | ... | @@ -353,9 +353,9 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mod |
| 353 | 353 | <property name="geometry"> |
| 354 | 354 | <rect> |
| 355 | 355 | <x>0</x> |
| 356 | - <y>426</y> | |
| 357 | - <width>300</width> | |
| 358 | - <height>293</height> | |
| 356 | + <y>511</y> | |
| 357 | + <width>360</width> | |
| 358 | + <height>351</height> | |
| 359 | 359 | </rect> |
| 360 | 360 | </property> |
| 361 | 361 | <property name="styleSheet"> |
| ... | ... | @@ -372,10 +372,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_mod |
| 372 | 372 | <widget class="QPushButton" name="meatButton"> |
| 373 | 373 | <property name="geometry"> |
| 374 | 374 | <rect> |
| 375 | - <x>226</x> | |
| 376 | - <y>720</y> | |
| 377 | - <width>224</width> | |
| 378 | - <height>221</height> | |
| 375 | + <x>271</x> | |
| 376 | + <y>864</y> | |
| 377 | + <width>268</width> | |
| 378 | + <height>265</height> | |
| 379 | 379 | </rect> |
| 380 | 380 | </property> |
| 381 | 381 | <property name="sizePolicy"> |
| ... | ... | @@ -398,10 +398,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 398 | 398 | <widget class="QPushButton" name="dessertButton"> |
| 399 | 399 | <property name="geometry"> |
| 400 | 400 | <rect> |
| 401 | - <x>676</x> | |
| 402 | - <y>720</y> | |
| 403 | - <width>224</width> | |
| 404 | - <height>221</height> | |
| 401 | + <x>811</x> | |
| 402 | + <y>864</y> | |
| 403 | + <width>268</width> | |
| 404 | + <height>265</height> | |
| 405 | 405 | </rect> |
| 406 | 406 | </property> |
| 407 | 407 | <property name="sizePolicy"> |
| ... | ... | @@ -424,10 +424,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 424 | 424 | <widget class="QPushButton" name="etcButton"> |
| 425 | 425 | <property name="geometry"> |
| 426 | 426 | <rect> |
| 427 | - <x>451</x> | |
| 428 | - <y>943</y> | |
| 429 | - <width>224</width> | |
| 430 | - <height>221</height> | |
| 427 | + <x>541</x> | |
| 428 | + <y>1131</y> | |
| 429 | + <width>268</width> | |
| 430 | + <height>265</height> | |
| 431 | 431 | </rect> |
| 432 | 432 | </property> |
| 433 | 433 | <property name="sizePolicy"> |
| ... | ... | @@ -451,9 +451,9 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 451 | 451 | <property name="geometry"> |
| 452 | 452 | <rect> |
| 453 | 453 | <x>0</x> |
| 454 | - <y>943</y> | |
| 455 | - <width>225</width> | |
| 456 | - <height>221</height> | |
| 454 | + <y>1131</y> | |
| 455 | + <width>270</width> | |
| 456 | + <height>265</height> | |
| 457 | 457 | </rect> |
| 458 | 458 | </property> |
| 459 | 459 | <property name="sizePolicy"> |
| ... | ... | @@ -477,9 +477,9 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 477 | 477 | <property name="geometry"> |
| 478 | 478 | <rect> |
| 479 | 479 | <x>0</x> |
| 480 | - <y>720</y> | |
| 481 | - <width>225</width> | |
| 482 | - <height>221</height> | |
| 480 | + <y>864</y> | |
| 481 | + <width>270</width> | |
| 482 | + <height>265</height> | |
| 483 | 483 | </rect> |
| 484 | 484 | </property> |
| 485 | 485 | <property name="sizePolicy"> |
| ... | ... | @@ -502,10 +502,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 502 | 502 | <widget class="QPushButton" name="fishButton"> |
| 503 | 503 | <property name="geometry"> |
| 504 | 504 | <rect> |
| 505 | - <x>451</x> | |
| 506 | - <y>720</y> | |
| 507 | - <width>224</width> | |
| 508 | - <height>221</height> | |
| 505 | + <x>541</x> | |
| 506 | + <y>864</y> | |
| 507 | + <width>268</width> | |
| 508 | + <height>265</height> | |
| 509 | 509 | </rect> |
| 510 | 510 | </property> |
| 511 | 511 | <property name="sizePolicy"> |
| ... | ... | @@ -528,10 +528,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 528 | 528 | <widget class="QPushButton" name="breadButton"> |
| 529 | 529 | <property name="geometry"> |
| 530 | 530 | <rect> |
| 531 | - <x>226</x> | |
| 532 | - <y>943</y> | |
| 533 | - <width>224</width> | |
| 534 | - <height>221</height> | |
| 531 | + <x>271</x> | |
| 532 | + <y>1131</y> | |
| 533 | + <width>268</width> | |
| 534 | + <height>265</height> | |
| 535 | 535 | </rect> |
| 536 | 536 | </property> |
| 537 | 537 | <property name="sizePolicy"> |
| ... | ... | @@ -554,10 +554,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 554 | 554 | <widget class="QPushButton" name="primeButton"> |
| 555 | 555 | <property name="geometry"> |
| 556 | 556 | <rect> |
| 557 | - <x>676</x> | |
| 558 | - <y>943</y> | |
| 559 | - <width>224</width> | |
| 560 | - <height>221</height> | |
| 557 | + <x>811</x> | |
| 558 | + <y>1131</y> | |
| 559 | + <width>268</width> | |
| 560 | + <height>265</height> | |
| 561 | 561 | </rect> |
| 562 | 562 | </property> |
| 563 | 563 | <property name="sizePolicy"> |
| ... | ... | @@ -582,8 +582,8 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 582 | 582 | <rect> |
| 583 | 583 | <x>0</x> |
| 584 | 584 | <y>0</y> |
| 585 | - <width>900</width> | |
| 586 | - <height>426</height> | |
| 585 | + <width>1080</width> | |
| 586 | + <height>511</height> | |
| 587 | 587 | </rect> |
| 588 | 588 | </property> |
| 589 | 589 | <property name="styleSheet"> |
| ... | ... | @@ -592,50 +592,50 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 592 | 592 | <widget class="Clock" name="clock" native="true"> |
| 593 | 593 | <property name="geometry"> |
| 594 | 594 | <rect> |
| 595 | - <x>272</x> | |
| 596 | - <y>36</y> | |
| 597 | - <width>356</width> | |
| 598 | - <height>355</height> | |
| 595 | + <x>326</x> | |
| 596 | + <y>43</y> | |
| 597 | + <width>427</width> | |
| 598 | + <height>426</height> | |
| 599 | 599 | </rect> |
| 600 | 600 | </property> |
| 601 | 601 | </widget> |
| 602 | 602 | <widget class="WashWarnIcon" name="label"> |
| 603 | 603 | <property name="geometry"> |
| 604 | 604 | <rect> |
| 605 | - <x>800</x> | |
| 606 | - <y>320</y> | |
| 607 | - <width>80</width> | |
| 608 | - <height>84</height> | |
| 605 | + <x>960</x> | |
| 606 | + <y>384</y> | |
| 607 | + <width>96</width> | |
| 608 | + <height>100</height> | |
| 609 | 609 | </rect> |
| 610 | 610 | </property> |
| 611 | 611 | </widget> |
| 612 | 612 | <widget class="DemoIcon" name="label_2"> |
| 613 | 613 | <property name="geometry"> |
| 614 | 614 | <rect> |
| 615 | - <x>780</x> | |
| 616 | - <y>230</y> | |
| 617 | - <width>101</width> | |
| 618 | - <height>90</height> | |
| 615 | + <x>936</x> | |
| 616 | + <y>276</y> | |
| 617 | + <width>121</width> | |
| 618 | + <height>108</height> | |
| 619 | 619 | </rect> |
| 620 | 620 | </property> |
| 621 | 621 | </widget> |
| 622 | 622 | <widget class="HalfEnergyIcon" name="label_3"> |
| 623 | 623 | <property name="geometry"> |
| 624 | 624 | <rect> |
| 625 | - <x>780</x> | |
| 626 | - <y>160</y> | |
| 627 | - <width>108</width> | |
| 628 | - <height>67</height> | |
| 625 | + <x>936</x> | |
| 626 | + <y>192</y> | |
| 627 | + <width>129</width> | |
| 628 | + <height>80</height> | |
| 629 | 629 | </rect> |
| 630 | 630 | </property> |
| 631 | 631 | </widget> |
| 632 | 632 | <widget class="DigitalClock" name="label_4"> |
| 633 | 633 | <property name="geometry"> |
| 634 | 634 | <rect> |
| 635 | - <x>20</x> | |
| 636 | - <y>310</y> | |
| 637 | - <width>600</width> | |
| 638 | - <height>100</height> | |
| 635 | + <x>24</x> | |
| 636 | + <y>372</y> | |
| 637 | + <width>720</width> | |
| 638 | + <height>120</height> | |
| 639 | 639 | </rect> |
| 640 | 640 | </property> |
| 641 | 641 | <property name="alignment"> |
| ... | ... | @@ -645,10 +645,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 645 | 645 | <widget class="IgnitionIcon" name="label_5"> |
| 646 | 646 | <property name="geometry"> |
| 647 | 647 | <rect> |
| 648 | - <x>662</x> | |
| 649 | - <y>164</y> | |
| 650 | - <width>111</width> | |
| 651 | - <height>121</height> | |
| 648 | + <x>794</x> | |
| 649 | + <y>196</y> | |
| 650 | + <width>133</width> | |
| 651 | + <height>145</height> | |
| 652 | 652 | </rect> |
| 653 | 653 | </property> |
| 654 | 654 | <property name="text"> |
| ... | ... | @@ -658,10 +658,10 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 658 | 658 | <widget class="WaterLevelIcon" name="label_6"> |
| 659 | 659 | <property name="geometry"> |
| 660 | 660 | <rect> |
| 661 | - <x>670</x> | |
| 662 | - <y>290</y> | |
| 663 | - <width>111</width> | |
| 664 | - <height>121</height> | |
| 661 | + <x>804</x> | |
| 662 | + <y>348</y> | |
| 663 | + <width>133</width> | |
| 664 | + <height>145</height> | |
| 665 | 665 | </rect> |
| 666 | 666 | </property> |
| 667 | 667 | <property name="text"> |
| ... | ... | @@ -672,9 +672,9 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 672 | 672 | <widget class="Line" name="line_7"> |
| 673 | 673 | <property name="geometry"> |
| 674 | 674 | <rect> |
| 675 | - <x>18</x> | |
| 676 | - <y>942</y> | |
| 677 | - <width>863</width> | |
| 675 | + <x>21</x> | |
| 676 | + <y>1130</y> | |
| 677 | + <width>1035</width> | |
| 678 | 678 | <height>1</height> |
| 679 | 679 | </rect> |
| 680 | 680 | </property> |
| ... | ... | @@ -689,9 +689,9 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 689 | 689 | <property name="geometry"> |
| 690 | 690 | <rect> |
| 691 | 691 | <x>0</x> |
| 692 | - <y>1164</y> | |
| 693 | - <width>600</width> | |
| 694 | - <height>286</height> | |
| 692 | + <y>1396</y> | |
| 693 | + <width>720</width> | |
| 694 | + <height>343</height> | |
| 695 | 695 | </rect> |
| 696 | 696 | </property> |
| 697 | 697 | <property name="pixmap"> | ... | ... |