src/RelpipeChartMainWindow.h
branchv_0
changeset 6 5acb6b487caf
parent 4 1622c087f3ea
child 13 c84042d014c9
equal deleted inserted replaced
5:0c07be8dad00 6:5acb6b487caf
     1 /*
     1 #pragma once
     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 
     2 
    17 #include "ui_RelpipeChartMainWindow.h"
     3 #include "ui_RelpipeChartMainWindow.h"
    18 
     4 
    19 class RelpipeChartMainWindow : public QMainWindow {
     5 class RelpipeChartMainWindow : public QMainWindow {
    20 	Q_OBJECT
     6 	Q_OBJECT
    22 	RelpipeChartMainWindow();
     8 	RelpipeChartMainWindow();
    23 	virtual ~RelpipeChartMainWindow();
     9 	virtual ~RelpipeChartMainWindow();
    24 private:
    10 private:
    25 	Ui::RelpipeChartMainWindow widget;
    11 	Ui::RelpipeChartMainWindow widget;
    26 };
    12 };
    27 
       
    28 #endif /* _RELPIPECHARTMAINWINDOW_H */