00001 #ifndef MSHFILE 00002 #define MSHFILE 00003 00004 #include "ui_mshfile.h" 00005 00006 class mshFileDlg : public QDialog, private Ui::MshFileGeneration 00007 { 00008 Q_OBJECT 00009 public: 00010 mshFileDlg(QWidget *parent = 0); 00011 00012 public slots: 00013 void eleBrowse(); 00014 void nodeBrowse(); 00015 void neighBrowse(); 00016 void sEleBrowse(); 00017 void bEleBrowse(); 00018 void mshBrowse(); 00019 void run(); 00020 void help(); 00021 }; 00022 00023 #endif 00024