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

WashStepGauge::WashStepGauge(QWidget *parent) : PreheatTempGauge(parent)
{
    body.load(":/images/images/auto/graphe_hit_03.png");
}