pihmLIBS/helpDialog/helpdialog.h

Go to the documentation of this file.
00001 #ifndef HELPDIALOG
00002 #define HELPDIALOG
00003 
00004 #include "ui_helpdialog.h"
00005 
00006 class helpDialog : public QDialog, private Ui::helpDialog
00007 {
00008         Q_OBJECT
00009 public:
00010         helpDialog(QWidget *parent = 0,  const char* name = 0, bool modal = FALSE, const QString& helpFileName=NULL,const QString& captionText=NULL);
00011 
00012 };
00013 
00014 #endif

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2