00001 #ifndef UI_RIVFILE_H
00002 #define UI_RIVFILE_H
00003
00004 #include "Qt3Support/Q3GroupBox"
00005 #include <QtCore/QVariant>
00006 #include <QtGui/QAction>
00007 #include <QtGui/QApplication>
00008 #include <QtGui/QButtonGroup>
00009 #include <QtGui/QDialog>
00010 #include <QtGui/QLabel>
00011 #include <QtGui/QLineEdit>
00012 #include <QtGui/QPushButton>
00013 #include <Qt3Support/Q3MimeSourceFactory>
00014 #include "Qt3Support/Q3TextBrowser"
00015
00016 class Ui_rivfile
00017 {
00018 public:
00019 Q3GroupBox *groupBox1;
00020 QLabel *textLabel4_2_5_2;
00021 QLabel *textLabel4_2_5_2_2;
00022 QLabel *textLabel4_2_5_2_3;
00023 QLabel *textLabel4_2_5;
00024 QLineEdit *eleLineEdit;
00025 QLineEdit *nodeLineEdit;
00026 QLineEdit *neighLineEdit;
00027 QPushButton *eleFileButton;
00028 QPushButton *nodeFileButton;
00029 QPushButton *neighFileButton;
00030 QLineEdit *riverLineEdit;
00031 QPushButton *riverFileButton;
00032 Q3GroupBox *groupBox1_3;
00033 QLabel *textLabel4_2_5_4;
00034 QPushButton *rivFileButton;
00035 QLineEdit *rivLineEdit;
00036 QPushButton *cancelButton;
00037 QPushButton *helpButton;
00038 Q3TextBrowser *messageLog;
00039 QPushButton *runButton;
00040
00041 void setupUi(QDialog *rivfile)
00042 {
00043 rivfile->setObjectName(QString::fromUtf8("rivfile"));
00044 rivfile->resize(QSize(600, 505).expandedTo(rivfile->minimumSizeHint()));
00045 groupBox1 = new Q3GroupBox(rivfile);
00046 groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00047 groupBox1->setGeometry(QRect(14, 11, 571, 220));
00048 groupBox1->setOrientation(Qt::Vertical);
00049 textLabel4_2_5_2 = new QLabel(groupBox1);
00050 textLabel4_2_5_2->setObjectName(QString::fromUtf8("textLabel4_2_5_2"));
00051 textLabel4_2_5_2->setGeometry(QRect(26, 76, 70, 41));
00052 textLabel4_2_5_2_2 = new QLabel(groupBox1);
00053 textLabel4_2_5_2_2->setObjectName(QString::fromUtf8("textLabel4_2_5_2_2"));
00054 textLabel4_2_5_2_2->setGeometry(QRect(26, 125, 70, 41));
00055 textLabel4_2_5_2_3 = new QLabel(groupBox1);
00056 textLabel4_2_5_2_3->setObjectName(QString::fromUtf8("textLabel4_2_5_2_3"));
00057 textLabel4_2_5_2_3->setGeometry(QRect(26, 171, 70, 41));
00058 textLabel4_2_5 = new QLabel(groupBox1);
00059 textLabel4_2_5->setObjectName(QString::fromUtf8("textLabel4_2_5"));
00060 textLabel4_2_5->setGeometry(QRect(26, 28, 70, 41));
00061 eleLineEdit = new QLineEdit(groupBox1);
00062 eleLineEdit->setObjectName(QString::fromUtf8("eleLineEdit"));
00063 eleLineEdit->setGeometry(QRect(116, 81, 325, 29));
00064 nodeLineEdit = new QLineEdit(groupBox1);
00065 nodeLineEdit->setObjectName(QString::fromUtf8("nodeLineEdit"));
00066 nodeLineEdit->setGeometry(QRect(116, 130, 325, 29));
00067 neighLineEdit = new QLineEdit(groupBox1);
00068 neighLineEdit->setObjectName(QString::fromUtf8("neighLineEdit"));
00069 neighLineEdit->setGeometry(QRect(116, 176, 325, 29));
00070 eleFileButton = new QPushButton(groupBox1);
00071 eleFileButton->setObjectName(QString::fromUtf8("eleFileButton"));
00072 eleFileButton->setGeometry(QRect(466, 79, 81, 32));
00073 eleFileButton->setAutoDefault(false);
00074 nodeFileButton = new QPushButton(groupBox1);
00075 nodeFileButton->setObjectName(QString::fromUtf8("nodeFileButton"));
00076 nodeFileButton->setGeometry(QRect(466, 128, 81, 32));
00077 nodeFileButton->setAutoDefault(false);
00078 neighFileButton = new QPushButton(groupBox1);
00079 neighFileButton->setObjectName(QString::fromUtf8("neighFileButton"));
00080 neighFileButton->setGeometry(QRect(466, 174, 81, 32));
00081 neighFileButton->setAutoDefault(false);
00082 riverLineEdit = new QLineEdit(groupBox1);
00083 riverLineEdit->setObjectName(QString::fromUtf8("riverLineEdit"));
00084 riverLineEdit->setGeometry(QRect(116, 33, 325, 29));
00085 riverFileButton = new QPushButton(groupBox1);
00086 riverFileButton->setObjectName(QString::fromUtf8("riverFileButton"));
00087 riverFileButton->setGeometry(QRect(466, 31, 81, 32));
00088 riverFileButton->setAutoDefault(false);
00089 groupBox1_3 = new Q3GroupBox(rivfile);
00090 groupBox1_3->setObjectName(QString::fromUtf8("groupBox1_3"));
00091 groupBox1_3->setGeometry(QRect(14, 232, 571, 80));
00092 groupBox1_3->setOrientation(Qt::Vertical);
00093 textLabel4_2_5_4 = new QLabel(groupBox1_3);
00094 textLabel4_2_5_4->setObjectName(QString::fromUtf8("textLabel4_2_5_4"));
00095 textLabel4_2_5_4->setGeometry(QRect(26, 27, 70, 41));
00096 rivFileButton = new QPushButton(groupBox1_3);
00097 rivFileButton->setObjectName(QString::fromUtf8("rivFileButton"));
00098 rivFileButton->setGeometry(QRect(466, 30, 81, 32));
00099 rivFileButton->setAutoDefault(false);
00100 rivLineEdit = new QLineEdit(groupBox1_3);
00101 rivLineEdit->setObjectName(QString::fromUtf8("rivLineEdit"));
00102 rivLineEdit->setGeometry(QRect(116, 32, 325, 29));
00103 cancelButton = new QPushButton(rivfile);
00104 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00105 cancelButton->setGeometry(QRect(412, 322, 80, 34));
00106 cancelButton->setAutoDefault(false);
00107 helpButton = new QPushButton(rivfile);
00108 helpButton->setObjectName(QString::fromUtf8("helpButton"));
00109 helpButton->setGeometry(QRect(13, 322, 80, 34));
00110 helpButton->setAutoDefault(false);
00111 messageLog = new Q3TextBrowser(rivfile);
00112 messageLog->setObjectName(QString::fromUtf8("messageLog"));
00113 messageLog->setGeometry(QRect(12, 365, 575, 130));
00114 runButton = new QPushButton(rivfile);
00115 runButton->setObjectName(QString::fromUtf8("runButton"));
00116 runButton->setGeometry(QRect(505, 322, 80, 34));
00117 runButton->setAutoDefault(false);
00118 retranslateUi(rivfile);
00119
00120 QMetaObject::connectSlotsByName(rivfile);
00121 }
00122
00123 void retranslateUi(QDialog *rivfile)
00124 {
00125 rivfile->setWindowTitle(QApplication::translate("rivfile", "Riv File Generation", 0, QApplication::UnicodeUTF8));
00126 groupBox1->setTitle(QApplication::translate("rivfile", "Input Files", 0, QApplication::UnicodeUTF8));
00127 textLabel4_2_5_2->setText(QApplication::translate("rivfile", "ele File", 0, QApplication::UnicodeUTF8));
00128 textLabel4_2_5_2_2->setText(QApplication::translate("rivfile", "node File", 0, QApplication::UnicodeUTF8));
00129 textLabel4_2_5_2_3->setText(QApplication::translate("rivfile", "neigh File", 0, QApplication::UnicodeUTF8));
00130 textLabel4_2_5->setText(QApplication::translate("rivfile", "River File", 0, QApplication::UnicodeUTF8));
00131 eleFileButton->setText(QApplication::translate("rivfile", "Browse...", 0, QApplication::UnicodeUTF8));
00132 nodeFileButton->setText(QApplication::translate("rivfile", "Browse...", 0, QApplication::UnicodeUTF8));
00133 neighFileButton->setText(QApplication::translate("rivfile", "Browse...", 0, QApplication::UnicodeUTF8));
00134 riverFileButton->setText(QApplication::translate("rivfile", "Browse...", 0, QApplication::UnicodeUTF8));
00135 groupBox1_3->setTitle(QApplication::translate("rivfile", "Output File", 0, QApplication::UnicodeUTF8));
00136 textLabel4_2_5_4->setText(QApplication::translate("rivfile", "riv File", 0, QApplication::UnicodeUTF8));
00137 rivFileButton->setText(QApplication::translate("rivfile", "Browse...", 0, QApplication::UnicodeUTF8));
00138 cancelButton->setText(QApplication::translate("rivfile", "Close", 0, QApplication::UnicodeUTF8));
00139 helpButton->setText(QApplication::translate("rivfile", "Help", 0, QApplication::UnicodeUTF8));
00140 runButton->setText(QApplication::translate("rivfile", "Run!", 0, QApplication::UnicodeUTF8));
00141 Q_UNUSED(rivfile);
00142 }
00143
00144 };
00145
00146 namespace Ui {
00147 class rivfile: public Ui_rivfile {};
00148 }
00149
00150 #endif // UI_RIVFILE_H