05f2a7552
김태훈
image 관리 구조 변경
|
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");
}
|