RasterProcessing/StreamGrid/ui_streamgrid.h

Go to the documentation of this file.
00001 #ifndef UI_STREAMGRID_H
00002 #define UI_STREAMGRID_H
00003 
00004 #include "Qt3Support/Q3ButtonGroup"
00005 #include <QtCore/QVariant>
00006 #include <QtGui/QAction>
00007 #include <QtGui/QApplication>
00008 #include <QtGui/QButtonGroup>
00009 #include <QtGui/QCheckBox>
00010 #include <QtGui/QDialog>
00011 #include <QtGui/QLabel>
00012 #include <QtGui/QLineEdit>
00013 #include <QtGui/QPushButton>
00014 #include <Qt3Support/Q3MimeSourceFactory>
00015 #include "Qt3Support/Q3TextBrowser"
00016 
00017 class Ui_StreamGrid
00018 {
00019 public:
00020     Q3TextBrowser *messageLog;
00021     Q3ButtonGroup *buttonGroup2;
00022     QLabel *textLabel1_2_2;
00023     QLabel *textLabel1_2;
00024     QLabel *textLabel1_2_2_2;
00025     QPushButton *outputBrowseButton;
00026     QLineEdit *outputFileLineEdit;
00027     QCheckBox *showSG_DFrame;
00028     QLineEdit *inputThreshLineEdit;
00029     QPushButton *helpButton;
00030     QPushButton *closeButton;
00031     QPushButton *runButton;
00032     Q3ButtonGroup *buttonGroup1;
00033     QLabel *textLabel1;
00034     QLineEdit *inputFileLineEdit;
00035     QPushButton *inputBrowseButton;
00036 
00037     void setupUi(QDialog *StreamGrid)
00038     {
00039     StreamGrid->setObjectName(QString::fromUtf8("StreamGrid"));
00040     StreamGrid->resize(QSize(607, 458).expandedTo(StreamGrid->minimumSizeHint()));
00041     messageLog = new Q3TextBrowser(StreamGrid);
00042     messageLog->setObjectName(QString::fromUtf8("messageLog"));
00043     messageLog->setGeometry(QRect(10, 319, 581, 130));
00044     buttonGroup2 = new Q3ButtonGroup(StreamGrid);
00045     buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00046     buttonGroup2->setGeometry(QRect(10, 120, 581, 150));
00047     buttonGroup2->setOrientation(Qt::Vertical);
00048     textLabel1_2_2 = new QLabel(buttonGroup2);
00049     textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00050     textLabel1_2_2->setGeometry(QRect(30, 100, 90, 31));
00051     textLabel1_2 = new QLabel(buttonGroup2);
00052     textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00053     textLabel1_2->setGeometry(QRect(30, 40, 90, 31));
00054     textLabel1_2_2_2 = new QLabel(buttonGroup2);
00055     textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00056     textLabel1_2_2_2->setGeometry(QRect(31, 122, 60, 20));
00057     QFont font;
00058     font.setFamily(QString::fromUtf8("Sans Serif"));
00059     font.setPointSize(8);
00060     font.setBold(false);
00061     font.setItalic(false);
00062     font.setUnderline(false);
00063     font.setWeight(50);
00064     font.setStrikeOut(false);
00065     textLabel1_2_2_2->setFont(font);
00066     outputBrowseButton = new QPushButton(buttonGroup2);
00067     outputBrowseButton->setObjectName(QString::fromUtf8("outputBrowseButton"));
00068     outputBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00069     outputBrowseButton->setAutoDefault(false);
00070     outputFileLineEdit = new QLineEdit(buttonGroup2);
00071     outputFileLineEdit->setObjectName(QString::fromUtf8("outputFileLineEdit"));
00072     outputFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00073     showSG_DFrame = new QCheckBox(buttonGroup2);
00074     showSG_DFrame->setObjectName(QString::fromUtf8("showSG_DFrame"));
00075     showSG_DFrame->setGeometry(QRect(336, 73, 140, 21));
00076     QFont font1;
00077     font1.setFamily(QString::fromUtf8("Sans Serif"));
00078     font1.setPointSize(8);
00079     font1.setBold(false);
00080     font1.setItalic(false);
00081     font1.setUnderline(false);
00082     font1.setWeight(50);
00083     font1.setStrikeOut(false);
00084     showSG_DFrame->setFont(font1);
00085     showSG_DFrame->setChecked(true);
00086     inputThreshLineEdit = new QLineEdit(buttonGroup2);
00087     inputThreshLineEdit->setObjectName(QString::fromUtf8("inputThreshLineEdit"));
00088     inputThreshLineEdit->setGeometry(QRect(130, 101, 90, 29));
00089     helpButton = new QPushButton(StreamGrid);
00090     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00091     helpButton->setGeometry(QRect(10, 279, 81, 32));
00092     helpButton->setAutoDefault(false);
00093     closeButton = new QPushButton(StreamGrid);
00094     closeButton->setObjectName(QString::fromUtf8("closeButton"));
00095     closeButton->setGeometry(QRect(424, 279, 81, 32));
00096     closeButton->setAutoDefault(false);
00097     runButton = new QPushButton(StreamGrid);
00098     runButton->setObjectName(QString::fromUtf8("runButton"));
00099     runButton->setGeometry(QRect(510, 279, 81, 32));
00100     runButton->setAutoDefault(false);
00101     buttonGroup1 = new Q3ButtonGroup(StreamGrid);
00102     buttonGroup1->setObjectName(QString::fromUtf8("buttonGroup1"));
00103     buttonGroup1->setGeometry(QRect(10, 10, 581, 101));
00104     buttonGroup1->setOrientation(Qt::Vertical);
00105     textLabel1 = new QLabel(buttonGroup1);
00106     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00107     textLabel1->setGeometry(QRect(30, 40, 95, 31));
00108     inputFileLineEdit = new QLineEdit(buttonGroup1);
00109     inputFileLineEdit->setObjectName(QString::fromUtf8("inputFileLineEdit"));
00110     inputFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00111     inputBrowseButton = new QPushButton(buttonGroup1);
00112     inputBrowseButton->setObjectName(QString::fromUtf8("inputBrowseButton"));
00113     inputBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00114     inputBrowseButton->setCheckable(false);
00115     inputBrowseButton->setAutoDefault(false);
00116     inputBrowseButton->setFlat(false);
00117     retranslateUi(StreamGrid);
00118 
00119     QMetaObject::connectSlotsByName(StreamGrid);
00120     } // setupUi
00121 
00122     void retranslateUi(QDialog *StreamGrid)
00123     {
00124     StreamGrid->setWindowTitle(QApplication::translate("StreamGrid", "Stream Grid", 0, QApplication::UnicodeUTF8));
00125     buttonGroup2->setTitle(QApplication::translate("StreamGrid", "Output", 0, QApplication::UnicodeUTF8));
00126     textLabel1_2_2->setText(QApplication::translate("StreamGrid", "Threshold", 0, QApplication::UnicodeUTF8));
00127     textLabel1_2->setText(QApplication::translate("StreamGrid", "Stream Grid", 0, QApplication::UnicodeUTF8));
00128     textLabel1_2_2_2->setText(QApplication::translate("StreamGrid", "(# of grids)", 0, QApplication::UnicodeUTF8));
00129     outputBrowseButton->setText(QApplication::translate("StreamGrid", "Browse", 0, QApplication::UnicodeUTF8));
00130     showSG_DFrame->setText(QApplication::translate("StreamGrid", "Load in Data Frame", 0, QApplication::UnicodeUTF8));
00131     helpButton->setText(QApplication::translate("StreamGrid", "Help", 0, QApplication::UnicodeUTF8));
00132     closeButton->setText(QApplication::translate("StreamGrid", "Close", 0, QApplication::UnicodeUTF8));
00133     runButton->setText(QApplication::translate("StreamGrid", "Run", 0, QApplication::UnicodeUTF8));
00134     buttonGroup1->setTitle(QApplication::translate("StreamGrid", "Input", 0, QApplication::UnicodeUTF8));
00135     textLabel1->setText(QApplication::translate("StreamGrid", "Flow Acc. Grid", 0, QApplication::UnicodeUTF8));
00136     inputBrowseButton->setText(QApplication::translate("StreamGrid", "Browse", 0, QApplication::UnicodeUTF8));
00137     Q_UNUSED(StreamGrid);
00138     } // retranslateUi
00139 
00140 };
00141 
00142 namespace Ui {
00143     class StreamGrid: public Ui_StreamGrid {};
00144 } // namespace Ui
00145 
00146 #endif // UI_STREAMGRID_H

Generated on Sun Aug 5 17:34:00 2007 for PIHMgis by  doxygen 1.5.2