GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
eef4fca440b215804595bce75eb65a96e7ae528f
  • 1611_0007_prime_oven
  • app
  • gui
  • oven_control
  • washwarnicon.h
  • 239d51c8b   의무 세척 기능 추가 Browse Code »
    김태훈
    8 years ago  
washwarnicon.h 300 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#ifndef WASHWARNICON_H
#define WASHWARNICON_H


#include <QLabel>
#include <QTimer>

class WashWarnIcon : public QLabel
{
    Q_OBJECT

    static QPixmap *icon;
    QTimer timer;

public:
    explicit WashWarnIcon(QWidget *parent = 0);

private slots:
    void check();
};

#endif // WASHWARNICON_H