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,7 +38,8 @@ SOURCES += main.cpp\ | ||
| 38 | heatcirculargauge.cpp \ | 38 | heatcirculargauge.cpp \ |
| 39 | preheattempgauge.cpp \ | 39 | preheattempgauge.cpp \ |
| 40 | autocookconfigwindow.cpp \ | 40 | autocookconfigwindow.cpp \ |
| 41 | - washwindow.cpp | 41 | + washwindow.cpp \ |
| 42 | + washstepgauge.cpp | ||
| 42 | 43 | ||
| 43 | HEADERS += mainwindow.h \ | 44 | HEADERS += mainwindow.h \ |
| 44 | cook.h \ | 45 | cook.h \ |
| @@ -65,7 +66,8 @@ HEADERS += mainwindow.h \ | @@ -65,7 +66,8 @@ HEADERS += mainwindow.h \ | ||
| 65 | heatcirculargauge.h \ | 66 | heatcirculargauge.h \ |
| 66 | preheattempgauge.h \ | 67 | preheattempgauge.h \ |
| 67 | autocookconfigwindow.h \ | 68 | autocookconfigwindow.h \ |
| 68 | - washwindow.h | 69 | + washwindow.h \ |
| 70 | + washstepgauge.h | ||
| 69 | 71 | ||
| 70 | FORMS += mainwindow.ui \ | 72 | FORMS += mainwindow.ui \ |
| 71 | manualcookwindow.ui \ | 73 | manualcookwindow.ui \ |
app/gui/oven_control/preheattempgauge.h
| @@ -20,7 +20,7 @@ public slots: | @@ -20,7 +20,7 @@ public slots: | ||
| 20 | protected: | 20 | protected: |
| 21 | void paintEvent(QPaintEvent *event); | 21 | void paintEvent(QPaintEvent *event); |
| 22 | 22 | ||
| 23 | -private: | 23 | +protected: |
| 24 | QPixmap body; | 24 | QPixmap body; |
| 25 | QPixmap border; | 25 | QPixmap border; |
| 26 | QPixmap indicator; | 26 | QPixmap indicator; |
app/gui/oven_control/washstepgauge.cpp
app/gui/oven_control/washstepgauge.h