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