00001 #ifndef UI_CATCHMENTPOLYGON_H
00002 #define UI_CATCHMENTPOLYGON_H
00003
00004 #include "Qt3Support/Q3ButtonGroup"
00005 #include <QtCore/QVariant>
00006 #include <QtGui/QAction>
00007 #include <QtGui/QApplication>
00008 #include <QtGui/QButtonGroup>
00009 #include <QtGui/QCheckBox>
00010 #include <QtGui/QDialog>
00011 #include <QtGui/QLabel>
00012 #include <QtGui/QLineEdit>
00013 #include <QtGui/QPushButton>
00014 #include <Qt3Support/Q3MimeSourceFactory>
00015 #include "Qt3Support/Q3TextBrowser"
00016
00017 class Ui_CatchmentPolygon
00018 {
00019 public:
00020 Q3TextBrowser *messageLog;
00021 QPushButton *closeButton;
00022 QPushButton *helpButton;
00023 QPushButton *runButton;
00024 Q3ButtonGroup *buttonGroup2;
00025 QCheckBox *showSG_DFrame;
00026 QLineEdit *outputFileLineEdit;
00027 QPushButton *outputBrowseButton;
00028 QLabel *textLabel1_2;
00029 Q3ButtonGroup *buttonGroup1;
00030 QLabel *textLabel1;
00031 QLineEdit *inputFileLineEdit;
00032 QPushButton *inputBrowseButton;
00033
00034 void setupUi(QDialog *CatchmentPolygon)
00035 {
00036 CatchmentPolygon->setObjectName(QString::fromUtf8("CatchmentPolygon"));
00037 CatchmentPolygon->resize(QSize(607, 410).expandedTo(CatchmentPolygon->minimumSizeHint()));
00038 messageLog = new Q3TextBrowser(CatchmentPolygon);
00039 messageLog->setObjectName(QString::fromUtf8("messageLog"));
00040 messageLog->setGeometry(QRect(10, 269, 581, 130));
00041 closeButton = new QPushButton(CatchmentPolygon);
00042 closeButton->setObjectName(QString::fromUtf8("closeButton"));
00043 closeButton->setGeometry(QRect(424, 229, 81, 32));
00044 closeButton->setAutoDefault(false);
00045 helpButton = new QPushButton(CatchmentPolygon);
00046 helpButton->setObjectName(QString::fromUtf8("helpButton"));
00047 helpButton->setGeometry(QRect(10, 229, 81, 32));
00048 helpButton->setAutoDefault(false);
00049 runButton = new QPushButton(CatchmentPolygon);
00050 runButton->setObjectName(QString::fromUtf8("runButton"));
00051 runButton->setGeometry(QRect(510, 229, 81, 32));
00052 runButton->setAutoDefault(false);
00053 buttonGroup2 = new Q3ButtonGroup(CatchmentPolygon);
00054 buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00055 buttonGroup2->setGeometry(QRect(10, 120, 581, 100));
00056 buttonGroup2->setOrientation(Qt::Vertical);
00057 showSG_DFrame = new QCheckBox(buttonGroup2);
00058 showSG_DFrame->setObjectName(QString::fromUtf8("showSG_DFrame"));
00059 showSG_DFrame->setGeometry(QRect(346, 73, 140, 21));
00060 QFont font;
00061 font.setFamily(QString::fromUtf8("Sans Serif"));
00062 font.setPointSize(8);
00063 font.setBold(false);
00064 font.setItalic(false);
00065 font.setUnderline(false);
00066 font.setWeight(50);
00067 font.setStrikeOut(false);
00068 showSG_DFrame->setFont(font);
00069 showSG_DFrame->setChecked(true);
00070 outputFileLineEdit = new QLineEdit(buttonGroup2);
00071 outputFileLineEdit->setObjectName(QString::fromUtf8("outputFileLineEdit"));
00072 outputFileLineEdit->setGeometry(QRect(143, 41, 325, 29));
00073 outputBrowseButton = new QPushButton(buttonGroup2);
00074 outputBrowseButton->setObjectName(QString::fromUtf8("outputBrowseButton"));
00075 outputBrowseButton->setGeometry(QRect(483, 40, 81, 32));
00076 outputBrowseButton->setAutoDefault(false);
00077 textLabel1_2 = new QLabel(buttonGroup2);
00078 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00079 textLabel1_2->setGeometry(QRect(15, 40, 125, 31));
00080 buttonGroup1 = new Q3ButtonGroup(CatchmentPolygon);
00081 buttonGroup1->setObjectName(QString::fromUtf8("buttonGroup1"));
00082 buttonGroup1->setGeometry(QRect(10, 10, 581, 101));
00083 buttonGroup1->setOrientation(Qt::Vertical);
00084 textLabel1 = new QLabel(buttonGroup1);
00085 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00086 textLabel1->setGeometry(QRect(17, 40, 100, 31));
00087 inputFileLineEdit = new QLineEdit(buttonGroup1);
00088 inputFileLineEdit->setObjectName(QString::fromUtf8("inputFileLineEdit"));
00089 inputFileLineEdit->setGeometry(QRect(143, 41, 325, 29));
00090 inputBrowseButton = new QPushButton(buttonGroup1);
00091 inputBrowseButton->setObjectName(QString::fromUtf8("inputBrowseButton"));
00092 inputBrowseButton->setGeometry(QRect(483, 40, 81, 32));
00093 inputBrowseButton->setCheckable(false);
00094 inputBrowseButton->setAutoDefault(false);
00095 inputBrowseButton->setFlat(false);
00096 retranslateUi(CatchmentPolygon);
00097
00098 QMetaObject::connectSlotsByName(CatchmentPolygon);
00099 }
00100
00101 void retranslateUi(QDialog *CatchmentPolygon)
00102 {
00103 CatchmentPolygon->setWindowTitle(QApplication::translate("CatchmentPolygon", "Catchment Polygon", 0, QApplication::UnicodeUTF8));
00104 closeButton->setText(QApplication::translate("CatchmentPolygon", "Close", 0, QApplication::UnicodeUTF8));
00105 helpButton->setText(QApplication::translate("CatchmentPolygon", "Help", 0, QApplication::UnicodeUTF8));
00106 runButton->setText(QApplication::translate("CatchmentPolygon", "Run", 0, QApplication::UnicodeUTF8));
00107 buttonGroup2->setTitle(QApplication::translate("CatchmentPolygon", "Output", 0, QApplication::UnicodeUTF8));
00108 showSG_DFrame->setText(QApplication::translate("CatchmentPolygon", "Load in Data Frame", 0, QApplication::UnicodeUTF8));
00109 outputBrowseButton->setText(QApplication::translate("CatchmentPolygon", "Browse", 0, QApplication::UnicodeUTF8));
00110 textLabel1_2->setText(QApplication::translate("CatchmentPolygon", "Catchment Polygon", 0, QApplication::UnicodeUTF8));
00111 buttonGroup1->setTitle(QApplication::translate("CatchmentPolygon", "Input", 0, QApplication::UnicodeUTF8));
00112 textLabel1->setText(QApplication::translate("CatchmentPolygon", "Catchment Grid", 0, QApplication::UnicodeUTF8));
00113 inputBrowseButton->setText(QApplication::translate("CatchmentPolygon", "Browse", 0, QApplication::UnicodeUTF8));
00114 Q_UNUSED(CatchmentPolygon);
00115 }
00116
00117 };
00118
00119 namespace Ui {
00120 class CatchmentPolygon: public Ui_CatchmentPolygon {};
00121 }
00122
00123 #endif // UI_CATCHMENTPOLYGON_H