00001 #ifndef RUNPIHM 00002 #define RUNPIHM 00003 00004 #include "ui_runpihm.h" 00005 00006 class runPIHMDlg : public QDialog, private Ui::runPIHM 00007 { 00008 Q_OBJECT 00009 public: 00010 runPIHMDlg(QWidget *parent = 0); 00011 00012 public slots: 00013 void folderBrowse(); 00014 void run(); 00015 void help(); 00016 }; 00017 00018 #endif