00001 #ifndef UI_PARAFILE_H
00002 #define UI_PARAFILE_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/QCheckBox>
00011 #include <QtGui/QComboBox>
00012 #include <QtGui/QDialog>
00013 #include <QtGui/QLabel>
00014 #include <QtGui/QLineEdit>
00015 #include <QtGui/QPushButton>
00016 #include <QtGui/QRadioButton>
00017 #include <QtGui/QTabWidget>
00018 #include <QtGui/QWidget>
00019 #include <Qt3Support/Q3MimeSourceFactory>
00020 #include "Qt3Support/Q3TextBrowser"
00021
00022 class Ui_paraFile
00023 {
00024 public:
00025 Q3ButtonGroup *outputButtonGroup;
00026 QLabel *outputFileLabel;
00027 QPushButton *paraFileButton;
00028 QLineEdit *paraFileLineEdit;
00029 QTabWidget *tabWidget2;
00030 QWidget *tab;
00031 Q3GroupBox *groupBox1;
00032 QCheckBox *debugCheckBox;
00033 QCheckBox *resFileCheckBox;
00034 QCheckBox *fluxFileCheckBox;
00035 QCheckBox *etFileCheckBox;
00036 QCheckBox *qFileCheckBox;
00037 QCheckBox *verboseCheckBox;
00038 Q3GroupBox *mcGroupBox2;
00039 QLabel *textLabel1_2;
00040 QLabel *textLabel1_4;
00041 QLabel *textLabel1_3;
00042 QLabel *textLabel1;
00043 QComboBox *smComboBox;
00044 QComboBox *rmComboBox;
00045 QComboBox *imComboBox;
00046 QComboBox *umComboBox;
00047 QWidget *TabPage;
00048 Q3GroupBox *groupBox1_2_2_2;
00049 QLabel *textLabel1_5_3;
00050 QLabel *textLabel1_3_2_2;
00051 QLabel *textLabel1_2_2_2;
00052 QLabel *textLabel1_4_2_2;
00053 QLineEdit *ATlineEdit;
00054 QLineEdit *MSlineEdit;
00055 QLineEdit *ISlineEdit;
00056 QLineEdit *RTlineEdit;
00057 Q3GroupBox *groupBox1_3_2;
00058 QLabel *textLabel3_3;
00059 QLabel *textLabel1_5_2_2;
00060 QLabel *textLabel3_2_2;
00061 QLineEdit *CTlineEdit;
00062 QComboBox *GScomboBox;
00063 QLabel *textLabel2_2;
00064 Q3ButtonGroup *buttonGroup2;
00065 QRadioButton *ITradioButton;
00066 QRadioButton *DDradioButton;
00067 QLineEdit *KDlineEdit;
00068 QWidget *tab1;
00069 Q3GroupBox *groupBox1_3;
00070 QLabel *textLabel3;
00071 QLabel *textLabel1_5_2;
00072 QLabel *textLabel3_2_3_2;
00073 QLabel *textLabel3_4;
00074 QLabel *textLabel3_2_3;
00075 QLabel *textLabel3_2;
00076 QLineEdit *STlineEdit;
00077 QLineEdit *ETlineEdit;
00078 QComboBox *SScomboBox;
00079 QLineEdit *a_lineEdit;
00080 QLineEdit *b_lineEdit;
00081 Q3TextBrowser *MessageLog;
00082 QPushButton *cancelButton;
00083 QPushButton *helpButton;
00084 QPushButton *okButton;
00085
00086 void setupUi(QDialog *paraFile)
00087 {
00088 paraFile->setObjectName(QString::fromUtf8("paraFile"));
00089 paraFile->resize(QSize(600, 679).expandedTo(paraFile->minimumSizeHint()));
00090 outputButtonGroup = new Q3ButtonGroup(paraFile);
00091 outputButtonGroup->setObjectName(QString::fromUtf8("outputButtonGroup"));
00092 outputButtonGroup->setGeometry(QRect(8, 378, 578, 100));
00093 outputButtonGroup->setOrientation(Qt::Vertical);
00094 outputFileLabel = new QLabel(outputButtonGroup);
00095 outputFileLabel->setObjectName(QString::fromUtf8("outputFileLabel"));
00096 outputFileLabel->setGeometry(QRect(22, 45, 123, 32));
00097 outputFileLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00098 paraFileButton = new QPushButton(outputButtonGroup);
00099 paraFileButton->setObjectName(QString::fromUtf8("paraFileButton"));
00100 paraFileButton->setGeometry(QRect(490, 45, 81, 32));
00101 paraFileButton->setAutoDefault(false);
00102 paraFileLineEdit = new QLineEdit(outputButtonGroup);
00103 paraFileLineEdit->setObjectName(QString::fromUtf8("paraFileLineEdit"));
00104 paraFileLineEdit->setGeometry(QRect(159, 46, 325, 29));
00105 tabWidget2 = new QTabWidget(paraFile);
00106 tabWidget2->setObjectName(QString::fromUtf8("tabWidget2"));
00107 tabWidget2->setGeometry(QRect(7, 10, 581, 370));
00108 tab = new QWidget();
00109 tab->setObjectName(QString::fromUtf8("tab"));
00110 groupBox1 = new Q3GroupBox(tab);
00111 groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00112 groupBox1->setGeometry(QRect(13, 11, 551, 130));
00113 debugCheckBox = new QCheckBox(groupBox1);
00114 debugCheckBox->setObjectName(QString::fromUtf8("debugCheckBox"));
00115 debugCheckBox->setGeometry(QRect(20, 80, 90, 41));
00116 resFileCheckBox = new QCheckBox(groupBox1);
00117 resFileCheckBox->setObjectName(QString::fromUtf8("resFileCheckBox"));
00118 resFileCheckBox->setGeometry(QRect(230, 10, 110, 41));
00119 fluxFileCheckBox = new QCheckBox(groupBox1);
00120 fluxFileCheckBox->setObjectName(QString::fromUtf8("fluxFileCheckBox"));
00121 fluxFileCheckBox->setGeometry(QRect(230, 80, 90, 41));
00122 etFileCheckBox = new QCheckBox(groupBox1);
00123 etFileCheckBox->setObjectName(QString::fromUtf8("etFileCheckBox"));
00124 etFileCheckBox->setGeometry(QRect(430, 10, 90, 41));
00125 qFileCheckBox = new QCheckBox(groupBox1);
00126 qFileCheckBox->setObjectName(QString::fromUtf8("qFileCheckBox"));
00127 qFileCheckBox->setGeometry(QRect(430, 80, 90, 41));
00128 verboseCheckBox = new QCheckBox(groupBox1);
00129 verboseCheckBox->setObjectName(QString::fromUtf8("verboseCheckBox"));
00130 verboseCheckBox->setGeometry(QRect(20, 10, 90, 41));
00131 mcGroupBox2 = new Q3GroupBox(tab);
00132 mcGroupBox2->setObjectName(QString::fromUtf8("mcGroupBox2"));
00133 mcGroupBox2->setGeometry(QRect(13, 151, 551, 170));
00134 mcGroupBox2->setAcceptDrops(false);
00135 textLabel1_2 = new QLabel(mcGroupBox2);
00136 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00137 textLabel1_2->setGeometry(QRect(320, 30, 104, 41));
00138 textLabel1_4 = new QLabel(mcGroupBox2);
00139 textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00140 textLabel1_4->setGeometry(QRect(320, 110, 84, 41));
00141 textLabel1_4->setMidLineWidth(0);
00142 textLabel1_3 = new QLabel(mcGroupBox2);
00143 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00144 textLabel1_3->setGeometry(QRect(10, 110, 137, 41));
00145 textLabel1 = new QLabel(mcGroupBox2);
00146 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00147 textLabel1->setGeometry(QRect(10, 30, 137, 41));
00148 textLabel1->setAcceptDrops(false);
00149 smComboBox = new QComboBox(mcGroupBox2);
00150 smComboBox->setObjectName(QString::fromUtf8("smComboBox"));
00151 smComboBox->setGeometry(QRect(440, 35, 100, 31));
00152 rmComboBox = new QComboBox(mcGroupBox2);
00153 rmComboBox->setObjectName(QString::fromUtf8("rmComboBox"));
00154 rmComboBox->setGeometry(QRect(160, 115, 100, 31));
00155 imComboBox = new QComboBox(mcGroupBox2);
00156 imComboBox->setObjectName(QString::fromUtf8("imComboBox"));
00157 imComboBox->setGeometry(QRect(440, 115, 100, 31));
00158 umComboBox = new QComboBox(mcGroupBox2);
00159 umComboBox->setObjectName(QString::fromUtf8("umComboBox"));
00160 umComboBox->setGeometry(QRect(160, 35, 100, 31));
00161 tabWidget2->addTab(tab, QApplication::translate("paraFile", "Model Controls", 0, QApplication::UnicodeUTF8));
00162 TabPage = new QWidget();
00163 TabPage->setObjectName(QString::fromUtf8("TabPage"));
00164 groupBox1_2_2_2 = new Q3GroupBox(TabPage);
00165 groupBox1_2_2_2->setObjectName(QString::fromUtf8("groupBox1_2_2_2"));
00166 groupBox1_2_2_2->setGeometry(QRect(12, 181, 551, 140));
00167 textLabel1_5_3 = new QLabel(groupBox1_2_2_2);
00168 textLabel1_5_3->setObjectName(QString::fromUtf8("textLabel1_5_3"));
00169 textLabel1_5_3->setGeometry(QRect(14, 30, 143, 41));
00170 textLabel1_3_2_2 = new QLabel(groupBox1_2_2_2);
00171 textLabel1_3_2_2->setObjectName(QString::fromUtf8("textLabel1_3_2_2"));
00172 textLabel1_3_2_2->setGeometry(QRect(17, 95, 137, 41));
00173 textLabel1_2_2_2 = new QLabel(groupBox1_2_2_2);
00174 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00175 textLabel1_2_2_2->setGeometry(QRect(320, 30, 104, 41));
00176 textLabel1_4_2_2 = new QLabel(groupBox1_2_2_2);
00177 textLabel1_4_2_2->setObjectName(QString::fromUtf8("textLabel1_4_2_2"));
00178 textLabel1_4_2_2->setGeometry(QRect(320, 96, 112, 41));
00179 ATlineEdit = new QLineEdit(groupBox1_2_2_2);
00180 ATlineEdit->setObjectName(QString::fromUtf8("ATlineEdit"));
00181 ATlineEdit->setGeometry(QRect(170, 35, 80, 31));
00182 MSlineEdit = new QLineEdit(groupBox1_2_2_2);
00183 MSlineEdit->setObjectName(QString::fromUtf8("MSlineEdit"));
00184 MSlineEdit->setGeometry(QRect(460, 98, 80, 31));
00185 ISlineEdit = new QLineEdit(groupBox1_2_2_2);
00186 ISlineEdit->setObjectName(QString::fromUtf8("ISlineEdit"));
00187 ISlineEdit->setGeometry(QRect(460, 35, 80, 31));
00188 RTlineEdit = new QLineEdit(groupBox1_2_2_2);
00189 RTlineEdit->setObjectName(QString::fromUtf8("RTlineEdit"));
00190 RTlineEdit->setGeometry(QRect(170, 98, 80, 31));
00191 groupBox1_3_2 = new Q3GroupBox(TabPage);
00192 groupBox1_3_2->setObjectName(QString::fromUtf8("groupBox1_3_2"));
00193 groupBox1_3_2->setGeometry(QRect(12, 11, 551, 160));
00194 textLabel3_3 = new QLabel(groupBox1_3_2);
00195 textLabel3_3->setObjectName(QString::fromUtf8("textLabel3_3"));
00196 textLabel3_3->setGeometry(QRect(20, 60, 130, 31));
00197 textLabel1_5_2_2 = new QLabel(groupBox1_3_2);
00198 textLabel1_5_2_2->setObjectName(QString::fromUtf8("textLabel1_5_2_2"));
00199 textLabel1_5_2_2->setGeometry(QRect(20, 110, 120, 41));
00200 textLabel3_2_2 = new QLabel(groupBox1_3_2);
00201 textLabel3_2_2->setObjectName(QString::fromUtf8("textLabel3_2_2"));
00202 textLabel3_2_2->setGeometry(QRect(310, 60, 176, 31));
00203 CTlineEdit = new QLineEdit(groupBox1_3_2);
00204 CTlineEdit->setObjectName(QString::fromUtf8("CTlineEdit"));
00205 CTlineEdit->setGeometry(QRect(500, 59, 40, 31));
00206 GScomboBox = new QComboBox(groupBox1_3_2);
00207 GScomboBox->setObjectName(QString::fromUtf8("GScomboBox"));
00208 GScomboBox->setGeometry(QRect(150, 115, 100, 31));
00209 textLabel2_2 = new QLabel(groupBox1_3_2);
00210 textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00211 textLabel2_2->setGeometry(QRect(20, 13, 130, 31));
00212 buttonGroup2 = new Q3ButtonGroup(groupBox1_3_2);
00213 buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00214 buttonGroup2->setGeometry(QRect(120, 6, 331, 50));
00215 ITradioButton = new QRadioButton(buttonGroup2);
00216 ITradioButton->setObjectName(QString::fromUtf8("ITradioButton"));
00217 ITradioButton->setGeometry(QRect(230, 3, 90, 41));
00218 DDradioButton = new QRadioButton(buttonGroup2);
00219 DDradioButton->setObjectName(QString::fromUtf8("DDradioButton"));
00220 DDradioButton->setGeometry(QRect(35, 2, 130, 41));
00221 KDlineEdit = new QLineEdit(groupBox1_3_2);
00222 KDlineEdit->setObjectName(QString::fromUtf8("KDlineEdit"));
00223 KDlineEdit->setGeometry(QRect(160, 59, 40, 31));
00224 tabWidget2->addTab(TabPage, QApplication::translate("paraFile", "Solver Options", 0, QApplication::UnicodeUTF8));
00225 tab1 = new QWidget();
00226 tab1->setObjectName(QString::fromUtf8("tab1"));
00227 groupBox1_3 = new Q3GroupBox(tab1);
00228 groupBox1_3->setObjectName(QString::fromUtf8("groupBox1_3"));
00229 groupBox1_3->setGeometry(QRect(12, 11, 551, 310));
00230 textLabel3 = new QLabel(groupBox1_3);
00231 textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00232 textLabel3->setGeometry(QRect(20, 27, 130, 31));
00233 textLabel1_5_2 = new QLabel(groupBox1_3);
00234 textLabel1_5_2->setObjectName(QString::fromUtf8("textLabel1_5_2"));
00235 textLabel1_5_2->setGeometry(QRect(20, 117, 110, 41));
00236 textLabel3_2_3_2 = new QLabel(groupBox1_3);
00237 textLabel3_2_3_2->setObjectName(QString::fromUtf8("textLabel3_2_3_2"));
00238 textLabel3_2_3_2->setGeometry(QRect(290, 187, 30, 31));
00239 textLabel3_4 = new QLabel(groupBox1_3);
00240 textLabel3_4->setObjectName(QString::fromUtf8("textLabel3_4"));
00241 textLabel3_4->setGeometry(QRect(200, 227, 130, 31));
00242 textLabel3_2_3 = new QLabel(groupBox1_3);
00243 textLabel3_2_3->setObjectName(QString::fromUtf8("textLabel3_2_3"));
00244 textLabel3_2_3->setGeometry(QRect(140, 187, 30, 31));
00245 textLabel3_2 = new QLabel(groupBox1_3);
00246 textLabel3_2->setObjectName(QString::fromUtf8("textLabel3_2"));
00247 textLabel3_2->setGeometry(QRect(320, 27, 120, 31));
00248 STlineEdit = new QLineEdit(groupBox1_3);
00249 STlineEdit->setObjectName(QString::fromUtf8("STlineEdit"));
00250 STlineEdit->setGeometry(QRect(140, 26, 90, 31));
00251 ETlineEdit = new QLineEdit(groupBox1_3);
00252 ETlineEdit->setObjectName(QString::fromUtf8("ETlineEdit"));
00253 ETlineEdit->setGeometry(QRect(440, 26, 90, 31));
00254 SScomboBox = new QComboBox(groupBox1_3);
00255 SScomboBox->setObjectName(QString::fromUtf8("SScomboBox"));
00256 SScomboBox->setGeometry(QRect(140, 122, 120, 31));
00257 a_lineEdit = new QLineEdit(groupBox1_3);
00258 a_lineEdit->setObjectName(QString::fromUtf8("a_lineEdit"));
00259 a_lineEdit->setGeometry(QRect(170, 186, 40, 31));
00260 b_lineEdit = new QLineEdit(groupBox1_3);
00261 b_lineEdit->setObjectName(QString::fromUtf8("b_lineEdit"));
00262 b_lineEdit->setGeometry(QRect(320, 186, 40, 31));
00263 tabWidget2->addTab(tab1, QApplication::translate("paraFile", "Output Parameters", 0, QApplication::UnicodeUTF8));
00264 MessageLog = new Q3TextBrowser(paraFile);
00265 MessageLog->setObjectName(QString::fromUtf8("MessageLog"));
00266 MessageLog->setGeometry(QRect(13, 537, 571, 131));
00267 cancelButton = new QPushButton(paraFile);
00268 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00269 cancelButton->setGeometry(QRect(415, 488, 80, 34));
00270 cancelButton->setAutoDefault(false);
00271 helpButton = new QPushButton(paraFile);
00272 helpButton->setObjectName(QString::fromUtf8("helpButton"));
00273 helpButton->setGeometry(QRect(10, 488, 80, 34));
00274 helpButton->setAutoDefault(false);
00275 okButton = new QPushButton(paraFile);
00276 okButton->setObjectName(QString::fromUtf8("okButton"));
00277 okButton->setGeometry(QRect(501, 488, 80, 34));
00278 okButton->setAutoDefault(false);
00279 retranslateUi(paraFile);
00280
00281 QMetaObject::connectSlotsByName(paraFile);
00282 }
00283
00284 void retranslateUi(QDialog *paraFile)
00285 {
00286 paraFile->setWindowTitle(QApplication::translate("paraFile", "Parameter File Generation", 0, QApplication::UnicodeUTF8));
00287 outputButtonGroup->setTitle(QApplication::translate("paraFile", "Output", 0, QApplication::UnicodeUTF8));
00288 outputFileLabel->setText(QApplication::translate("paraFile", "Output Para File", 0, QApplication::UnicodeUTF8));
00289 paraFileButton->setText(QApplication::translate("paraFile", "Browse...", 0, QApplication::UnicodeUTF8));
00290 groupBox1->setTitle(QApplication::translate("paraFile", "", 0, QApplication::UnicodeUTF8));
00291 debugCheckBox->setText(QApplication::translate("paraFile", "Debug", 0, QApplication::UnicodeUTF8));
00292 resFileCheckBox->setText(QApplication::translate("paraFile", "Result File", 0, QApplication::UnicodeUTF8));
00293 fluxFileCheckBox->setText(QApplication::translate("paraFile", "Flux File", 0, QApplication::UnicodeUTF8));
00294 etFileCheckBox->setText(QApplication::translate("paraFile", "ET File", 0, QApplication::UnicodeUTF8));
00295 qFileCheckBox->setText(QApplication::translate("paraFile", "Q File", 0, QApplication::UnicodeUTF8));
00296 verboseCheckBox->setText(QApplication::translate("paraFile", "Verbose", 0, QApplication::UnicodeUTF8));
00297 mcGroupBox2->setTitle(QApplication::translate("paraFile", "Hydrologic Processes ", 0, QApplication::UnicodeUTF8));
00298 textLabel1_2->setText(QApplication::translate("paraFile", "Surface Mode", 0, QApplication::UnicodeUTF8));
00299 textLabel1_4->setText(QApplication::translate("paraFile", "Input Mode", 0, QApplication::UnicodeUTF8));
00300 textLabel1_3->setText(QApplication::translate("paraFile", "River Mode", 0, QApplication::UnicodeUTF8));
00301 textLabel1->setText(QApplication::translate("paraFile", "Unsaturated Mode", 0, QApplication::UnicodeUTF8));
00302 smComboBox->addItem(QApplication::translate("paraFile", "Kinematic", 0, QApplication::UnicodeUTF8));
00303 smComboBox->addItem(QApplication::translate("paraFile", "Diffusive", 0, QApplication::UnicodeUTF8));
00304 smComboBox->addItem(QApplication::translate("paraFile", "Full", 0, QApplication::UnicodeUTF8));
00305 rmComboBox->addItem(QApplication::translate("paraFile", "Kinematic", 0, QApplication::UnicodeUTF8));
00306 rmComboBox->addItem(QApplication::translate("paraFile", "Diffusive", 0, QApplication::UnicodeUTF8));
00307 rmComboBox->addItem(QApplication::translate("paraFile", "Full", 0, QApplication::UnicodeUTF8));
00308 imComboBox->addItem(QApplication::translate("paraFile", "File", 0, QApplication::UnicodeUTF8));
00309 imComboBox->addItem(QApplication::translate("paraFile", "Relax", 0, QApplication::UnicodeUTF8));
00310 imComboBox->addItem(QApplication::translate("paraFile", "Manual", 0, QApplication::UnicodeUTF8));
00311 umComboBox->addItem(QApplication::translate("paraFile", "Shallow", 0, QApplication::UnicodeUTF8));
00312 umComboBox->addItem(QApplication::translate("paraFile", "Deep", 0, QApplication::UnicodeUTF8));
00313 tabWidget2->setTabText(tabWidget2->indexOf(tab), QApplication::translate("paraFile", "Model Controls", 0, QApplication::UnicodeUTF8));
00314 groupBox1_2_2_2->setTitle(QApplication::translate("paraFile", "Hydrologic Processes ", 0, QApplication::UnicodeUTF8));
00315 textLabel1_5_3->setText(QApplication::translate("paraFile", "Absolute Tolerance", 0, QApplication::UnicodeUTF8));
00316 textLabel1_3_2_2->setText(QApplication::translate("paraFile", "Relative Tolerance", 0, QApplication::UnicodeUTF8));
00317 textLabel1_2_2_2->setText(QApplication::translate("paraFile", "Initial Step", 0, QApplication::UnicodeUTF8));
00318 textLabel1_4_2_2->setText(QApplication::translate("paraFile", "Maximum Step", 0, QApplication::UnicodeUTF8));
00319 groupBox1_3_2->setTitle(QApplication::translate("paraFile", "", 0, QApplication::UnicodeUTF8));
00320 textLabel3_3->setText(QApplication::translate("paraFile", "Krylov Dimension", 0, QApplication::UnicodeUTF8));
00321 textLabel1_5_2_2->setText(QApplication::translate("paraFile", "Grahm-Schmidt", 0, QApplication::UnicodeUTF8));
00322 textLabel3_2_2->setText(QApplication::translate("paraFile", "Convergence Threshold", 0, QApplication::UnicodeUTF8));
00323 GScomboBox->addItem(QApplication::translate("paraFile", "Modified", 0, QApplication::UnicodeUTF8));
00324 GScomboBox->addItem(QApplication::translate("paraFile", "Classical", 0, QApplication::UnicodeUTF8));
00325 textLabel2_2->setText(QApplication::translate("paraFile", "Solver Type", 0, QApplication::UnicodeUTF8));
00326 buttonGroup2->setTitle(QApplication::translate("paraFile", "", 0, QApplication::UnicodeUTF8));
00327 ITradioButton->setText(QApplication::translate("paraFile", "Iterative", 0, QApplication::UnicodeUTF8));
00328 DDradioButton->setText(QApplication::translate("paraFile", "Direct Dense", 0, QApplication::UnicodeUTF8));
00329 tabWidget2->setTabText(tabWidget2->indexOf(TabPage), QApplication::translate("paraFile", "Solver Options", 0, QApplication::UnicodeUTF8));
00330 groupBox1_3->setTitle(QApplication::translate("paraFile", "", 0, QApplication::UnicodeUTF8));
00331 textLabel3->setText(QApplication::translate("paraFile", "Start Time", 0, QApplication::UnicodeUTF8));
00332 textLabel1_5_2->setText(QApplication::translate("paraFile", "Step Size", 0, QApplication::UnicodeUTF8));
00333 textLabel3_2_3_2->setText(QApplication::translate("paraFile", "b =", 0, QApplication::UnicodeUTF8));
00334 textLabel3_4->setText(QApplication::translate("paraFile", "<font size=\"-1\">(Step Size = a.b^i )<font size=\"-1\"></font></font>", 0, QApplication::UnicodeUTF8));
00335 textLabel3_2_3->setText(QApplication::translate("paraFile", "a =", 0, QApplication::UnicodeUTF8));
00336 textLabel3_2->setText(QApplication::translate("paraFile", "End Time", 0, QApplication::UnicodeUTF8));
00337 SScomboBox->addItem(QApplication::translate("paraFile", "Exponential", 0, QApplication::UnicodeUTF8));
00338 SScomboBox->addItem(QApplication::translate("paraFile", "Constant", 0, QApplication::UnicodeUTF8));
00339 tabWidget2->setTabText(tabWidget2->indexOf(tab1), QApplication::translate("paraFile", "Output Parameters", 0, QApplication::UnicodeUTF8));
00340 cancelButton->setText(QApplication::translate("paraFile", "Close", 0, QApplication::UnicodeUTF8));
00341 helpButton->setText(QApplication::translate("paraFile", "Help", 0, QApplication::UnicodeUTF8));
00342 okButton->setText(QApplication::translate("paraFile", "Run!", 0, QApplication::UnicodeUTF8));
00343 Q_UNUSED(paraFile);
00344 }
00345
00346 };
00347
00348 namespace Ui {
00349 class paraFile: public Ui_paraFile {};
00350 }
00351
00352 #endif // UI_PARAFILE_H