RasterProcessing/LinkGrid/ui_linkgrid.h

Go to the documentation of this file.
00001 #ifndef UI_LINKGRID_H
00002 #define UI_LINKGRID_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_LinkGrid
00018 {
00019 public:
00020     Q3ButtonGroup *buttonGroup2;
00021     QLabel *textLabel1_2;
00022     QPushButton *outputBrowseButton;
00023     QLineEdit *outputFileLineEdit;
00024     QCheckBox *showSG_DFrame;
00025     Q3ButtonGroup *buttonGroup1;
00026     QLabel *textLabel1_3;
00027     QLabel *textLabel1;
00028     QPushButton *inputFDRBrowseButton;
00029     QLineEdit *inputFDRFileLineEdit;
00030     QLineEdit *inputSTRFileLineEdit;
00031     QPushButton *inputSTRBrowseButton;
00032     QPushButton *closeButton;
00033     QPushButton *runButton;
00034     QPushButton *helpButton;
00035     Q3TextBrowser *messageLog;
00036 
00037     void setupUi(QDialog *LinkGrid)
00038     {
00039     LinkGrid->setObjectName(QString::fromUtf8("LinkGrid"));
00040     LinkGrid->resize(QSize(607, 449).expandedTo(LinkGrid->minimumSizeHint()));
00041     buttonGroup2 = new Q3ButtonGroup(LinkGrid);
00042     buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
00043     buttonGroup2->setGeometry(QRect(10, 160, 581, 100));
00044     buttonGroup2->setOrientation(Qt::Vertical);
00045     textLabel1_2 = new QLabel(buttonGroup2);
00046     textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00047     textLabel1_2->setGeometry(QRect(30, 40, 90, 31));
00048     outputBrowseButton = new QPushButton(buttonGroup2);
00049     outputBrowseButton->setObjectName(QString::fromUtf8("outputBrowseButton"));
00050     outputBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00051     outputBrowseButton->setAutoDefault(false);
00052     outputFileLineEdit = new QLineEdit(buttonGroup2);
00053     outputFileLineEdit->setObjectName(QString::fromUtf8("outputFileLineEdit"));
00054     outputFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00055     showSG_DFrame = new QCheckBox(buttonGroup2);
00056     showSG_DFrame->setObjectName(QString::fromUtf8("showSG_DFrame"));
00057     showSG_DFrame->setGeometry(QRect(336, 73, 140, 21));
00058     QFont font;
00059     font.setFamily(QString::fromUtf8("Sans Serif"));
00060     font.setPointSize(8);
00061     font.setBold(false);
00062     font.setItalic(false);
00063     font.setUnderline(false);
00064     font.setWeight(50);
00065     font.setStrikeOut(false);
00066     showSG_DFrame->setFont(font);
00067     showSG_DFrame->setChecked(true);
00068     buttonGroup1 = new Q3ButtonGroup(LinkGrid);
00069     buttonGroup1->setObjectName(QString::fromUtf8("buttonGroup1"));
00070     buttonGroup1->setGeometry(QRect(10, 10, 581, 140));
00071     buttonGroup1->setOrientation(Qt::Vertical);
00072     textLabel1_3 = new QLabel(buttonGroup1);
00073     textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00074     textLabel1_3->setGeometry(QRect(30, 90, 87, 31));
00075     textLabel1 = new QLabel(buttonGroup1);
00076     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00077     textLabel1->setGeometry(QRect(30, 40, 87, 31));
00078     inputFDRBrowseButton = new QPushButton(buttonGroup1);
00079     inputFDRBrowseButton->setObjectName(QString::fromUtf8("inputFDRBrowseButton"));
00080     inputFDRBrowseButton->setGeometry(QRect(470, 90, 81, 32));
00081     inputFDRBrowseButton->setCheckable(false);
00082     inputFDRBrowseButton->setAutoDefault(false);
00083     inputFDRBrowseButton->setFlat(false);
00084     inputFDRFileLineEdit = new QLineEdit(buttonGroup1);
00085     inputFDRFileLineEdit->setObjectName(QString::fromUtf8("inputFDRFileLineEdit"));
00086     inputFDRFileLineEdit->setGeometry(QRect(130, 91, 325, 29));
00087     inputSTRFileLineEdit = new QLineEdit(buttonGroup1);
00088     inputSTRFileLineEdit->setObjectName(QString::fromUtf8("inputSTRFileLineEdit"));
00089     inputSTRFileLineEdit->setGeometry(QRect(130, 41, 325, 29));
00090     inputSTRBrowseButton = new QPushButton(buttonGroup1);
00091     inputSTRBrowseButton->setObjectName(QString::fromUtf8("inputSTRBrowseButton"));
00092     inputSTRBrowseButton->setGeometry(QRect(470, 40, 81, 32));
00093     inputSTRBrowseButton->setCheckable(false);
00094     inputSTRBrowseButton->setAutoDefault(false);
00095     inputSTRBrowseButton->setFlat(false);
00096     closeButton = new QPushButton(LinkGrid);
00097     closeButton->setObjectName(QString::fromUtf8("closeButton"));
00098     closeButton->setGeometry(QRect(424, 269, 81, 32));
00099     closeButton->setAutoDefault(false);
00100     runButton = new QPushButton(LinkGrid);
00101     runButton->setObjectName(QString::fromUtf8("runButton"));
00102     runButton->setGeometry(QRect(510, 269, 81, 32));
00103     runButton->setAutoDefault(false);
00104     helpButton = new QPushButton(LinkGrid);
00105     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00106     helpButton->setGeometry(QRect(10, 269, 81, 32));
00107     helpButton->setAutoDefault(false);
00108     messageLog = new Q3TextBrowser(LinkGrid);
00109     messageLog->setObjectName(QString::fromUtf8("messageLog"));
00110     messageLog->setGeometry(QRect(10, 309, 581, 130));
00111     retranslateUi(LinkGrid);
00112 
00113     QMetaObject::connectSlotsByName(LinkGrid);
00114     } // setupUi
00115 
00116     void retranslateUi(QDialog *LinkGrid)
00117     {
00118     LinkGrid->setWindowTitle(QApplication::translate("LinkGrid", "Link Grid", 0, QApplication::UnicodeUTF8));
00119     buttonGroup2->setTitle(QApplication::translate("LinkGrid", "Output", 0, QApplication::UnicodeUTF8));
00120     textLabel1_2->setText(QApplication::translate("LinkGrid", "Link Grid", 0, QApplication::UnicodeUTF8));
00121     outputBrowseButton->setText(QApplication::translate("LinkGrid", "Browse", 0, QApplication::UnicodeUTF8));
00122     showSG_DFrame->setText(QApplication::translate("LinkGrid", "Load in Data Frame", 0, QApplication::UnicodeUTF8));
00123     buttonGroup1->setTitle(QApplication::translate("LinkGrid", "Input", 0, QApplication::UnicodeUTF8));
00124     textLabel1_3->setText(QApplication::translate("LinkGrid", "Flow Dir. Grid", 0, QApplication::UnicodeUTF8));
00125     textLabel1->setText(QApplication::translate("LinkGrid", "Stream Grid", 0, QApplication::UnicodeUTF8));
00126     inputFDRBrowseButton->setText(QApplication::translate("LinkGrid", "Browse", 0, QApplication::UnicodeUTF8));
00127     inputSTRBrowseButton->setText(QApplication::translate("LinkGrid", "Browse", 0, QApplication::UnicodeUTF8));
00128     closeButton->setText(QApplication::translate("LinkGrid", "Close", 0, QApplication::UnicodeUTF8));
00129     runButton->setText(QApplication::translate("LinkGrid", "Run", 0, QApplication::UnicodeUTF8));
00130     helpButton->setText(QApplication::translate("LinkGrid", "Help", 0, QApplication::UnicodeUTF8));
00131     Q_UNUSED(LinkGrid);
00132     } // retranslateUi
00133 
00134 };
00135 
00136 namespace Ui {
00137     class LinkGrid: public Ui_LinkGrid {};
00138 } // namespace Ui
00139 
00140 #endif // UI_LINKGRID_H

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