src/RelpipeChartMainWindow.cpp
branchv_0
changeset 4 1622c087f3ea
child 6 5acb6b487caf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/RelpipeChartMainWindow.cpp	Mon Sep 24 16:11:19 2018 +0200
@@ -0,0 +1,21 @@
+/*
+ * 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() {
+}