fileprocessgauge.h 273 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #ifndef FILEPROCESSGAUGE_H #define FILEPROCESSGAUGE_H #include "preheattempgauge.h" class FileProcessGauge : public PreheatTempGauge { public: FileProcessGauge(QWidget *parent=0); protected: void paintEvent(QPaintEvent *event); }; #endif // FILEPROCESSGAUGE_H