Analysis/SpatialPlot/ui_spatialplot.h

Go to the documentation of this file.
00001 #ifndef UI_SPATIALPLOT_H
00002 #define UI_SPATIALPLOT_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QComboBox>
00009 #include <QtGui/QDialog>
00010 #include <QtGui/QGroupBox>
00011 #include <QtGui/QHBoxLayout>
00012 #include <QtGui/QLabel>
00013 #include <QtGui/QLineEdit>
00014 #include <QtGui/QPushButton>
00015 #include <QtGui/QSpacerItem>
00016 #include <QtGui/QTabWidget>
00017 #include <QtGui/QTextBrowser>
00018 #include <QtGui/QWidget>
00019 
00020 class Ui_spatialPlotDialog
00021 {
00022 public:
00023     QTextBrowser *textBrowser;
00024     QGroupBox *groupBox;
00025     QLabel *label;
00026     QLabel *label_4;
00027     QWidget *layoutWidget_2;
00028     QHBoxLayout *hboxLayout;
00029     QSpacerItem *spacerItem;
00030     QPushButton *pushButtonFileName;
00031     QTabWidget *tabWidget;
00032     QWidget *tab;
00033     QLabel *label_7;
00034     QLabel *label_3;
00035     QLabel *label_2;
00036     QWidget *layoutWidget_3;
00037     QHBoxLayout *hboxLayout1;
00038     QSpacerItem *spacerItem1;
00039     QPushButton *pushButtonEleShape;
00040     QComboBox *comboBoxEleVariable;
00041     QLabel *label_9;
00042     QLineEdit *lineEditEleStart;
00043     QLineEdit *lineEditEleFinish;
00044     QLineEdit *lineEditEleShape;
00045     QWidget *tab_2;
00046     QLabel *label_6;
00047     QLabel *label_8;
00048     QLabel *label_5;
00049     QWidget *layoutWidget_4;
00050     QHBoxLayout *hboxLayout2;
00051     QSpacerItem *spacerItem2;
00052     QPushButton *pushButtonRivShape;
00053     QLineEdit *lineEditRivFinish;
00054     QComboBox *comboBoxRivVariable;
00055     QLineEdit *lineEditRivShape;
00056     QLineEdit *lineEditRivStart;
00057     QLabel *label_10;
00058     QLineEdit *lineEditFileName;
00059     QWidget *layoutWidget;
00060     QHBoxLayout *hboxLayout3;
00061     QPushButton *pushButtonHelp;
00062     QSpacerItem *spacerItem3;
00063     QPushButton *pushButtonGenerate;
00064     QPushButton *cancelButton;
00065 
00066     void setupUi(QDialog *spatialPlotDialog)
00067     {
00068     spatialPlotDialog->setObjectName(QString::fromUtf8("spatialPlotDialog"));
00069     spatialPlotDialog->resize(QSize(555, 471).expandedTo(spatialPlotDialog->minimumSizeHint()));
00070     textBrowser = new QTextBrowser(spatialPlotDialog);
00071     textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
00072     textBrowser->setGeometry(QRect(5, 347, 545, 121));
00073     groupBox = new QGroupBox(spatialPlotDialog);
00074     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00075     groupBox->setGeometry(QRect(18, 13, 521, 281));
00076     label = new QLabel(groupBox);
00077     label->setObjectName(QString::fromUtf8("label"));
00078     label->setGeometry(QRect(28, 15, 121, 17));
00079     label_4 = new QLabel(groupBox);
00080     label_4->setObjectName(QString::fromUtf8("label_4"));
00081     label_4->setGeometry(QRect(33, 242, 111, 17));
00082     layoutWidget_2 = new QWidget(groupBox);
00083     layoutWidget_2->setObjectName(QString::fromUtf8("layoutWidget_2"));
00084     layoutWidget_2->setGeometry(QRect(404, 231, 83, 40));
00085     hboxLayout = new QHBoxLayout(layoutWidget_2);
00086     hboxLayout->setSpacing(6);
00087     hboxLayout->setMargin(0);
00088     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00089     spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00090 
00091     hboxLayout->addItem(spacerItem);
00092 
00093     pushButtonFileName = new QPushButton(layoutWidget_2);
00094     pushButtonFileName->setObjectName(QString::fromUtf8("pushButtonFileName"));
00095 
00096     hboxLayout->addWidget(pushButtonFileName);
00097 
00098     tabWidget = new QTabWidget(groupBox);
00099     tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00100     tabWidget->setGeometry(QRect(26, 36, 471, 181));
00101     tab = new QWidget();
00102     tab->setObjectName(QString::fromUtf8("tab"));
00103     label_7 = new QLabel(tab);
00104     label_7->setObjectName(QString::fromUtf8("label_7"));
00105     label_7->setGeometry(QRect(19, 49, 121, 17));
00106     label_3 = new QLabel(tab);
00107     label_3->setObjectName(QString::fromUtf8("label_3"));
00108     label_3->setGeometry(QRect(19, 85, 121, 17));
00109     label_2 = new QLabel(tab);
00110     label_2->setObjectName(QString::fromUtf8("label_2"));
00111     label_2->setGeometry(QRect(19, 17, 111, 17));
00112     layoutWidget_3 = new QWidget(tab);
00113     layoutWidget_3->setObjectName(QString::fromUtf8("layoutWidget_3"));
00114     layoutWidget_3->setGeometry(QRect(376, 104, 83, 40));
00115     hboxLayout1 = new QHBoxLayout(layoutWidget_3);
00116     hboxLayout1->setSpacing(6);
00117     hboxLayout1->setMargin(0);
00118     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00119     spacerItem1 = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00120 
00121     hboxLayout1->addItem(spacerItem1);
00122 
00123     pushButtonEleShape = new QPushButton(layoutWidget_3);
00124     pushButtonEleShape->setObjectName(QString::fromUtf8("pushButtonEleShape"));
00125 
00126     hboxLayout1->addWidget(pushButtonEleShape);
00127 
00128     comboBoxEleVariable = new QComboBox(tab);
00129     comboBoxEleVariable->setObjectName(QString::fromUtf8("comboBoxEleVariable"));
00130     comboBoxEleVariable->setGeometry(QRect(190, 76, 191, 25));
00131     label_9 = new QLabel(tab);
00132     label_9->setObjectName(QString::fromUtf8("label_9"));
00133     label_9->setGeometry(QRect(19, 116, 121, 17));
00134     lineEditEleStart = new QLineEdit(tab);
00135     lineEditEleStart->setObjectName(QString::fromUtf8("lineEditEleStart"));
00136     lineEditEleStart->setGeometry(QRect(191, 13, 81, 23));
00137     lineEditEleFinish = new QLineEdit(tab);
00138     lineEditEleFinish->setObjectName(QString::fromUtf8("lineEditEleFinish"));
00139     lineEditEleFinish->setGeometry(QRect(191, 44, 81, 23));
00140     lineEditEleShape = new QLineEdit(tab);
00141     lineEditEleShape->setObjectName(QString::fromUtf8("lineEditEleShape"));
00142     lineEditEleShape->setGeometry(QRect(136, 113, 231, 23));
00143     tabWidget->addTab(tab, QApplication::translate("spatialPlotDialog", "Element Features", 0, QApplication::UnicodeUTF8));
00144     tab_2 = new QWidget();
00145     tab_2->setObjectName(QString::fromUtf8("tab_2"));
00146     label_6 = new QLabel(tab_2);
00147     label_6->setObjectName(QString::fromUtf8("label_6"));
00148     label_6->setGeometry(QRect(19, 17, 111, 17));
00149     label_8 = new QLabel(tab_2);
00150     label_8->setObjectName(QString::fromUtf8("label_8"));
00151     label_8->setGeometry(QRect(19, 49, 121, 17));
00152     label_5 = new QLabel(tab_2);
00153     label_5->setObjectName(QString::fromUtf8("label_5"));
00154     label_5->setGeometry(QRect(19, 85, 121, 17));
00155     layoutWidget_4 = new QWidget(tab_2);
00156     layoutWidget_4->setObjectName(QString::fromUtf8("layoutWidget_4"));
00157     layoutWidget_4->setGeometry(QRect(376, 104, 83, 40));
00158     hboxLayout2 = new QHBoxLayout(layoutWidget_4);
00159     hboxLayout2->setSpacing(6);
00160     hboxLayout2->setMargin(0);
00161     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00162     spacerItem2 = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00163 
00164     hboxLayout2->addItem(spacerItem2);
00165 
00166     pushButtonRivShape = new QPushButton(layoutWidget_4);
00167     pushButtonRivShape->setObjectName(QString::fromUtf8("pushButtonRivShape"));
00168 
00169     hboxLayout2->addWidget(pushButtonRivShape);
00170 
00171     lineEditRivFinish = new QLineEdit(tab_2);
00172     lineEditRivFinish->setObjectName(QString::fromUtf8("lineEditRivFinish"));
00173     lineEditRivFinish->setGeometry(QRect(191, 44, 81, 23));
00174     comboBoxRivVariable = new QComboBox(tab_2);
00175     comboBoxRivVariable->setObjectName(QString::fromUtf8("comboBoxRivVariable"));
00176     comboBoxRivVariable->setGeometry(QRect(190, 76, 191, 25));
00177     lineEditRivShape = new QLineEdit(tab_2);
00178     lineEditRivShape->setObjectName(QString::fromUtf8("lineEditRivShape"));
00179     lineEditRivShape->setGeometry(QRect(136, 113, 231, 23));
00180     lineEditRivStart = new QLineEdit(tab_2);
00181     lineEditRivStart->setObjectName(QString::fromUtf8("lineEditRivStart"));
00182     lineEditRivStart->setGeometry(QRect(191, 13, 81, 23));
00183     label_10 = new QLabel(tab_2);
00184     label_10->setObjectName(QString::fromUtf8("label_10"));
00185     label_10->setGeometry(QRect(19, 116, 121, 17));
00186     tabWidget->addTab(tab_2, QApplication::translate("spatialPlotDialog", "River Features", 0, QApplication::UnicodeUTF8));
00187     lineEditFileName = new QLineEdit(groupBox);
00188     lineEditFileName->setObjectName(QString::fromUtf8("lineEditFileName"));
00189     lineEditFileName->setGeometry(QRect(163, 240, 231, 23));
00190     layoutWidget = new QWidget(spatialPlotDialog);
00191     layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00192     layoutWidget->setGeometry(QRect(15, 303, 531, 40));
00193     hboxLayout3 = new QHBoxLayout(layoutWidget);
00194     hboxLayout3->setSpacing(6);
00195     hboxLayout3->setMargin(0);
00196     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00197     pushButtonHelp = new QPushButton(layoutWidget);
00198     pushButtonHelp->setObjectName(QString::fromUtf8("pushButtonHelp"));
00199 
00200     hboxLayout3->addWidget(pushButtonHelp);
00201 
00202     spacerItem3 = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00203 
00204     hboxLayout3->addItem(spacerItem3);
00205 
00206     pushButtonGenerate = new QPushButton(layoutWidget);
00207     pushButtonGenerate->setObjectName(QString::fromUtf8("pushButtonGenerate"));
00208 
00209     hboxLayout3->addWidget(pushButtonGenerate);
00210 
00211     cancelButton = new QPushButton(layoutWidget);
00212     cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00213 
00214     hboxLayout3->addWidget(cancelButton);
00215 
00216     retranslateUi(spatialPlotDialog);
00217     QObject::connect(cancelButton, SIGNAL(clicked()), spatialPlotDialog, SLOT(reject()));
00218 
00219     QMetaObject::connectSlotsByName(spatialPlotDialog);
00220     } // setupUi
00221 
00222     void retranslateUi(QDialog *spatialPlotDialog)
00223     {
00224     spatialPlotDialog->setWindowTitle(QApplication::translate("spatialPlotDialog", "Spatial Plots", 0, QApplication::UnicodeUTF8));
00225     groupBox->setTitle(QApplication::translate("spatialPlotDialog", "", 0, QApplication::UnicodeUTF8));
00226     label->setText(QApplication::translate("spatialPlotDialog", "Select Feature Type:", 0, QApplication::UnicodeUTF8));
00227     label_4->setText(QApplication::translate("spatialPlotDialog", "Model Output File:", 0, QApplication::UnicodeUTF8));
00228     pushButtonFileName->setText(QApplication::translate("spatialPlotDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00229     label_7->setText(QApplication::translate("spatialPlotDialog", "Input Finish Time:", 0, QApplication::UnicodeUTF8));
00230     label_3->setText(QApplication::translate("spatialPlotDialog", "Select Plot Variable:", 0, QApplication::UnicodeUTF8));
00231     label_2->setText(QApplication::translate("spatialPlotDialog", "Input Start Time:", 0, QApplication::UnicodeUTF8));
00232     pushButtonEleShape->setText(QApplication::translate("spatialPlotDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00233     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Interception Storage", 0, QApplication::UnicodeUTF8));
00234     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Saturated State", 0, QApplication::UnicodeUTF8));
00235     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Unsaturated State", 0, QApplication::UnicodeUTF8));
00236     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Surface State", 0, QApplication::UnicodeUTF8));
00237     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Evaporation from Canopy", 0, QApplication::UnicodeUTF8));
00238     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "ET1", 0, QApplication::UnicodeUTF8));
00239     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "ET2", 0, QApplication::UnicodeUTF8));
00240     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Precipitation", 0, QApplication::UnicodeUTF8));
00241     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Net Precipitation", 0, QApplication::UnicodeUTF8));
00242     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Infiltration", 0, QApplication::UnicodeUTF8));
00243     comboBoxEleVariable->addItem(QApplication::translate("spatialPlotDialog", "Groundwater Recharge", 0, QApplication::UnicodeUTF8));
00244     label_9->setText(QApplication::translate("spatialPlotDialog", "TIN Shape File:", 0, QApplication::UnicodeUTF8));
00245     lineEditEleStart->setToolTip(QApplication::translate("spatialPlotDialog", "Start Time", "Enter Feature ID", QApplication::UnicodeUTF8));
00246     lineEditEleStart->setText(QApplication::translate("spatialPlotDialog", "0", 0, QApplication::UnicodeUTF8));
00247     lineEditEleFinish->setToolTip(QApplication::translate("spatialPlotDialog", "End Time", "Enter Feature ID", QApplication::UnicodeUTF8));
00248     lineEditEleFinish->setText(QApplication::translate("spatialPlotDialog", "0", 0, QApplication::UnicodeUTF8));
00249     lineEditEleShape->setToolTip(QApplication::translate("spatialPlotDialog", "Enter Time-Average Interval", "Enter Feature ID", QApplication::UnicodeUTF8));
00250     lineEditEleShape->setText(QApplication::translate("spatialPlotDialog", "", 0, QApplication::UnicodeUTF8));
00251     tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("spatialPlotDialog", "Element Features", 0, QApplication::UnicodeUTF8));
00252     label_6->setText(QApplication::translate("spatialPlotDialog", "Input Start Time:", 0, QApplication::UnicodeUTF8));
00253     label_8->setText(QApplication::translate("spatialPlotDialog", "Input Finish Time:", 0, QApplication::UnicodeUTF8));
00254     label_5->setText(QApplication::translate("spatialPlotDialog", "Select Plot Variable:", 0, QApplication::UnicodeUTF8));
00255     pushButtonRivShape->setText(QApplication::translate("spatialPlotDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00256     lineEditRivFinish->setToolTip(QApplication::translate("spatialPlotDialog", "End Time", "Enter Feature ID", QApplication::UnicodeUTF8));
00257     lineEditRivFinish->setText(QApplication::translate("spatialPlotDialog", "0", 0, QApplication::UnicodeUTF8));
00258     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Head", 0, QApplication::UnicodeUTF8));
00259     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Inflow", 0, QApplication::UnicodeUTF8));
00260     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Outflow", 0, QApplication::UnicodeUTF8));
00261     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Base Flow", 0, QApplication::UnicodeUTF8));
00262     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Surface Flow", 0, QApplication::UnicodeUTF8));
00263     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Base Flow Left", 0, QApplication::UnicodeUTF8));
00264     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Base Flow Right", 0, QApplication::UnicodeUTF8));
00265     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Surface Flow Left", 0, QApplication::UnicodeUTF8));
00266     comboBoxRivVariable->addItem(QApplication::translate("spatialPlotDialog", "Surface Flow Right", 0, QApplication::UnicodeUTF8));
00267     lineEditRivShape->setToolTip(QApplication::translate("spatialPlotDialog", "Enter Time-Average Interval", "Enter Feature ID", QApplication::UnicodeUTF8));
00268     lineEditRivShape->setText(QApplication::translate("spatialPlotDialog", "", 0, QApplication::UnicodeUTF8));
00269     lineEditRivStart->setToolTip(QApplication::translate("spatialPlotDialog", "Start Time", "Enter Feature ID", QApplication::UnicodeUTF8));
00270     lineEditRivStart->setText(QApplication::translate("spatialPlotDialog", "0", 0, QApplication::UnicodeUTF8));
00271     label_10->setText(QApplication::translate("spatialPlotDialog", "River Shape File:", 0, QApplication::UnicodeUTF8));
00272     tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("spatialPlotDialog", "River Features", 0, QApplication::UnicodeUTF8));
00273     pushButtonHelp->setText(QApplication::translate("spatialPlotDialog", "Help", 0, QApplication::UnicodeUTF8));
00274     pushButtonGenerate->setText(QApplication::translate("spatialPlotDialog", "Generate", 0, QApplication::UnicodeUTF8));
00275     cancelButton->setText(QApplication::translate("spatialPlotDialog", "Close", 0, QApplication::UnicodeUTF8));
00276     Q_UNUSED(spatialPlotDialog);
00277     } // retranslateUi
00278 
00279 };
00280 
00281 namespace Ui {
00282     class spatialPlotDialog: public Ui_spatialPlotDialog {};
00283 } // namespace Ui
00284 
00285 #endif // UI_SPATIALPLOT_H

Generated on Sun Aug 5 17:33:57 2007 for PIHMgis by  doxygen 1.5.2