ExtractData/attFile/ui_attfile.h

Go to the documentation of this file.
00001 #ifndef UI_ATTFILE_H
00002 #define UI_ATTFILE_H
00003 
00004 #include "Qt3Support/Q3ButtonGroup"
00005 #include "Qt3Support/Q3GroupBox"
00006 #include <QtCore/QVariant>
00007 #include <QtGui/QAction>
00008 #include <QtGui/QApplication>
00009 #include <QtGui/QButtonGroup>
00010 #include <QtGui/QDialog>
00011 #include <QtGui/QLabel>
00012 #include <QtGui/QLineEdit>
00013 #include <QtGui/QPushButton>
00014 #include <QtGui/QRadioButton>
00015 #include <QtGui/QTabWidget>
00016 #include <QtGui/QWidget>
00017 #include <Qt3Support/Q3MimeSourceFactory>
00018 #include "Qt3Support/Q3TextBrowser"
00019 
00020 class Ui_AttFileGeneration
00021 {
00022 public:
00023     Q3GroupBox *groupBox8;
00024     QLabel *textLabel4;
00025     QPushButton *TINPushButton;
00026     QLineEdit *TINLineEdit;
00027     Q3ButtonGroup *shapeFileNameGroup;
00028     QLabel *mshFileLabel;
00029     QLineEdit *attFileLineEdit;
00030     QPushButton *attFilePushButton;
00031     Q3TextBrowser *textBrowser11;
00032     Q3GroupBox *groupBox8_3;
00033     Q3ButtonGroup *buttonGroup2;
00034     QRadioButton *OrthoRadioButton;
00035     QRadioButton *EleRadioButton;
00036     QRadioButton *CentroidRadioButton;
00037     QTabWidget *tabWidget3;
00038     QWidget *tab;
00039     Q3GroupBox *groupBox14;
00040     QLabel *textLabel4_2_5;
00041     QLabel *textLabel4_2_2_2;
00042     QLabel *textLabel4_2_3_2;
00043     QLabel *textLabel4_2_4_2;
00044     QLabel *textLabel4_2_2_2_2;
00045     QLabel *textLabel4_2_5_2;
00046     QLabel *textLabel4_2_3_2_2;
00047     QPushButton *PrecipPushButton;
00048     QPushButton *TempPushButton;
00049     QPushButton *HumidPushButton;
00050     QPushButton *WindPushButton;
00051     QPushButton *GPushButton;
00052     QPushButton *RnPushButton;
00053     QPushButton *PPushButton;
00054     QLineEdit *PrecipLineEdit;
00055     QLineEdit *TempLineEdit;
00056     QLineEdit *HumidLineEdit;
00057     QLineEdit *WindLineEdit;
00058     QLineEdit *GLineEdit;
00059     QLineEdit *RnLineEdit;
00060     QLineEdit *PLineEdit;
00061     QWidget *tab1;
00062     Q3GroupBox *groupBox14_2;
00063     QLabel *textLabel4_2_2_2_3;
00064     QLabel *textLabel4_2_5_3;
00065     QPushButton *SoilPushButton;
00066     QLineEdit *SoilLineEdit;
00067     QLineEdit *LCLineEdit;
00068     QPushButton *LCPushButton;
00069     QWidget *TabPage;
00070     Q3GroupBox *groupBox14_2_2;
00071     QLabel *textLabel4_2_2_2_3_2;
00072     QLabel *textLabel4_2_5_3_2;
00073     QLabel *textLabel4_2_5_3_3;
00074     QLabel *textLabel4_2_5_3_4;
00075     QLabel *textLabel4_2_5_3_5;
00076     QLabel *textLabel4_2_5_3_6;
00077     QLabel *textLabel4_2_2_2_3_2_2;
00078     QPushButton *ISICPushButton;
00079     QPushButton *SnowICPushButton;
00080     QPushButton *UnSatICPushButton;
00081     QPushButton *SatICPushButton;
00082     QPushButton *BCPushButton;
00083     QPushButton *OverlandICPushButton;
00084     QLineEdit *OverlandICLineEdit;
00085     QLineEdit *UnSatICLineEdit;
00086     QLineEdit *SatICLineEdit;
00087     QLineEdit *BCLineEdit;
00088     QPushButton *SourcePushButton;
00089     QLineEdit *SourceLineEdit;
00090     QLineEdit *ISICLineEdit;
00091     QLineEdit *SnowICLineEdit;
00092     QPushButton *runButton;
00093     QPushButton *helpButton;
00094     QPushButton *cancelButton;
00095 
00096     void setupUi(QDialog *AttFileGeneration)
00097     {
00098     AttFileGeneration->setObjectName(QString::fromUtf8("AttFileGeneration"));
00099     AttFileGeneration->resize(QSize(599, 748).expandedTo(AttFileGeneration->minimumSizeHint()));
00100     groupBox8 = new Q3GroupBox(AttFileGeneration);
00101     groupBox8->setObjectName(QString::fromUtf8("groupBox8"));
00102     groupBox8->setGeometry(QRect(10, 6, 580, 60));
00103     groupBox8->setOrientation(Qt::Vertical);
00104     textLabel4 = new QLabel(groupBox8);
00105     textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
00106     textLabel4->setGeometry(QRect(30, 14, 70, 41));
00107     TINPushButton = new QPushButton(groupBox8);
00108     TINPushButton->setObjectName(QString::fromUtf8("TINPushButton"));
00109     TINPushButton->setGeometry(QRect(470, 17, 81, 32));
00110     TINPushButton->setAutoDefault(false);
00111     TINLineEdit = new QLineEdit(groupBox8);
00112     TINLineEdit->setObjectName(QString::fromUtf8("TINLineEdit"));
00113     TINLineEdit->setGeometry(QRect(110, 18, 325, 29));
00114     shapeFileNameGroup = new Q3ButtonGroup(AttFileGeneration);
00115     shapeFileNameGroup->setObjectName(QString::fromUtf8("shapeFileNameGroup"));
00116     shapeFileNameGroup->setGeometry(QRect(10, 502, 580, 60));
00117     shapeFileNameGroup->setOrientation(Qt::Vertical);
00118     mshFileLabel = new QLabel(shapeFileNameGroup);
00119     mshFileLabel->setObjectName(QString::fromUtf8("mshFileLabel"));
00120     mshFileLabel->setGeometry(QRect(9, 11, 135, 38));
00121     mshFileLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00122     attFileLineEdit = new QLineEdit(shapeFileNameGroup);
00123     attFileLineEdit->setObjectName(QString::fromUtf8("attFileLineEdit"));
00124     attFileLineEdit->setGeometry(QRect(162, 15, 294, 29));
00125     attFilePushButton = new QPushButton(shapeFileNameGroup);
00126     attFilePushButton->setObjectName(QString::fromUtf8("attFilePushButton"));
00127     attFilePushButton->setGeometry(QRect(472, 14, 87, 32));
00128     attFilePushButton->setAutoDefault(false);
00129     textBrowser11 = new Q3TextBrowser(AttFileGeneration);
00130     textBrowser11->setObjectName(QString::fromUtf8("textBrowser11"));
00131     textBrowser11->setGeometry(QRect(15, 610, 570, 130));
00132     groupBox8_3 = new Q3GroupBox(AttFileGeneration);
00133     groupBox8_3->setObjectName(QString::fromUtf8("groupBox8_3"));
00134     groupBox8_3->setGeometry(QRect(10, 430, 580, 70));
00135     groupBox8_3->setOrientation(Qt::Vertical);
00136     buttonGroup2 = new Q3ButtonGroup(groupBox8_3);
00137     buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00138     buttonGroup2->setGeometry(QRect(10, 24, 561, 40));
00139     buttonGroup2->setOrientation(Qt::Vertical);
00140     OrthoRadioButton = new QRadioButton(buttonGroup2);
00141     OrthoRadioButton->setObjectName(QString::fromUtf8("OrthoRadioButton"));
00142     OrthoRadioButton->setGeometry(QRect(220, 2, 121, 31));
00143     EleRadioButton = new QRadioButton(buttonGroup2);
00144     EleRadioButton->setObjectName(QString::fromUtf8("EleRadioButton"));
00145     EleRadioButton->setGeometry(QRect(420, 2, 121, 31));
00146     CentroidRadioButton = new QRadioButton(buttonGroup2);
00147     CentroidRadioButton->setObjectName(QString::fromUtf8("CentroidRadioButton"));
00148     CentroidRadioButton->setGeometry(QRect(30, 2, 121, 31));
00149     tabWidget3 = new QTabWidget(AttFileGeneration);
00150     tabWidget3->setObjectName(QString::fromUtf8("tabWidget3"));
00151     tabWidget3->setGeometry(QRect(10, 70, 581, 360));
00152     tab = new QWidget();
00153     tab->setObjectName(QString::fromUtf8("tab"));
00154     groupBox14 = new Q3GroupBox(tab);
00155     groupBox14->setObjectName(QString::fromUtf8("groupBox14"));
00156     groupBox14->setGeometry(QRect(8, 9, 561, 310));
00157     textLabel4_2_5 = new QLabel(groupBox14);
00158     textLabel4_2_5->setObjectName(QString::fromUtf8("textLabel4_2_5"));
00159     textLabel4_2_5->setGeometry(QRect(20, 24, 70, 41));
00160     textLabel4_2_2_2 = new QLabel(groupBox14);
00161     textLabel4_2_2_2->setObjectName(QString::fromUtf8("textLabel4_2_2_2"));
00162     textLabel4_2_2_2->setGeometry(QRect(20, 64, 70, 41));
00163     textLabel4_2_3_2 = new QLabel(groupBox14);
00164     textLabel4_2_3_2->setObjectName(QString::fromUtf8("textLabel4_2_3_2"));
00165     textLabel4_2_3_2->setGeometry(QRect(20, 100, 70, 41));
00166     textLabel4_2_4_2 = new QLabel(groupBox14);
00167     textLabel4_2_4_2->setObjectName(QString::fromUtf8("textLabel4_2_4_2"));
00168     textLabel4_2_4_2->setGeometry(QRect(20, 139, 70, 41));
00169     textLabel4_2_2_2_2 = new QLabel(groupBox14);
00170     textLabel4_2_2_2_2->setObjectName(QString::fromUtf8("textLabel4_2_2_2_2"));
00171     textLabel4_2_2_2_2->setGeometry(QRect(20, 175, 70, 41));
00172     textLabel4_2_5_2 = new QLabel(groupBox14);
00173     textLabel4_2_5_2->setObjectName(QString::fromUtf8("textLabel4_2_5_2"));
00174     textLabel4_2_5_2->setGeometry(QRect(20, 215, 70, 41));
00175     textLabel4_2_3_2_2 = new QLabel(groupBox14);
00176     textLabel4_2_3_2_2->setObjectName(QString::fromUtf8("textLabel4_2_3_2_2"));
00177     textLabel4_2_3_2_2->setGeometry(QRect(20, 255, 70, 41));
00178     PrecipPushButton = new QPushButton(groupBox14);
00179     PrecipPushButton->setObjectName(QString::fromUtf8("PrecipPushButton"));
00180     PrecipPushButton->setGeometry(QRect(460, 27, 81, 32));
00181     PrecipPushButton->setAutoDefault(false);
00182     TempPushButton = new QPushButton(groupBox14);
00183     TempPushButton->setObjectName(QString::fromUtf8("TempPushButton"));
00184     TempPushButton->setGeometry(QRect(460, 67, 81, 32));
00185     TempPushButton->setAutoDefault(false);
00186     HumidPushButton = new QPushButton(groupBox14);
00187     HumidPushButton->setObjectName(QString::fromUtf8("HumidPushButton"));
00188     HumidPushButton->setGeometry(QRect(460, 107, 81, 32));
00189     HumidPushButton->setAutoDefault(false);
00190     WindPushButton = new QPushButton(groupBox14);
00191     WindPushButton->setObjectName(QString::fromUtf8("WindPushButton"));
00192     WindPushButton->setGeometry(QRect(460, 146, 81, 32));
00193     WindPushButton->setAutoDefault(false);
00194     GPushButton = new QPushButton(groupBox14);
00195     GPushButton->setObjectName(QString::fromUtf8("GPushButton"));
00196     GPushButton->setGeometry(QRect(460, 187, 81, 32));
00197     GPushButton->setAutoDefault(false);
00198     RnPushButton = new QPushButton(groupBox14);
00199     RnPushButton->setObjectName(QString::fromUtf8("RnPushButton"));
00200     RnPushButton->setGeometry(QRect(460, 227, 81, 32));
00201     RnPushButton->setAutoDefault(false);
00202     PPushButton = new QPushButton(groupBox14);
00203     PPushButton->setObjectName(QString::fromUtf8("PPushButton"));
00204     PPushButton->setGeometry(QRect(460, 265, 81, 32));
00205     PPushButton->setAutoDefault(false);
00206     PrecipLineEdit = new QLineEdit(groupBox14);
00207     PrecipLineEdit->setObjectName(QString::fromUtf8("PrecipLineEdit"));
00208     PrecipLineEdit->setGeometry(QRect(100, 28, 325, 29));
00209     TempLineEdit = new QLineEdit(groupBox14);
00210     TempLineEdit->setObjectName(QString::fromUtf8("TempLineEdit"));
00211     TempLineEdit->setGeometry(QRect(100, 68, 325, 29));
00212     HumidLineEdit = new QLineEdit(groupBox14);
00213     HumidLineEdit->setObjectName(QString::fromUtf8("HumidLineEdit"));
00214     HumidLineEdit->setGeometry(QRect(100, 108, 325, 29));
00215     WindLineEdit = new QLineEdit(groupBox14);
00216     WindLineEdit->setObjectName(QString::fromUtf8("WindLineEdit"));
00217     WindLineEdit->setGeometry(QRect(100, 147, 325, 29));
00218     GLineEdit = new QLineEdit(groupBox14);
00219     GLineEdit->setObjectName(QString::fromUtf8("GLineEdit"));
00220     GLineEdit->setGeometry(QRect(100, 187, 325, 29));
00221     RnLineEdit = new QLineEdit(groupBox14);
00222     RnLineEdit->setObjectName(QString::fromUtf8("RnLineEdit"));
00223     RnLineEdit->setGeometry(QRect(100, 227, 325, 29));
00224     PLineEdit = new QLineEdit(groupBox14);
00225     PLineEdit->setObjectName(QString::fromUtf8("PLineEdit"));
00226     PLineEdit->setGeometry(QRect(100, 267, 325, 29));
00227     tabWidget3->addTab(tab, QApplication::translate("AttFileGeneration", "Forcing", 0, QApplication::UnicodeUTF8));
00228     tab1 = new QWidget();
00229     tab1->setObjectName(QString::fromUtf8("tab1"));
00230     groupBox14_2 = new Q3GroupBox(tab1);
00231     groupBox14_2->setObjectName(QString::fromUtf8("groupBox14_2"));
00232     groupBox14_2->setGeometry(QRect(8, 9, 561, 310));
00233     textLabel4_2_2_2_3 = new QLabel(groupBox14_2);
00234     textLabel4_2_2_2_3->setObjectName(QString::fromUtf8("textLabel4_2_2_2_3"));
00235     textLabel4_2_2_2_3->setGeometry(QRect(20, 94, 70, 41));
00236     textLabel4_2_5_3 = new QLabel(groupBox14_2);
00237     textLabel4_2_5_3->setObjectName(QString::fromUtf8("textLabel4_2_5_3"));
00238     textLabel4_2_5_3->setGeometry(QRect(20, 34, 70, 41));
00239     SoilPushButton = new QPushButton(groupBox14_2);
00240     SoilPushButton->setObjectName(QString::fromUtf8("SoilPushButton"));
00241     SoilPushButton->setGeometry(QRect(460, 37, 81, 32));
00242     SoilPushButton->setAutoDefault(false);
00243     SoilLineEdit = new QLineEdit(groupBox14_2);
00244     SoilLineEdit->setObjectName(QString::fromUtf8("SoilLineEdit"));
00245     SoilLineEdit->setGeometry(QRect(100, 38, 325, 29));
00246     LCLineEdit = new QLineEdit(groupBox14_2);
00247     LCLineEdit->setObjectName(QString::fromUtf8("LCLineEdit"));
00248     LCLineEdit->setGeometry(QRect(100, 98, 325, 29));
00249     LCPushButton = new QPushButton(groupBox14_2);
00250     LCPushButton->setObjectName(QString::fromUtf8("LCPushButton"));
00251     LCPushButton->setGeometry(QRect(460, 97, 81, 32));
00252     LCPushButton->setAutoDefault(false);
00253     tabWidget3->addTab(tab1, QApplication::translate("AttFileGeneration", "Landuse/Landcover", 0, QApplication::UnicodeUTF8));
00254     TabPage = new QWidget();
00255     TabPage->setObjectName(QString::fromUtf8("TabPage"));
00256     groupBox14_2_2 = new Q3GroupBox(TabPage);
00257     groupBox14_2_2->setObjectName(QString::fromUtf8("groupBox14_2_2"));
00258     groupBox14_2_2->setGeometry(QRect(8, 9, 561, 310));
00259     textLabel4_2_2_2_3_2 = new QLabel(groupBox14_2_2);
00260     textLabel4_2_2_2_3_2->setObjectName(QString::fromUtf8("textLabel4_2_2_2_3_2"));
00261     textLabel4_2_2_2_3_2->setGeometry(QRect(20, 224, 70, 41));
00262     textLabel4_2_5_3_2 = new QLabel(groupBox14_2_2);
00263     textLabel4_2_5_3_2->setObjectName(QString::fromUtf8("textLabel4_2_5_3_2"));
00264     textLabel4_2_5_3_2->setGeometry(QRect(20, 18, 70, 41));
00265     textLabel4_2_5_3_3 = new QLabel(groupBox14_2_2);
00266     textLabel4_2_5_3_3->setObjectName(QString::fromUtf8("textLabel4_2_5_3_3"));
00267     textLabel4_2_5_3_3->setGeometry(QRect(20, 56, 70, 41));
00268     textLabel4_2_5_3_4 = new QLabel(groupBox14_2_2);
00269     textLabel4_2_5_3_4->setObjectName(QString::fromUtf8("textLabel4_2_5_3_4"));
00270     textLabel4_2_5_3_4->setGeometry(QRect(20, 96, 70, 41));
00271     textLabel4_2_5_3_5 = new QLabel(groupBox14_2_2);
00272     textLabel4_2_5_3_5->setObjectName(QString::fromUtf8("textLabel4_2_5_3_5"));
00273     textLabel4_2_5_3_5->setGeometry(QRect(20, 138, 70, 41));
00274     textLabel4_2_5_3_6 = new QLabel(groupBox14_2_2);
00275     textLabel4_2_5_3_6->setObjectName(QString::fromUtf8("textLabel4_2_5_3_6"));
00276     textLabel4_2_5_3_6->setGeometry(QRect(20, 181, 70, 41));
00277     textLabel4_2_2_2_3_2_2 = new QLabel(groupBox14_2_2);
00278     textLabel4_2_2_2_3_2_2->setObjectName(QString::fromUtf8("textLabel4_2_2_2_3_2_2"));
00279     textLabel4_2_2_2_3_2_2->setGeometry(QRect(20, 266, 70, 41));
00280     ISICPushButton = new QPushButton(groupBox14_2_2);
00281     ISICPushButton->setObjectName(QString::fromUtf8("ISICPushButton"));
00282     ISICPushButton->setGeometry(QRect(460, 20, 81, 32));
00283     ISICPushButton->setAutoDefault(false);
00284     SnowICPushButton = new QPushButton(groupBox14_2_2);
00285     SnowICPushButton->setObjectName(QString::fromUtf8("SnowICPushButton"));
00286     SnowICPushButton->setGeometry(QRect(460, 60, 81, 32));
00287     SnowICPushButton->setAutoDefault(false);
00288     UnSatICPushButton = new QPushButton(groupBox14_2_2);
00289     UnSatICPushButton->setObjectName(QString::fromUtf8("UnSatICPushButton"));
00290     UnSatICPushButton->setGeometry(QRect(460, 141, 81, 32));
00291     UnSatICPushButton->setAutoDefault(false);
00292     SatICPushButton = new QPushButton(groupBox14_2_2);
00293     SatICPushButton->setObjectName(QString::fromUtf8("SatICPushButton"));
00294     SatICPushButton->setGeometry(QRect(460, 184, 81, 32));
00295     SatICPushButton->setAutoDefault(false);
00296     BCPushButton = new QPushButton(groupBox14_2_2);
00297     BCPushButton->setObjectName(QString::fromUtf8("BCPushButton"));
00298     BCPushButton->setGeometry(QRect(460, 228, 81, 32));
00299     BCPushButton->setAutoDefault(false);
00300     OverlandICPushButton = new QPushButton(groupBox14_2_2);
00301     OverlandICPushButton->setObjectName(QString::fromUtf8("OverlandICPushButton"));
00302     OverlandICPushButton->setGeometry(QRect(460, 100, 81, 32));
00303     OverlandICPushButton->setAutoDefault(false);
00304     OverlandICLineEdit = new QLineEdit(groupBox14_2_2);
00305     OverlandICLineEdit->setObjectName(QString::fromUtf8("OverlandICLineEdit"));
00306     OverlandICLineEdit->setGeometry(QRect(100, 101, 325, 29));
00307     UnSatICLineEdit = new QLineEdit(groupBox14_2_2);
00308     UnSatICLineEdit->setObjectName(QString::fromUtf8("UnSatICLineEdit"));
00309     UnSatICLineEdit->setGeometry(QRect(100, 143, 325, 29));
00310     SatICLineEdit = new QLineEdit(groupBox14_2_2);
00311     SatICLineEdit->setObjectName(QString::fromUtf8("SatICLineEdit"));
00312     SatICLineEdit->setGeometry(QRect(100, 187, 325, 29));
00313     BCLineEdit = new QLineEdit(groupBox14_2_2);
00314     BCLineEdit->setObjectName(QString::fromUtf8("BCLineEdit"));
00315     BCLineEdit->setGeometry(QRect(100, 230, 325, 29));
00316     SourcePushButton = new QPushButton(groupBox14_2_2);
00317     SourcePushButton->setObjectName(QString::fromUtf8("SourcePushButton"));
00318     SourcePushButton->setGeometry(QRect(460, 269, 81, 32));
00319     SourcePushButton->setAutoDefault(false);
00320     SourceLineEdit = new QLineEdit(groupBox14_2_2);
00321     SourceLineEdit->setObjectName(QString::fromUtf8("SourceLineEdit"));
00322     SourceLineEdit->setGeometry(QRect(100, 270, 325, 29));
00323     ISICLineEdit = new QLineEdit(groupBox14_2_2);
00324     ISICLineEdit->setObjectName(QString::fromUtf8("ISICLineEdit"));
00325     ISICLineEdit->setGeometry(QRect(100, 20, 325, 29));
00326     SnowICLineEdit = new QLineEdit(groupBox14_2_2);
00327     SnowICLineEdit->setObjectName(QString::fromUtf8("SnowICLineEdit"));
00328     SnowICLineEdit->setGeometry(QRect(100, 60, 325, 29));
00329     tabWidget3->addTab(TabPage, QApplication::translate("AttFileGeneration", "Miscellaneous", 0, QApplication::UnicodeUTF8));
00330     runButton = new QPushButton(AttFileGeneration);
00331     runButton->setObjectName(QString::fromUtf8("runButton"));
00332     runButton->setGeometry(QRect(508, 569, 80, 34));
00333     runButton->setAutoDefault(false);
00334     helpButton = new QPushButton(AttFileGeneration);
00335     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00336     helpButton->setGeometry(QRect(11, 569, 80, 34));
00337     helpButton->setAutoDefault(false);
00338     cancelButton = new QPushButton(AttFileGeneration);
00339     cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00340     cancelButton->setGeometry(QRect(415, 569, 80, 34));
00341     cancelButton->setAutoDefault(false);
00342     retranslateUi(AttFileGeneration);
00343 
00344     QMetaObject::connectSlotsByName(AttFileGeneration);
00345     } // setupUi
00346 
00347     void retranslateUi(QDialog *AttFileGeneration)
00348     {
00349     AttFileGeneration->setWindowTitle(QApplication::translate("AttFileGeneration", "Att File Generation", 0, QApplication::UnicodeUTF8));
00350     groupBox8->setTitle(QApplication::translate("AttFileGeneration", "", 0, QApplication::UnicodeUTF8));
00351     textLabel4->setText(QApplication::translate("AttFileGeneration", "TIN File", 0, QApplication::UnicodeUTF8));
00352     TINPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00353     shapeFileNameGroup->setTitle(QApplication::translate("AttFileGeneration", "", 0, QApplication::UnicodeUTF8));
00354     mshFileLabel->setText(QApplication::translate("AttFileGeneration", "Output Att File", 0, QApplication::UnicodeUTF8));
00355     attFilePushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00356     groupBox8_3->setTitle(QApplication::translate("AttFileGeneration", "Extract Using", 0, QApplication::UnicodeUTF8));
00357     buttonGroup2->setTitle(QApplication::translate("AttFileGeneration", "", 0, QApplication::UnicodeUTF8));
00358     OrthoRadioButton->setText(QApplication::translate("AttFileGeneration", "Ortho-center", 0, QApplication::UnicodeUTF8));
00359     EleRadioButton->setText(QApplication::translate("AttFileGeneration", "TIN Element", 0, QApplication::UnicodeUTF8));
00360     CentroidRadioButton->setText(QApplication::translate("AttFileGeneration", "Centroid", 0, QApplication::UnicodeUTF8));
00361     groupBox14->setTitle(QApplication::translate("AttFileGeneration", "Index File Input", 0, QApplication::UnicodeUTF8));
00362     textLabel4_2_5->setText(QApplication::translate("AttFileGeneration", "Precip.", 0, QApplication::UnicodeUTF8));
00363     textLabel4_2_2_2->setText(QApplication::translate("AttFileGeneration", "Temp.", 0, QApplication::UnicodeUTF8));
00364     textLabel4_2_3_2->setText(QApplication::translate("AttFileGeneration", "Humidity", 0, QApplication::UnicodeUTF8));
00365     textLabel4_2_4_2->setText(QApplication::translate("AttFileGeneration", "Wind Vel.", 0, QApplication::UnicodeUTF8));
00366     textLabel4_2_2_2_2->setText(QApplication::translate("AttFileGeneration", "G", 0, QApplication::UnicodeUTF8));
00367     textLabel4_2_5_2->setText(QApplication::translate("AttFileGeneration", "Rn", 0, QApplication::UnicodeUTF8));
00368     textLabel4_2_3_2_2->setText(QApplication::translate("AttFileGeneration", "Pressure", 0, QApplication::UnicodeUTF8));
00369     PrecipPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00370     TempPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00371     HumidPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00372     WindPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00373     GPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00374     RnPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00375     PPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00376     tabWidget3->setTabText(tabWidget3->indexOf(tab), QApplication::translate("AttFileGeneration", "Forcing", 0, QApplication::UnicodeUTF8));
00377     groupBox14_2->setTitle(QApplication::translate("AttFileGeneration", "Index File Input", 0, QApplication::UnicodeUTF8));
00378     textLabel4_2_2_2_3->setText(QApplication::translate("AttFileGeneration", "LC", 0, QApplication::UnicodeUTF8));
00379     textLabel4_2_5_3->setText(QApplication::translate("AttFileGeneration", "Soil", 0, QApplication::UnicodeUTF8));
00380     SoilPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00381     LCPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00382     tabWidget3->setTabText(tabWidget3->indexOf(tab1), QApplication::translate("AttFileGeneration", "Landuse/Landcover", 0, QApplication::UnicodeUTF8));
00383     groupBox14_2_2->setTitle(QApplication::translate("AttFileGeneration", "Index File Input", 0, QApplication::UnicodeUTF8));
00384     textLabel4_2_2_2_3_2->setText(QApplication::translate("AttFileGeneration", "BC", 0, QApplication::UnicodeUTF8));
00385     textLabel4_2_5_3_2->setText(QApplication::translate("AttFileGeneration", "IS IC", 0, QApplication::UnicodeUTF8));
00386     textLabel4_2_5_3_3->setText(QApplication::translate("AttFileGeneration", "Snow IC", 0, QApplication::UnicodeUTF8));
00387     textLabel4_2_5_3_4->setText(QApplication::translate("AttFileGeneration", "Overland IC", 0, QApplication::UnicodeUTF8));
00388     textLabel4_2_5_3_5->setText(QApplication::translate("AttFileGeneration", "UnSat IC", 0, QApplication::UnicodeUTF8));
00389     textLabel4_2_5_3_6->setText(QApplication::translate("AttFileGeneration", "Sat IC", 0, QApplication::UnicodeUTF8));
00390     textLabel4_2_2_2_3_2_2->setText(QApplication::translate("AttFileGeneration", "Source/\n"
00391 "Well", 0, QApplication::UnicodeUTF8));
00392     ISICPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00393     SnowICPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00394     UnSatICPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00395     SatICPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00396     BCPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00397     OverlandICPushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00398     SourcePushButton->setText(QApplication::translate("AttFileGeneration", "Browse...", 0, QApplication::UnicodeUTF8));
00399     tabWidget3->setTabText(tabWidget3->indexOf(TabPage), QApplication::translate("AttFileGeneration", "Miscellaneous", 0, QApplication::UnicodeUTF8));
00400     runButton->setText(QApplication::translate("AttFileGeneration", "Run!", 0, QApplication::UnicodeUTF8));
00401     helpButton->setText(QApplication::translate("AttFileGeneration", "Help", 0, QApplication::UnicodeUTF8));
00402     cancelButton->setText(QApplication::translate("AttFileGeneration", "Close", 0, QApplication::UnicodeUTF8));
00403     Q_UNUSED(AttFileGeneration);
00404     } // retranslateUi
00405 
00406 };
00407 
00408 namespace Ui {
00409     class AttFileGeneration: public Ui_AttFileGeneration {};
00410 } // namespace Ui
00411 
00412 #endif // UI_ATTFILE_H

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