00001 #ifndef RUNTRIANGLE 00002 #define RUNTRIANGLE 00003 00004 #include "ui_runtriangle.h" 00005 00006 class runTriangleDlg : public QDialog, private Ui::runTriangle 00007 { 00008 Q_OBJECT 00009 public: 00010 runTriangleDlg(QWidget *parent = 0); 00011 00012 public slots: 00013 void inputBrowse(); 00014 void options(); 00015 void run(); 00016 void help(); 00017 }; 00018 00019 #endif 00020