• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ui/AboutForm.h

Go to the documentation of this file.
00001 #ifndef ABOUTFORM_H
00002 #define ABOUTFORM_H
00003 
00004 #include "ui_about.h"
00005 #include "DGVAliases.h"
00012 class DGV_EXPORT AboutForm : public QDialog
00013 {
00014 public:
00015     AboutForm(QWidget *parent = 0);
00016     virtual ~AboutForm();
00017 
00018     void setupVersion();
00019 
00020 protected:
00021     Ui::About ui;
00022 
00023     void createConnections();
00024 };
00025 
00026 #endif // ABOUTFORM_H

Generated on Wed Sep 8 2010 01:36:52 for DGV by  doxygen 1.7.1