src/RelpipeChartMainWindow.h
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.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 */