Blame view

app/gui/oven_control/washstepgauge.cpp 160 Bytes
7c7227009   김태훈   세척 공정 단계 게이지 바 추가
1
  #include "washstepgauge.h"
05f2a7552   김태훈   image 관리 구조 변경
2
  WashStepGauge::WashStepGauge(QWidget *parent) : LongPreheatTempGauge(parent)
7c7227009   김태훈   세척 공정 단계 게이지 바 추가
3
  {
05f2a7552   김태훈   image 관리 구조 변경
4
      body.load(":/images/gauge/bar_long_blue.png");
7c7227009   김태훈   세척 공정 단계 게이지 바 추가
5
  }