Commit 6139c8c790ae671d6915373042d8ad324853677e
1 parent
63a45681f3
Exists in
master
and in
2 other branches
누락된 PNG 보충
- 부가 기능의 선호 요리 롤오버 - 환경 설정의 패널 버튼
Showing
5 changed files
with
6 additions
and
3 deletions
Show diff stats
app/gui/oven_control/configpanelbutton.ui
| ... | ... | @@ -63,9 +63,9 @@ border: none; |
| 63 | 63 | </font> |
| 64 | 64 | </property> |
| 65 | 65 | <property name="styleSheet"> |
| 66 | - <string notr="true">QPushButton { background-image: url(:/images/config/pannel.png); } | |
| 67 | -QPushButton:pressed { background-image: url(:/images/config/pannel_ov.png); } | |
| 68 | -QPushButton:focus { background-image: url(:/images/config/pannel_ov.png); }</string> | |
| 66 | + <string notr="true">QPushButton { background-image: url(:/images/config/pannel_fav.png); } | |
| 67 | +QPushButton:pressed { background-image: url(:/images/config/pannel_fav_ov.png); } | |
| 68 | +QPushButton:focus { background-image: url(:/images/config/pannel_fav_ov.png); }</string> | |
| 69 | 69 | </property> |
| 70 | 70 | <property name="text"> |
| 71 | 71 | <string/> | ... | ... |
app/gui/oven_control/images/config/pannel_fav.png
9.76 KB
app/gui/oven_control/images/config/pannel_fav_ov.png
9.97 KB
app/gui/oven_control/images/etc/main_btn_04_ov.png
5.49 KB
app/gui/oven_control/resources.qrc
| ... | ... | @@ -569,5 +569,8 @@ |
| 569 | 569 | <file>images/symbol/keep_warm.png</file> |
| 570 | 570 | <file>images/background/popup/668.png</file> |
| 571 | 571 | <file>lang_en.qm</file> |
| 572 | + <file>images/config/pannel_fav.png</file> | |
| 573 | + <file>images/config/pannel_fav_ov.png</file> | |
| 574 | + <file>images/etc/main_btn_04_ov.png</file> | |
| 572 | 575 | </qresource> |
| 573 | 576 | </RCC> | ... | ... |