about_dialog.h

Go to the documentation of this file.
00001 //--------------------------------------------------
00007 //---------------------------------------------------
00008 
00009 #ifndef IMEDGINEABOUT_DIALOG_H
00010 #define IMEDGINEABOUT_DIALOG_H
00011 
00012 #include "about_dialog_base.h"
00013 
00014 #include <QDialog>
00015 
00016 namespace imedgine
00017 {
00018 
00019   //--------------------------------------------------
00027   //--------------------------------------------------
00028 
00029   class AboutDialog
00030     : public QDialog, private Ui::AboutDialogBase
00031   {
00032     Q_OBJECT
00033   public:
00034 
00035     //--------------------------------------------------
00038 
00039     AboutDialog(QWidget* parent);
00040 
00041     //--------------------------------------------------
00044 
00045     ~AboutDialog();
00046 
00047   private:
00048 
00049     //--------------------------------------------------
00052 
00053     void initializeGUI();
00054 
00055   };
00056 
00057 }
00058 
00059 #endif

Generated on Sun Aug 13 18:19:39 2006 for iMEDgine by  doxygen 1.4.6