washstepgauge.cpp 160 Bytes
#include "washstepgauge.h"

WashStepGauge::WashStepGauge(QWidget *parent) : LongPreheatTempGauge(parent)
{
    body.load(":/images/gauge/bar_long_blue.png");
}