longpreheattempgauge.cpp 290 Bytes
#include "longpreheattempgauge.h"

LongPreheatTempGauge::LongPreheatTempGauge(QWidget *parent) : PreheatTempGauge(parent)
{
    border.load(":/images/gauge/bar_long_frame.png");
    indicator.load(":/images/gauge/bar_indicator.png");
    body.load(":/images/gauge/bar_long_red_new.png");
}