mainwindow.h
Go to the documentation of this file.
00001 #ifndef MAINWINDOW_H
00002 #define MAINWINDOW_H
00003 
00004 #include <QMainWindow>
00005 
00006 class Form;
00007 
00008 namespace Ui {
00009     class MainWindow;
00010 }
00011 
00012 class MainWindow : public QMainWindow
00013 {
00014     Q_OBJECT
00015 
00016 public:
00017     explicit MainWindow(QWidget *parent = 0);
00018     ~MainWindow();
00019 
00020 
00021 private:
00022     Ui::MainWindow *ui;
00023     Form* m_pForm;
00024 };
00025 
00026 #endif // MAINWINDOW_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


rqt_gps
Author(s): Isaac Saito
autogenerated on Fri Mar 22 2013 07:24:37