00001 #ifndef UI_SHPFILESINPUTDIALOG_H
00002 #define UI_SHPFILESINPUTDIALOG_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/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_shpFilesInputDialog
00017 {
00018 public:
00019 Q3ButtonGroup *inputShpFileGroup;
00020 QLabel *internalBoundsLabelabel2;
00021 QLabel *constrainingLayerLabel;
00022 QLineEdit *constrainingLayersLineEdit;
00023 QLabel *constrainingPointsLabel;
00024 QLabel *externalBoundsLabel;
00025 QPushButton *internalBoundsButton;
00026 QPushButton *constrainingLayersButton;
00027 QPushButton *externalBoundsButton;
00028 QLineEdit *externalBoundsLineEdit;
00029 QLineEdit *internalBoundsLineEdit;
00030 QLineEdit *constrainingPointsLineEdit;
00031 QPushButton *constrainingPointsButton;
00032 Q3TextBrowser *inputShpLog;
00033 QPushButton *helpButton;
00034 QPushButton *runButton;
00035 QPushButton *cancelButton;
00036
00037 void setupUi(QDialog *shpFilesInputDialog)
00038 {
00039 shpFilesInputDialog->setObjectName(QString::fromUtf8("shpFilesInputDialog"));
00040 shpFilesInputDialog->resize(QSize(600, 509).expandedTo(shpFilesInputDialog->minimumSizeHint()));
00041 inputShpFileGroup = new Q3ButtonGroup(shpFilesInputDialog);
00042 inputShpFileGroup->setObjectName(QString::fromUtf8("inputShpFileGroup"));
00043 inputShpFileGroup->setGeometry(QRect(10, 20, 570, 270));
00044 inputShpFileGroup->setOrientation(Qt::Vertical);
00045 internalBoundsLabelabel2 = new QLabel(inputShpFileGroup);
00046 internalBoundsLabelabel2->setObjectName(QString::fromUtf8("internalBoundsLabelabel2"));
00047 internalBoundsLabelabel2->setGeometry(QRect(11, 71, 145, 48));
00048 constrainingLayerLabel = new QLabel(inputShpFileGroup);
00049 constrainingLayerLabel->setObjectName(QString::fromUtf8("constrainingLayerLabel"));
00050 constrainingLayerLabel->setGeometry(QRect(11, 131, 148, 48));
00051 constrainingLayersLineEdit = new QLineEdit(inputShpFileGroup);
00052 constrainingLayersLineEdit->setObjectName(QString::fromUtf8("constrainingLayersLineEdit"));
00053 constrainingLayersLineEdit->setGeometry(QRect(168, 140, 290, 29));
00054 constrainingPointsLabel = new QLabel(inputShpFileGroup);
00055 constrainingPointsLabel->setObjectName(QString::fromUtf8("constrainingPointsLabel"));
00056 constrainingPointsLabel->setGeometry(QRect(11, 197, 145, 48));
00057 externalBoundsLabel = new QLabel(inputShpFileGroup);
00058 externalBoundsLabel->setObjectName(QString::fromUtf8("externalBoundsLabel"));
00059 externalBoundsLabel->setGeometry(QRect(11, 11, 150, 48));
00060 internalBoundsButton = new QPushButton(inputShpFileGroup);
00061 internalBoundsButton->setObjectName(QString::fromUtf8("internalBoundsButton"));
00062 internalBoundsButton->setGeometry(QRect(470, 79, 87, 32));
00063 internalBoundsButton->setAutoDefault(false);
00064 constrainingLayersButton = new QPushButton(inputShpFileGroup);
00065 constrainingLayersButton->setObjectName(QString::fromUtf8("constrainingLayersButton"));
00066 constrainingLayersButton->setGeometry(QRect(470, 139, 87, 32));
00067 constrainingLayersButton->setAutoDefault(false);
00068 externalBoundsButton = new QPushButton(inputShpFileGroup);
00069 externalBoundsButton->setObjectName(QString::fromUtf8("externalBoundsButton"));
00070 externalBoundsButton->setGeometry(QRect(470, 18, 87, 32));
00071 externalBoundsButton->setAutoDefault(false);
00072 externalBoundsLineEdit = new QLineEdit(inputShpFileGroup);
00073 externalBoundsLineEdit->setObjectName(QString::fromUtf8("externalBoundsLineEdit"));
00074 externalBoundsLineEdit->setGeometry(QRect(167, 20, 290, 29));
00075 internalBoundsLineEdit = new QLineEdit(inputShpFileGroup);
00076 internalBoundsLineEdit->setObjectName(QString::fromUtf8("internalBoundsLineEdit"));
00077 internalBoundsLineEdit->setGeometry(QRect(168, 80, 290, 29));
00078 constrainingPointsLineEdit = new QLineEdit(inputShpFileGroup);
00079 constrainingPointsLineEdit->setObjectName(QString::fromUtf8("constrainingPointsLineEdit"));
00080 constrainingPointsLineEdit->setGeometry(QRect(168, 206, 290, 29));
00081 constrainingPointsButton = new QPushButton(inputShpFileGroup);
00082 constrainingPointsButton->setObjectName(QString::fromUtf8("constrainingPointsButton"));
00083 constrainingPointsButton->setGeometry(QRect(470, 205, 87, 32));
00084 constrainingPointsButton->setAutoDefault(false);
00085 inputShpLog = new Q3TextBrowser(shpFilesInputDialog);
00086 inputShpLog->setObjectName(QString::fromUtf8("inputShpLog"));
00087 inputShpLog->setGeometry(QRect(10, 370, 570, 130));
00088 helpButton = new QPushButton(shpFilesInputDialog);
00089 helpButton->setObjectName(QString::fromUtf8("helpButton"));
00090 helpButton->setGeometry(QRect(11, 311, 80, 34));
00091 helpButton->setAutoDefault(false);
00092 runButton = new QPushButton(shpFilesInputDialog);
00093 runButton->setObjectName(QString::fromUtf8("runButton"));
00094 runButton->setGeometry(QRect(499, 311, 80, 34));
00095 runButton->setAutoDefault(false);
00096 cancelButton = new QPushButton(shpFilesInputDialog);
00097 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00098 cancelButton->setGeometry(QRect(413, 311, 80, 34));
00099 cancelButton->setAutoDefault(false);
00100 QWidget::setTabOrder(externalBoundsLineEdit, externalBoundsButton);
00101 QWidget::setTabOrder(externalBoundsButton, internalBoundsLineEdit);
00102 QWidget::setTabOrder(internalBoundsLineEdit, internalBoundsButton);
00103 QWidget::setTabOrder(internalBoundsButton, constrainingLayersLineEdit);
00104 QWidget::setTabOrder(constrainingLayersLineEdit, constrainingLayersButton);
00105 QWidget::setTabOrder(constrainingLayersButton, constrainingPointsLineEdit);
00106 QWidget::setTabOrder(constrainingPointsLineEdit, constrainingPointsButton);
00107 QWidget::setTabOrder(constrainingPointsButton, inputShpLog);
00108 QWidget::setTabOrder(inputShpLog, cancelButton);
00109 QWidget::setTabOrder(cancelButton, runButton);
00110 QWidget::setTabOrder(runButton, helpButton);
00111 retranslateUi(shpFilesInputDialog);
00112
00113 QMetaObject::connectSlotsByName(shpFilesInputDialog);
00114 }
00115
00116 void retranslateUi(QDialog *shpFilesInputDialog)
00117 {
00118 shpFilesInputDialog->setWindowTitle(QApplication::translate("shpFilesInputDialog", "Input Raw ShapeFiles", 0, QApplication::UnicodeUTF8));
00119 inputShpFileGroup->setTitle(QApplication::translate("shpFilesInputDialog", "", 0, QApplication::UnicodeUTF8));
00120 internalBoundsLabelabel2->setText(QApplication::translate("shpFilesInputDialog", "Internal Boundaries", 0, QApplication::UnicodeUTF8));
00121 constrainingLayerLabel->setText(QApplication::translate("shpFilesInputDialog", "Constraining Layers", 0, QApplication::UnicodeUTF8));
00122 constrainingPointsLabel->setText(QApplication::translate("shpFilesInputDialog", "Constraining Points", 0, QApplication::UnicodeUTF8));
00123 externalBoundsLabel->setText(QApplication::translate("shpFilesInputDialog", "External Boundaries", 0, QApplication::UnicodeUTF8));
00124 internalBoundsButton->setText(QApplication::translate("shpFilesInputDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00125 constrainingLayersButton->setText(QApplication::translate("shpFilesInputDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00126 externalBoundsButton->setText(QApplication::translate("shpFilesInputDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00127 constrainingPointsButton->setText(QApplication::translate("shpFilesInputDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00128 helpButton->setText(QApplication::translate("shpFilesInputDialog", "Help", 0, QApplication::UnicodeUTF8));
00129 runButton->setText(QApplication::translate("shpFilesInputDialog", "Run!", 0, QApplication::UnicodeUTF8));
00130 cancelButton->setText(QApplication::translate("shpFilesInputDialog", "Close", 0, QApplication::UnicodeUTF8));
00131 Q_UNUSED(shpFilesInputDialog);
00132 }
00133
00134 };
00135
00136 namespace Ui {
00137 class shpFilesInputDialog: public Ui_shpFilesInputDialog {};
00138 }
00139
00140 #endif // UI_SHPFILESINPUTDIALOG_H