src/RelpipeChartMainWindow.h
branchv_0
changeset 4 1622c087f3ea
child 6 5acb6b487caf
equal deleted inserted replaced
3:0d857519a4c9 4:1622c087f3ea
       
     1 /*
       
     2  * To change this license header, choose License Headers in Project Properties.
       
     3  * To change this template file, choose Tools | Templates
       
     4  * and open the template in the editor.
       
     5  */
       
     6 
       
     7 /* 
       
     8  * File:   RelpipeChartMainWindow.h
       
     9  * Author: Ing. František Kučera (frantovo.cz)
       
    10  *
       
    11  * Created on 24. září 2018, 15:53
       
    12  */
       
    13 
       
    14 #ifndef _RELPIPECHARTMAINWINDOW_H
       
    15 #define _RELPIPECHARTMAINWINDOW_H
       
    16 
       
    17 #include "ui_RelpipeChartMainWindow.h"
       
    18 
       
    19 class RelpipeChartMainWindow : public QMainWindow {
       
    20 	Q_OBJECT
       
    21 public:
       
    22 	RelpipeChartMainWindow();
       
    23 	virtual ~RelpipeChartMainWindow();
       
    24 private:
       
    25 	Ui::RelpipeChartMainWindow widget;
       
    26 };
       
    27 
       
    28 #endif /* _RELPIPECHARTMAINWINDOW_H */