00001 #ifndef CREATETINS 00002 #define CREATETINS 00003 00004 #include "ui_createtinsdialog.h" 00005 00006 class createTINsDlg : public QDialog, private Ui::CreateTINsDialog 00007 { 00008 Q_OBJECT 00009 public: 00010 createTINsDlg(QWidget *parent = 0); 00011 00012 public slots: 00013 void eleBrowse(); 00014 void nodeBrowse(); 00015 void shpBrowse(); 00016 void run(); 00017 void help(); 00018 }; 00019 00020 #endif 00021