src/RelpipeChartMainWindow.cpp
author František Kučera <franta-hg@frantovo.cz>
Fri, 28 Sep 2018 12:51:55 +0200
branchv_0
changeset 11 0f42346c8fc7
parent 6 5acb6b487caf
child 12 a45d1cac365e
permissions -rw-r--r--
define windows size in the .ui file

#include "RelpipeChartMainWindow.h"

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

RelpipeChartMainWindow::~RelpipeChartMainWindow() {
}