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