Commit 7c72270099b232502721325efc8e45d7deb9666d
1 parent
2e5e214815
Exists in
master
and in
2 other branches
세척 공정 단계 게이지 바 추가
Showing
4 changed files
with
23 additions
and
3 deletions
Show diff stats
app/gui/oven_control/oven_control.pro
... | ... | @@ -38,7 +38,8 @@ SOURCES += main.cpp\ |
38 | 38 | heatcirculargauge.cpp \ |
39 | 39 | preheattempgauge.cpp \ |
40 | 40 | autocookconfigwindow.cpp \ |
41 | - washwindow.cpp | |
41 | + washwindow.cpp \ | |
42 | + washstepgauge.cpp | |
42 | 43 | |
43 | 44 | HEADERS += mainwindow.h \ |
44 | 45 | cook.h \ |
... | ... | @@ -65,7 +66,8 @@ HEADERS += mainwindow.h \ |
65 | 66 | heatcirculargauge.h \ |
66 | 67 | preheattempgauge.h \ |
67 | 68 | autocookconfigwindow.h \ |
68 | - washwindow.h | |
69 | + washwindow.h \ | |
70 | + washstepgauge.h | |
69 | 71 | |
70 | 72 | FORMS += mainwindow.ui \ |
71 | 73 | manualcookwindow.ui \ | ... | ... |
app/gui/oven_control/preheattempgauge.h
app/gui/oven_control/washstepgauge.cpp
app/gui/oven_control/washstepgauge.h