src/RelpipeChartMainWindow.h
branchv_0
changeset 4 1622c087f3ea
child 6 5acb6b487caf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/RelpipeChartMainWindow.h	Mon Sep 24 16:11:19 2018 +0200
@@ -0,0 +1,28 @@
+/*
+ * 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.h
+ * Author: Ing. František Kučera (frantovo.cz)
+ *
+ * Created on 24. září 2018, 15:53
+ */
+
+#ifndef _RELPIPECHARTMAINWINDOW_H
+#define _RELPIPECHARTMAINWINDOW_H
+
+#include "ui_RelpipeChartMainWindow.h"
+
+class RelpipeChartMainWindow : public QMainWindow {
+	Q_OBJECT
+public:
+	RelpipeChartMainWindow();
+	virtual ~RelpipeChartMainWindow();
+private:
+	Ui::RelpipeChartMainWindow widget;
+};
+
+#endif /* _RELPIPECHARTMAINWINDOW_H */