src/RelpipeChartMainWindow.cpp
branchv_0
changeset 6 5acb6b487caf
parent 4 1622c087f3ea
child 12 a45d1cac365e
equal deleted inserted replaced
5:0c07be8dad00 6:5acb6b487caf
     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"
     1 #include "RelpipeChartMainWindow.h"
    15 
     2 
    16 RelpipeChartMainWindow::RelpipeChartMainWindow() {
     3 RelpipeChartMainWindow::RelpipeChartMainWindow() {
    17 	widget.setupUi(this);
     4 	widget.setupUi(this);
    18 }
     5 }