mainwindow.h

Go to the documentation of this file.
00001 
00005 #ifndef MAINWINDOW_H
00006 #define MAINWINDOW_H
00007 
00008 #include <QtGui>
00009 #include "monitorwidget.h"
00010 
00011 class MainWindow : public QMainWindow
00012 {
00013     Q_OBJECT
00014 
00015 public:
00016     MainWindow();
00017 
00018 private:
00019    MonitorWidget *monitorWidget;
00020 };
00021 
00022 #endif

Generated on Sat Apr 17 16:28:53 2010 for ProcessViewer by  doxygen 1.4.7