src/RelpipeChartMainWindow.cpp
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 16:11:19 +0200
branchv_0
changeset 4 1622c087f3ea
child 6 5acb6b487caf
permissions -rw-r--r--
add main window, compile Qt .ui file

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/*
 * File:   RelpipeChartMainWindow.cpp
 * Author: Ing. František Kučera (frantovo.cz)
 *
 * Created on 24. září 2018, 15:53
 */

#include "RelpipeChartMainWindow.h"

RelpipeChartMainWindow::RelpipeChartMainWindow() {
	widget.setupUi(this);
}

RelpipeChartMainWindow::~RelpipeChartMainWindow() {
}