Commit 960048ca60f4d11b037bfb39a5bd4e2c5180c1d7
1 parent
9d8b85c1ff
Exists in
master
and in
2 other branches
엔지니어 모드 수정
- SGNV 추가 대응
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
app/gui/oven_control/valvetestwindow.h
... | ... | @@ -35,10 +35,10 @@ private slots: |
35 | 35 | void on_steamPumpButton_clicked(); |
36 | 36 | void on_quenchingValveButton_clicked(); |
37 | 37 | void on_sideValveButton_clicked(); |
38 | + void on_cleanValveButton_clicked(); | |
38 | 39 | |
39 | 40 | void on_backButton_clicked(); |
40 | 41 | |
41 | - void on_cleanValveButton_clicked(); | |
42 | 42 | |
43 | 43 | private: |
44 | 44 | Ui::ValveTestWindow *ui; | ... | ... |
app/gui/oven_control/valvetestwindow.ui
... | ... | @@ -170,7 +170,7 @@ QPushButton:pressed { border-image: url(:/images/button/184_ov.png); }</string> |
170 | 170 | <string>START</string> |
171 | 171 | </property> |
172 | 172 | </widget> |
173 | - <widget class="QPushButton" name="pushButton_4"> | |
173 | + <widget class="QPushButton" name="cleanValveButton"> | |
174 | 174 | <property name="geometry"> |
175 | 175 | <rect> |
176 | 176 | <x>697</x> |
... | ... | @@ -950,7 +950,7 @@ QPushButton:pressed { border-image: url(:/images/button/184_ov.png); }</string> |
950 | 950 | <rect> |
951 | 951 | <x>480</x> |
952 | 952 | <y>1360</y> |
953 | - <width>184</width> | |
953 | + <width>211</width> | |
954 | 954 | <height>70</height> |
955 | 955 | </rect> |
956 | 956 | </property> |
... | ... | @@ -998,7 +998,8 @@ QPushButton:pressed { border-image: url(:/images/button/184_ov.png); }</string> |
998 | 998 | </font> |
999 | 999 | </property> |
1000 | 1000 | <property name="text"> |
1001 | - <string>Spare Part</string> | |
1001 | + <string>S/G 세척 | |
1002 | +솔레노이드 밸브</string> | |
1002 | 1003 | </property> |
1003 | 1004 | </widget> |
1004 | 1005 | <widget class="QLabel" name="label"> | ... | ... |