00001 #ifndef FLOWVISFRAME_H 00002 #define FLOWVISFRAME_H 00003 00004 #include <QtGui/QMainWindow> 00005 #include "ui_flowvisframe.h" 00006 00007 class FlowVisFrame : public QMainWindow 00008 { 00009 Q_OBJECT 00010 00011 public: 00012 FlowVisFrame(QWidget *parent = 0, Qt::WFlags flags = 0); 00013 ~FlowVisFrame(); 00014 00015 private: 00016 Ui::FlowVisFrameClass ui; 00017 }; 00018 00019 #endif // FLOWVISFRAME_H