Commit 227d4eb06cc246c1cd484a186b386aeefa388ee6

Authored by 김태훈
1 parent 0aa6719b00
Exists in master and in 2 other branches fhd, fhd-demo

주 화면에서 접근 불가 처리된 기능 버튼 숨김

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,10 +151,13 @@ QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/h
151 </widget> 151 </widget>
152 </widget> 152 </widget>
153 <widget class="QPushButton" name="multiButton"> 153 <widget class="QPushButton" name="multiButton">
  154 + <property name="enabled">
  155 + <bool>false</bool>
  156 + </property>
154 <property name="geometry"> 157 <property name="geometry">
155 <rect> 158 <rect>
156 <x>0</x> 159 <x>0</x>
157 - <y>1164</y> 160 + <y>1700</y>
158 <width>300</width> 161 <width>300</width>
159 <height>286</height> 162 <height>286</height>
160 </rect> 163 </rect>
@@ -177,10 +180,13 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but @@ -177,10 +180,13 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/main_but
177 </property> 180 </property>
178 </widget> 181 </widget>
179 <widget class="QPushButton" name="programmingButton"> 182 <widget class="QPushButton" name="programmingButton">
  183 + <property name="enabled">
  184 + <bool>false</bool>
  185 + </property>
180 <property name="geometry"> 186 <property name="geometry">
181 <rect> 187 <rect>
182 <x>300</x> 188 <x>300</x>
183 - <y>1164</y> 189 + <y>1700</y>
184 <width>300</width> 190 <width>300</width>
185 <height>286</height> 191 <height>286</height>
186 </rect> 192 </rect>
@@ -568,7 +574,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ @@ -568,7 +574,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ
568 QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string> 574 QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_type/additional_ov.png); }</string>
569 </property> 575 </property>
570 <property name="text"> 576 <property name="text">
571 - <string>부가기능</string> 577 + <string/>
572 </property> 578 </property>
573 <property name="style" stdset="0"> 579 <property name="style" stdset="0">
574 <string>type</string> 580 <string>type</string>