RasterProcessing/FlowGrid/ui_flowgrid.h

Go to the documentation of this file.
00001 #ifndef UI_FLOWGRID_H
00002 #define UI_FLOWGRID_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_FlowGrid
00018 {
00019 public:
00020     QPushButton *runButton;
00021     QPushButton *helpButton;
00022     QPushButton *closeButton;
00023     Q3ButtonGroup *buttonGroup2;
00024     QLineEdit *outputFDRFileLineEdit;
00025     QLineEdit *outputFAGFileLineEdit;
00026     QPushButton *outputFDRBrowseButton;
00027     QPushButton *outputFAGBrowseButton;
00028     QCheckBox *showFDR_DFrame;
00029     QCheckBox *showFAG_DFrame;
00030     QLabel *textLabel1_2;
00031     QLabel *textLabel1_2_2;
00032     Q3ButtonGroup *buttonGroup1;
00033     QLineEdit *inputFileLineEdit;
00034     QPushButton *inputBrowseButton;
00035     QLabel *textLabel1;
00036     Q3TextBrowser *messageLog;
00037 
00038     void setupUi(QDialog *FlowGrid)
00039     {
00040     FlowGrid->setObjectName(QString::fromUtf8("FlowGrid"));
00041     FlowGrid->resize(QSize(604, 489).expandedTo(FlowGrid->minimumSizeHint()));
00042     runButton = new QPushButton(FlowGrid);
00043     runButton->setObjectName(QString::fromUtf8("runButton"));
00044     runButton->setGeometry(QRect(510, 309, 81, 32));
00045     runButton->setAutoDefault(false);
00046     helpButton = new QPushButton(FlowGrid);
00047     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00048     helpButton->setGeometry(QRect(10, 309, 81, 32));
00049     helpButton->setAutoDefault(false);
00050     closeButton = new QPushButton(FlowGrid);
00051     closeButton->setObjectName(QString::fromUtf8("closeButton"));
00052     closeButton->setGeometry(QRect(424, 309, 81, 32));
00053     closeButton->setAutoDefault(false);
00054     buttonGroup2 = new Q3ButtonGroup(FlowGrid);
00055     buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00056     buttonGroup2->setGeometry(QRect(10, 120, 581, 180));
00057     buttonGroup2->setOrientation(Qt::Vertical);
00058     outputFDRFileLineEdit = new QLineEdit(buttonGroup2);
00059     outputFDRFileLineEdit->setObjectName(QString::fromUtf8("outputFDRFileLineEdit"));
00060     outputFDRFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00061     outputFAGFileLineEdit = new QLineEdit(buttonGroup2);
00062     outputFAGFileLineEdit->setObjectName(QString::fromUtf8("outputFAGFileLineEdit"));
00063     outputFAGFileLineEdit->setGeometry(QRect(130, 121, 325, 29));
00064     outputFDRBrowseButton = new QPushButton(buttonGroup2);
00065     outputFDRBrowseButton->setObjectName(QString::fromUtf8("outputFDRBrowseButton"));
00066     outputFDRBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00067     outputFDRBrowseButton->setAutoDefault(false);
00068     outputFAGBrowseButton = new QPushButton(buttonGroup2);
00069     outputFAGBrowseButton->setObjectName(QString::fromUtf8("outputFAGBrowseButton"));
00070     outputFAGBrowseButton->setGeometry(QRect(470, 118, 81, 32));
00071     outputFAGBrowseButton->setAutoDefault(false);
00072     showFDR_DFrame = new QCheckBox(buttonGroup2);
00073     showFDR_DFrame->setObjectName(QString::fromUtf8("showFDR_DFrame"));
00074     showFDR_DFrame->setGeometry(QRect(336, 73, 140, 21));
00075     QFont font;
00076     font.setFamily(QString::fromUtf8("Sans Serif"));
00077     font.setPointSize(8);
00078     font.setBold(false);
00079     font.setItalic(false);
00080     font.setUnderline(false);
00081     font.setWeight(50);
00082     font.setStrikeOut(false);
00083     showFDR_DFrame->setFont(font);
00084     showFDR_DFrame->setChecked(true);
00085     showFAG_DFrame = new QCheckBox(buttonGroup2);
00086     showFAG_DFrame->setObjectName(QString::fromUtf8("showFAG_DFrame"));
00087     showFAG_DFrame->setGeometry(QRect(336, 152, 140, 21));
00088     QFont font1;
00089     font1.setFamily(QString::fromUtf8("Sans Serif"));
00090     font1.setPointSize(8);
00091     font1.setBold(false);
00092     font1.setItalic(false);
00093     font1.setUnderline(false);
00094     font1.setWeight(50);
00095     font1.setStrikeOut(false);
00096     showFAG_DFrame->setFont(font1);
00097     showFAG_DFrame->setChecked(true);
00098     textLabel1_2 = new QLabel(buttonGroup2);
00099     textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00100     textLabel1_2->setGeometry(QRect(22, 40, 90, 31));
00101     textLabel1_2_2 = new QLabel(buttonGroup2);
00102     textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00103     textLabel1_2_2->setGeometry(QRect(22, 119, 90, 31));
00104     buttonGroup1 = new Q3ButtonGroup(FlowGrid);
00105     buttonGroup1->setObjectName(QString::fromUtf8("buttonGroup1"));
00106     buttonGroup1->setGeometry(QRect(10, 10, 581, 101));
00107     buttonGroup1->setOrientation(Qt::Vertical);
00108     inputFileLineEdit = new QLineEdit(buttonGroup1);
00109     inputFileLineEdit->setObjectName(QString::fromUtf8("inputFileLineEdit"));
00110     inputFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00111     inputBrowseButton = new QPushButton(buttonGroup1);
00112     inputBrowseButton->setObjectName(QString::fromUtf8("inputBrowseButton"));
00113     inputBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00114     inputBrowseButton->setCheckable(false);
00115     inputBrowseButton->setAutoDefault(false);
00116     inputBrowseButton->setFlat(false);
00117     textLabel1 = new QLabel(buttonGroup1);
00118     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00119     textLabel1->setGeometry(QRect(22, 40, 104, 31));
00120     messageLog = new Q3TextBrowser(FlowGrid);
00121     messageLog->setObjectName(QString::fromUtf8("messageLog"));
00122     messageLog->setGeometry(QRect(10, 349, 581, 130));
00123     retranslateUi(FlowGrid);
00124 
00125     QMetaObject::connectSlotsByName(FlowGrid);
00126     } // setupUi
00127 
00128     void retranslateUi(QDialog *FlowGrid)
00129     {
00130     FlowGrid->setWindowTitle(QApplication::translate("FlowGrid", "Flow Grid", 0, QApplication::UnicodeUTF8));
00131     runButton->setText(QApplication::translate("FlowGrid", "Run", 0, QApplication::UnicodeUTF8));
00132     helpButton->setText(QApplication::translate("FlowGrid", "Help", 0, QApplication::UnicodeUTF8));
00133     closeButton->setText(QApplication::translate("FlowGrid", "Close", 0, QApplication::UnicodeUTF8));
00134     buttonGroup2->setTitle(QApplication::translate("FlowGrid", "Output", 0, QApplication::UnicodeUTF8));
00135     outputFDRBrowseButton->setText(QApplication::translate("FlowGrid", "Browse", 0, QApplication::UnicodeUTF8));
00136     outputFAGBrowseButton->setText(QApplication::translate("FlowGrid", "Browse", 0, QApplication::UnicodeUTF8));
00137     showFDR_DFrame->setText(QApplication::translate("FlowGrid", "Load in Data Frame", 0, QApplication::UnicodeUTF8));
00138     showFAG_DFrame->setText(QApplication::translate("FlowGrid", "Load in Data Frame", 0, QApplication::UnicodeUTF8));
00139     textLabel1_2->setText(QApplication::translate("FlowGrid", "Flow Dir. Grid", 0, QApplication::UnicodeUTF8));
00140     textLabel1_2_2->setText(QApplication::translate("FlowGrid", "Flow Acc. Grid", 0, QApplication::UnicodeUTF8));
00141     buttonGroup1->setTitle(QApplication::translate("FlowGrid", "Input", 0, QApplication::UnicodeUTF8));
00142     inputBrowseButton->setText(QApplication::translate("FlowGrid", "Browse", 0, QApplication::UnicodeUTF8));
00143     textLabel1->setText(QApplication::translate("FlowGrid", "Pit-Filled/DEM Grid", 0, QApplication::UnicodeUTF8));
00144     Q_UNUSED(FlowGrid);
00145     } // retranslateUi
00146 
00147 };
00148 
00149 namespace Ui {
00150     class FlowGrid: public Ui_FlowGrid {};
00151 } // namespace Ui
00152 
00153 #endif // UI_FLOWGRID_H

Generated on Sun Aug 5 17:34:00 2007 for PIHMgis by  doxygen 1.5.2