GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
aa40dc8071e269065ae2851ba7ded460f8ff1863
  • 1611_0007_prime_oven
  • app
  • gui
  • oven_control
  • engineermenuwindow.h
  • 652e9cd54   Merge Browse Code »
    고영탁
    8 years ago  
engineermenuwindow.h 355 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 ENGINEERMENUWINDOW_H
#define ENGINEERMENUWINDOW_H

#include <QMainWindow>

namespace Ui {
class engineermenuwindow;
}

class engineermenuwindow : public QMainWindow
{
    Q_OBJECT

public:
    explicit engineermenuwindow(QWidget *parent = 0);
    ~engineermenuwindow();

private:
    Ui::engineermenuwindow *ui;
};

#endif // ENGINEERMENUWINDOW_H