Analysis/TimeSeries/ui_timeseries.h

Go to the documentation of this file.
00001 #ifndef UI_TIMESERIES_H
00002 #define UI_TIMESERIES_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_timeSeriesDialog
00021 {
00022 public:
00023     QTextBrowser *textBrowser;
00024     QWidget *layoutWidget;
00025     QHBoxLayout *hboxLayout;
00026     QPushButton *pushButtonHelp;
00027     QPushButton *pushButtonSavePlot;
00028     QSpacerItem *spacerItem;
00029     QPushButton *pushButtonPlot;
00030     QPushButton *pushButtonClose;
00031     QGroupBox *groupBox;
00032     QLabel *label;
00033     QTabWidget *tabWidget;
00034     QWidget *tab;
00035     QComboBox *comboBoxEleFeature;
00036     QLabel *label_2;
00037     QComboBox *comboBoxEleVariable;
00038     QLabel *label_3;
00039     QLabel *label_7;
00040     QLineEdit *lineEditEleID;
00041     QLineEdit *lineEditEleTime;
00042     QWidget *tab_2;
00043     QLabel *label_6;
00044     QComboBox *comboBoxRivFeature;
00045     QLabel *label_5;
00046     QLabel *label_8;
00047     QLineEdit *lineEditRivID;
00048     QLineEdit *lineEditRivTime;
00049     QComboBox *comboBoxRivVariable;
00050     QLineEdit *lineEditFileName;
00051     QLabel *label_4;
00052     QWidget *layoutWidget_2;
00053     QHBoxLayout *hboxLayout1;
00054     QPushButton *pushButtonBrowse;
00055 
00056     void setupUi(QDialog *timeSeriesDialog)
00057     {
00058     timeSeriesDialog->setObjectName(QString::fromUtf8("timeSeriesDialog"));
00059     timeSeriesDialog->resize(QSize(559, 470).expandedTo(timeSeriesDialog->minimumSizeHint()));
00060     textBrowser = new QTextBrowser(timeSeriesDialog);
00061     textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
00062     textBrowser->setGeometry(QRect(7, 344, 545, 121));
00063     layoutWidget = new QWidget(timeSeriesDialog);
00064     layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00065     layoutWidget->setGeometry(QRect(12, 294, 531, 40));
00066     hboxLayout = new QHBoxLayout(layoutWidget);
00067     hboxLayout->setSpacing(6);
00068     hboxLayout->setMargin(0);
00069     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00070     pushButtonHelp = new QPushButton(layoutWidget);
00071     pushButtonHelp->setObjectName(QString::fromUtf8("pushButtonHelp"));
00072 
00073     hboxLayout->addWidget(pushButtonHelp);
00074 
00075     pushButtonSavePlot = new QPushButton(layoutWidget);
00076     pushButtonSavePlot->setObjectName(QString::fromUtf8("pushButtonSavePlot"));
00077 
00078     hboxLayout->addWidget(pushButtonSavePlot);
00079 
00080     spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00081 
00082     hboxLayout->addItem(spacerItem);
00083 
00084     pushButtonPlot = new QPushButton(layoutWidget);
00085     pushButtonPlot->setObjectName(QString::fromUtf8("pushButtonPlot"));
00086 
00087     hboxLayout->addWidget(pushButtonPlot);
00088 
00089     pushButtonClose = new QPushButton(layoutWidget);
00090     pushButtonClose->setObjectName(QString::fromUtf8("pushButtonClose"));
00091 
00092     hboxLayout->addWidget(pushButtonClose);
00093 
00094     groupBox = new QGroupBox(timeSeriesDialog);
00095     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00096     groupBox->setGeometry(QRect(13, 12, 531, 271));
00097     label = new QLabel(groupBox);
00098     label->setObjectName(QString::fromUtf8("label"));
00099     label->setGeometry(QRect(32, 9, 121, 17));
00100     tabWidget = new QTabWidget(groupBox);
00101     tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00102     tabWidget->setGeometry(QRect(30, 30, 471, 181));
00103     tab = new QWidget();
00104     tab->setObjectName(QString::fromUtf8("tab"));
00105     comboBoxEleFeature = new QComboBox(tab);
00106     comboBoxEleFeature->setObjectName(QString::fromUtf8("comboBoxEleFeature"));
00107     comboBoxEleFeature->setGeometry(QRect(190, 14, 151, 25));
00108     label_2 = new QLabel(tab);
00109     label_2->setObjectName(QString::fromUtf8("label_2"));
00110     label_2->setGeometry(QRect(22, 20, 111, 17));
00111     comboBoxEleVariable = new QComboBox(tab);
00112     comboBoxEleVariable->setObjectName(QString::fromUtf8("comboBoxEleVariable"));
00113     comboBoxEleVariable->setGeometry(QRect(190, 85, 191, 25));
00114     label_3 = new QLabel(tab);
00115     label_3->setObjectName(QString::fromUtf8("label_3"));
00116     label_3->setGeometry(QRect(19, 94, 121, 17));
00117     label_7 = new QLabel(tab);
00118     label_7->setObjectName(QString::fromUtf8("label_7"));
00119     label_7->setGeometry(QRect(19, 123, 121, 17));
00120     lineEditEleID = new QLineEdit(tab);
00121     lineEditEleID->setObjectName(QString::fromUtf8("lineEditEleID"));
00122     lineEditEleID->setGeometry(QRect(191, 50, 81, 23));
00123     lineEditEleTime = new QLineEdit(tab);
00124     lineEditEleTime->setObjectName(QString::fromUtf8("lineEditEleTime"));
00125     lineEditEleTime->setGeometry(QRect(190, 120, 81, 23));
00126     tabWidget->addTab(tab, QApplication::translate("timeSeriesDialog", "Element Features", 0, QApplication::UnicodeUTF8));
00127     tab_2 = new QWidget();
00128     tab_2->setObjectName(QString::fromUtf8("tab_2"));
00129     label_6 = new QLabel(tab_2);
00130     label_6->setObjectName(QString::fromUtf8("label_6"));
00131     label_6->setGeometry(QRect(22, 20, 111, 17));
00132     comboBoxRivFeature = new QComboBox(tab_2);
00133     comboBoxRivFeature->setObjectName(QString::fromUtf8("comboBoxRivFeature"));
00134     comboBoxRivFeature->setGeometry(QRect(190, 14, 151, 25));
00135     label_5 = new QLabel(tab_2);
00136     label_5->setObjectName(QString::fromUtf8("label_5"));
00137     label_5->setGeometry(QRect(19, 94, 121, 17));
00138     label_8 = new QLabel(tab_2);
00139     label_8->setObjectName(QString::fromUtf8("label_8"));
00140     label_8->setGeometry(QRect(19, 123, 121, 17));
00141     lineEditRivID = new QLineEdit(tab_2);
00142     lineEditRivID->setObjectName(QString::fromUtf8("lineEditRivID"));
00143     lineEditRivID->setGeometry(QRect(191, 50, 81, 23));
00144     lineEditRivTime = new QLineEdit(tab_2);
00145     lineEditRivTime->setObjectName(QString::fromUtf8("lineEditRivTime"));
00146     lineEditRivTime->setGeometry(QRect(190, 120, 81, 23));
00147     comboBoxRivVariable = new QComboBox(tab_2);
00148     comboBoxRivVariable->setObjectName(QString::fromUtf8("comboBoxRivVariable"));
00149     comboBoxRivVariable->setGeometry(QRect(190, 85, 191, 25));
00150     tabWidget->addTab(tab_2, QApplication::translate("timeSeriesDialog", "River Features", 0, QApplication::UnicodeUTF8));
00151     lineEditFileName = new QLineEdit(groupBox);
00152     lineEditFileName->setObjectName(QString::fromUtf8("lineEditFileName"));
00153     lineEditFileName->setGeometry(QRect(167, 234, 231, 23));
00154     label_4 = new QLabel(groupBox);
00155     label_4->setObjectName(QString::fromUtf8("label_4"));
00156     label_4->setGeometry(QRect(37, 236, 111, 17));
00157     layoutWidget_2 = new QWidget(groupBox);
00158     layoutWidget_2->setObjectName(QString::fromUtf8("layoutWidget_2"));
00159     layoutWidget_2->setGeometry(QRect(416, 225, 77, 40));
00160     hboxLayout1 = new QHBoxLayout(layoutWidget_2);
00161     hboxLayout1->setSpacing(6);
00162     hboxLayout1->setMargin(0);
00163     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00164     pushButtonBrowse = new QPushButton(layoutWidget_2);
00165     pushButtonBrowse->setObjectName(QString::fromUtf8("pushButtonBrowse"));
00166 
00167     hboxLayout1->addWidget(pushButtonBrowse);
00168 
00169     retranslateUi(timeSeriesDialog);
00170     QObject::connect(pushButtonClose, SIGNAL(clicked()), timeSeriesDialog, SLOT(reject()));
00171 
00172     QMetaObject::connectSlotsByName(timeSeriesDialog);
00173     } // setupUi
00174 
00175     void retranslateUi(QDialog *timeSeriesDialog)
00176     {
00177     timeSeriesDialog->setWindowTitle(QApplication::translate("timeSeriesDialog", "Time Series Plots", 0, QApplication::UnicodeUTF8));
00178     pushButtonHelp->setText(QApplication::translate("timeSeriesDialog", "Help", 0, QApplication::UnicodeUTF8));
00179     pushButtonSavePlot->setText(QApplication::translate("timeSeriesDialog", "Save Plot", 0, QApplication::UnicodeUTF8));
00180     pushButtonPlot->setText(QApplication::translate("timeSeriesDialog", "Plot", 0, QApplication::UnicodeUTF8));
00181     pushButtonClose->setText(QApplication::translate("timeSeriesDialog", "Close", 0, QApplication::UnicodeUTF8));
00182     groupBox->setTitle(QApplication::translate("timeSeriesDialog", "", 0, QApplication::UnicodeUTF8));
00183     label->setText(QApplication::translate("timeSeriesDialog", "Select Feature Type:", 0, QApplication::UnicodeUTF8));
00184     comboBoxEleFeature->addItem(QApplication::translate("timeSeriesDialog", "ID", 0, QApplication::UnicodeUTF8));
00185     comboBoxEleFeature->addItem(QApplication::translate("timeSeriesDialog", "Average", 0, QApplication::UnicodeUTF8));
00186     comboBoxEleFeature->addItem(QApplication::translate("timeSeriesDialog", "Group IDs", 0, QApplication::UnicodeUTF8));
00187     label_2->setText(QApplication::translate("timeSeriesDialog", "Select Features by:", 0, QApplication::UnicodeUTF8));
00188     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Interception Storage", 0, QApplication::UnicodeUTF8));
00189     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Saturated State", 0, QApplication::UnicodeUTF8));
00190     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Unsaturated State", 0, QApplication::UnicodeUTF8));
00191     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Surface State", 0, QApplication::UnicodeUTF8));
00192     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Evaporation from Canopy", 0, QApplication::UnicodeUTF8));
00193     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "ET1", 0, QApplication::UnicodeUTF8));
00194     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "ET2", 0, QApplication::UnicodeUTF8));
00195     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Precipitation", 0, QApplication::UnicodeUTF8));
00196     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Net Precipitation", 0, QApplication::UnicodeUTF8));
00197     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Infiltration", 0, QApplication::UnicodeUTF8));
00198     comboBoxEleVariable->addItem(QApplication::translate("timeSeriesDialog", "Groundwater Recharge", 0, QApplication::UnicodeUTF8));
00199     label_3->setText(QApplication::translate("timeSeriesDialog", "Select Plot Variable:", 0, QApplication::UnicodeUTF8));
00200     label_7->setText(QApplication::translate("timeSeriesDialog", "Time-Average Interval", 0, QApplication::UnicodeUTF8));
00201     lineEditEleID->setToolTip(QApplication::translate("timeSeriesDialog", "Enter Feature ID", "Enter Feature ID", QApplication::UnicodeUTF8));
00202     lineEditEleID->setText(QApplication::translate("timeSeriesDialog", "Enter ID", 0, QApplication::UnicodeUTF8));
00203     lineEditEleTime->setToolTip(QApplication::translate("timeSeriesDialog", "Enter Time-Average Interval", "Enter Feature ID", QApplication::UnicodeUTF8));
00204     lineEditEleTime->setText(QApplication::translate("timeSeriesDialog", "60", 0, QApplication::UnicodeUTF8));
00205     tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("timeSeriesDialog", "Element Features", 0, QApplication::UnicodeUTF8));
00206     label_6->setText(QApplication::translate("timeSeriesDialog", "Select Features by:", 0, QApplication::UnicodeUTF8));
00207     comboBoxRivFeature->addItem(QApplication::translate("timeSeriesDialog", "ID", 0, QApplication::UnicodeUTF8));
00208     comboBoxRivFeature->addItem(QApplication::translate("timeSeriesDialog", "Average", 0, QApplication::UnicodeUTF8));
00209     comboBoxRivFeature->addItem(QApplication::translate("timeSeriesDialog", "Group IDs", 0, QApplication::UnicodeUTF8));
00210     label_5->setText(QApplication::translate("timeSeriesDialog", "Select Plot Variable:", 0, QApplication::UnicodeUTF8));
00211     label_8->setText(QApplication::translate("timeSeriesDialog", "Time-Average Interval", 0, QApplication::UnicodeUTF8));
00212     lineEditRivID->setToolTip(QApplication::translate("timeSeriesDialog", "Enter Feature ID", "Enter Feature ID", QApplication::UnicodeUTF8));
00213     lineEditRivID->setText(QApplication::translate("timeSeriesDialog", "Enter Riv ID", 0, QApplication::UnicodeUTF8));
00214     lineEditRivTime->setToolTip(QApplication::translate("timeSeriesDialog", "Enter Time-Average Interval", "Enter Feature ID", QApplication::UnicodeUTF8));
00215     lineEditRivTime->setText(QApplication::translate("timeSeriesDialog", "60", 0, QApplication::UnicodeUTF8));
00216     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Head", 0, QApplication::UnicodeUTF8));
00217     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Inflow", 0, QApplication::UnicodeUTF8));
00218     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Outflow", 0, QApplication::UnicodeUTF8));
00219     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Base Flow", 0, QApplication::UnicodeUTF8));
00220     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Surface Flow", 0, QApplication::UnicodeUTF8));
00221     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Base Flow Left", 0, QApplication::UnicodeUTF8));
00222     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Base Flow Right", 0, QApplication::UnicodeUTF8));
00223     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Surface Flow Left", 0, QApplication::UnicodeUTF8));
00224     comboBoxRivVariable->addItem(QApplication::translate("timeSeriesDialog", "Surface Flow Right", 0, QApplication::UnicodeUTF8));
00225     tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("timeSeriesDialog", "River Features", 0, QApplication::UnicodeUTF8));
00226     label_4->setText(QApplication::translate("timeSeriesDialog", "Model Output File:", 0, QApplication::UnicodeUTF8));
00227     pushButtonBrowse->setText(QApplication::translate("timeSeriesDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00228     Q_UNUSED(timeSeriesDialog);
00229     } // retranslateUi
00230 
00231 };
00232 
00233 namespace Ui {
00234     class timeSeriesDialog: public Ui_timeSeriesDialog {};
00235 } // namespace Ui
00236 
00237 #endif // UI_TIMESERIES_H

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