1 2 3 4 5 6 7 8
#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"); }