Commit 227d4eb06cc246c1cd484a186b386aeefa388ee6
1 parent
0aa6719b00
Exists in
master
and in
2 other branches
주 화면에서 접근 불가 처리된 기능 버튼 숨김
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
app/gui/oven_control/mainwindow.ui
| ... | ... | @@ -151,10 +151,13 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h |
| 151 | 151 | </widget> |
| 152 | 152 | </widget> |
| 153 | 153 | <widget class="QPushButton" name="multiButton"> |
| 154 | + <property name="enabled"> | |
| 155 | + <bool>false</bool> | |
| 156 | + </property> | |
| 154 | 157 | <property name="geometry"> |
| 155 | 158 | <rect> |
| 156 | 159 | <x>0</x> |
| 157 | - <y>1164</y> | |
| 160 | + <y>1700</y> | |
| 158 | 161 | <width>300</width> |
| 159 | 162 | <height>286</height> |
| 160 | 163 | </rect> |
| ... | ... | @@ -177,10 +180,13 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but |
| 177 | 180 | </property> |
| 178 | 181 | </widget> |
| 179 | 182 | <widget class="QPushButton" name="programmingButton"> |
| 183 | + <property name="enabled"> | |
| 184 | + <bool>false</bool> | |
| 185 | + </property> | |
| 180 | 186 | <property name="geometry"> |
| 181 | 187 | <rect> |
| 182 | 188 | <x>300</x> |
| 183 | - <y>1164</y> | |
| 189 | + <y>1700</y> | |
| 184 | 190 | <width>300</width> |
| 185 | 191 | <height>286</height> |
| 186 | 192 | </rect> |
| ... | ... | @@ -568,7 +574,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ |
| 568 | 574 | QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string> |
| 569 | 575 | </property> |
| 570 | 576 | <property name="text"> |
| 571 | - <string>부가기능</string> | |
| 577 | + <string/> | |
| 572 | 578 | </property> |
| 573 | 579 | <property name="style" stdset="0"> |
| 574 | 580 | <string>type</string> | ... | ... |