src/RelpipeChartMainWindow.cpp
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.cpp
       
     9  * Author: Ing. František Kučera (frantovo.cz)
       
    10  *
       
    11  * Created on 24. září 2018, 15:53
       
    12  */
       
    13 
       
    14 #include "RelpipeChartMainWindow.h"
       
    15 
       
    16 RelpipeChartMainWindow::RelpipeChartMainWindow() {
       
    17 	widget.setupUi(this);
       
    18 }
       
    19 
       
    20 RelpipeChartMainWindow::~RelpipeChartMainWindow() {
       
    21 }