Commit d1404f93d3a68a48e549d708e1c4f53a4eb3db4d
1 parent
35b9cc32ef
Exists in
master
and in
2 other branches
GUI V1.0.4
- cookbook //r -> //n 으로 변경 - 메뉴얼 기능 추가
Showing
4 changed files
with
3 additions
and
26 deletions
Show diff stats
app/gui/oven_control/cookbook.cpp
app/gui/oven_control/define.h
app/gui/oven_control/manualviewerdlg.cpp
app/gui/oven_control/manualviewerdlg.ui
... | ... | @@ -128,29 +128,6 @@ QPushButton:pressed, QPushButton:focus{ border-image: url(:/images/bottom_bar/ba |
128 | 128 | <string/> |
129 | 129 | </property> |
130 | 130 | </widget> |
131 | - <widget class="QPushButton" name="helpButton"> | |
132 | - <property name="geometry"> | |
133 | - <rect> | |
134 | - <x>457</x> | |
135 | - <y>26</y> | |
136 | - <width>97</width> | |
137 | - <height>97</height> | |
138 | - </rect> | |
139 | - </property> | |
140 | - <property name="sizePolicy"> | |
141 | - <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | |
142 | - <horstretch>0</horstretch> | |
143 | - <verstretch>0</verstretch> | |
144 | - </sizepolicy> | |
145 | - </property> | |
146 | - <property name="styleSheet"> | |
147 | - <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/help.png); } | |
148 | -QPushButton:pressed, QPushButton:focus { border-image: url(:/images/bottom_bar/help_ov.png); }</string> | |
149 | - </property> | |
150 | - <property name="text"> | |
151 | - <string/> | |
152 | - </property> | |
153 | - </widget> | |
154 | 131 | </widget> |
155 | 132 | <widget class="QLabel" name="ctrLbManual"> |
156 | 133 | <property name="geometry"> | ... | ... |