GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 1611_0007_prime_oven
  • app
  • gui
  • oven_control
  • configipdlg.h
  • 776411ce5   설정 기능 5월 개발 범위 UI 구현 완료 ... Browse Code »
     - 시스템 관리
     - 에너지 관리
     - 전문가 설정
     - 서비스
    고영탁
    2017-05-18 10:29:36 +0900  
configipdlg.h 376 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 23 24 25 26 27
#ifndef CONFIGIPDLG_H
#define CONFIGIPDLG_H

#include <QDialog>

namespace Ui {
class ConfigIpDlg;
}

class ConfigIpDlg : public QDialog
{
    Q_OBJECT

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

private slots:
    void on_ctrBtnOk_clicked();

    void on_ctrBtnCancel_clicked();

private:
    Ui::ConfigIpDlg *ui;
};

#endif // CONFIGIPDLG_H