ExtractData/paraFile/parafile.h

Go to the documentation of this file.
00001 #ifndef PARAMFILE
00002 #define PARAMFILE
00003 
00004 #include "ui_parafile.h"
00005 
00006 class paraFileDlg : public QDialog, private Ui::paraFile
00007 {
00008         Q_OBJECT
00009 public:
00010         paraFileDlg(QWidget *parent = 0);
00011 
00012 public slots:
00013         void paraBrowse();
00014         void run();
00015         void help();
00016 };
00017 
00018 #endif
00019 

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