DomainDecomposition/CreateTINs/ui_createtinsdialog.h

Go to the documentation of this file.
00001 #ifndef UI_CREATETINSDIALOG_H
00002 #define UI_CREATETINSDIALOG_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_CreateTINsDialog
00017 {
00018 public:
00019     Q3ButtonGroup *shapeFileNameGroup;
00020     QLineEdit *shpFileLineEdit;
00021     QLabel *shpFileLabel;
00022     QPushButton *shpFileButton;
00023     QPushButton *cancelButton;
00024     Q3TextBrowser *MessageLog;
00025     Q3ButtonGroup *shapeFileGroup;
00026     QLabel *nodeFileLabel;
00027     QLabel *eleFileLabel;
00028     QLineEdit *eleFileLineEdit;
00029     QLineEdit *nodeFileLineEdit;
00030     QPushButton *eleFileButton;
00031     QPushButton *nodeFileButton;
00032     QPushButton *runButton;
00033     QPushButton *helpButton;
00034 
00035     void setupUi(QDialog *CreateTINsDialog)
00036     {
00037     CreateTINsDialog->setObjectName(QString::fromUtf8("CreateTINsDialog"));
00038     CreateTINsDialog->resize(QSize(600, 508).expandedTo(CreateTINsDialog->minimumSizeHint()));
00039     shapeFileNameGroup = new Q3ButtonGroup(CreateTINsDialog);
00040     shapeFileNameGroup->setObjectName(QString::fromUtf8("shapeFileNameGroup"));
00041     shapeFileNameGroup->setGeometry(QRect(11, 197, 572, 110));
00042     shapeFileNameGroup->setOrientation(Qt::Vertical);
00043     shpFileLineEdit = new QLineEdit(shapeFileNameGroup);
00044     shpFileLineEdit->setObjectName(QString::fromUtf8("shpFileLineEdit"));
00045     shpFileLineEdit->setGeometry(QRect(162, 45, 294, 29));
00046     shpFileLabel = new QLabel(shapeFileNameGroup);
00047     shpFileLabel->setObjectName(QString::fromUtf8("shpFileLabel"));
00048     shpFileLabel->setGeometry(QRect(21, 41, 135, 38));
00049     shpFileLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00050     shpFileButton = new QPushButton(shapeFileNameGroup);
00051     shpFileButton->setObjectName(QString::fromUtf8("shpFileButton"));
00052     shpFileButton->setGeometry(QRect(462, 44, 87, 32));
00053     shpFileButton->setAutoDefault(false);
00054     cancelButton = new QPushButton(CreateTINsDialog);
00055     cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00056     cancelButton->setGeometry(QRect(415, 321, 80, 34));
00057     cancelButton->setAutoDefault(false);
00058     MessageLog = new Q3TextBrowser(CreateTINsDialog);
00059     MessageLog->setObjectName(QString::fromUtf8("MessageLog"));
00060     MessageLog->setGeometry(QRect(10, 365, 571, 131));
00061     shapeFileGroup = new Q3ButtonGroup(CreateTINsDialog);
00062     shapeFileGroup->setObjectName(QString::fromUtf8("shapeFileGroup"));
00063     shapeFileGroup->setGeometry(QRect(11, 11, 572, 170));
00064     shapeFileGroup->setOrientation(Qt::Vertical);
00065     nodeFileLabel = new QLabel(shapeFileGroup);
00066     nodeFileLabel->setObjectName(QString::fromUtf8("nodeFileLabel"));
00067     nodeFileLabel->setGeometry(QRect(22, 116, 94, 38));
00068     nodeFileLabel->setFrameShape(QFrame::NoFrame);
00069     nodeFileLabel->setFrameShadow(QFrame::Plain);
00070     nodeFileLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00071     eleFileLabel = new QLabel(shapeFileGroup);
00072     eleFileLabel->setObjectName(QString::fromUtf8("eleFileLabel"));
00073     eleFileLabel->setGeometry(QRect(22, 44, 94, 38));
00074     eleFileLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00075     eleFileLineEdit = new QLineEdit(shapeFileGroup);
00076     eleFileLineEdit->setObjectName(QString::fromUtf8("eleFileLineEdit"));
00077     eleFileLineEdit->setGeometry(QRect(122, 48, 335, 29));
00078     nodeFileLineEdit = new QLineEdit(shapeFileGroup);
00079     nodeFileLineEdit->setObjectName(QString::fromUtf8("nodeFileLineEdit"));
00080     nodeFileLineEdit->setGeometry(QRect(122, 120, 335, 29));
00081     eleFileButton = new QPushButton(shapeFileGroup);
00082     eleFileButton->setObjectName(QString::fromUtf8("eleFileButton"));
00083     eleFileButton->setGeometry(QRect(463, 47, 87, 32));
00084     eleFileButton->setAutoDefault(false);
00085     nodeFileButton = new QPushButton(shapeFileGroup);
00086     nodeFileButton->setObjectName(QString::fromUtf8("nodeFileButton"));
00087     nodeFileButton->setGeometry(QRect(463, 119, 87, 32));
00088     nodeFileButton->setAutoDefault(false);
00089     runButton = new QPushButton(CreateTINsDialog);
00090     runButton->setObjectName(QString::fromUtf8("runButton"));
00091     runButton->setGeometry(QRect(501, 321, 80, 34));
00092     runButton->setAutoDefault(false);
00093     helpButton = new QPushButton(CreateTINsDialog);
00094     helpButton->setObjectName(QString::fromUtf8("helpButton"));
00095     helpButton->setGeometry(QRect(11, 321, 80, 34));
00096     helpButton->setAutoDefault(false);
00097     retranslateUi(CreateTINsDialog);
00098 
00099     QMetaObject::connectSlotsByName(CreateTINsDialog);
00100     } // setupUi
00101 
00102     void retranslateUi(QDialog *CreateTINsDialog)
00103     {
00104     CreateTINsDialog->setWindowTitle(QApplication::translate("CreateTINsDialog", "Unstructured Mesh Generation", 0, QApplication::UnicodeUTF8));
00105     shapeFileNameGroup->setTitle(QApplication::translate("CreateTINsDialog", "Output TIN", 0, QApplication::UnicodeUTF8));
00106     shpFileLabel->setText(QApplication::translate("CreateTINsDialog", "Output Shape File", 0, QApplication::UnicodeUTF8));
00107     shpFileButton->setText(QApplication::translate("CreateTINsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00108     cancelButton->setText(QApplication::translate("CreateTINsDialog", "Cancel", 0, QApplication::UnicodeUTF8));
00109     shapeFileGroup->setTitle(QApplication::translate("CreateTINsDialog", "Input Files", 0, QApplication::UnicodeUTF8));
00110     nodeFileLabel->setText(QApplication::translate("CreateTINsDialog", "Node File", 0, QApplication::UnicodeUTF8));
00111     eleFileLabel->setText(QApplication::translate("CreateTINsDialog", "Element File", 0, QApplication::UnicodeUTF8));
00112     eleFileButton->setText(QApplication::translate("CreateTINsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00113     nodeFileButton->setText(QApplication::translate("CreateTINsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00114     runButton->setText(QApplication::translate("CreateTINsDialog", "Run!", 0, QApplication::UnicodeUTF8));
00115     helpButton->setText(QApplication::translate("CreateTINsDialog", "Help", 0, QApplication::UnicodeUTF8));
00116     Q_UNUSED(CreateTINsDialog);
00117     } // retranslateUi
00118 
00119 };
00120 
00121 namespace Ui {
00122     class CreateTINsDialog: public Ui_CreateTINsDialog {};
00123 } // namespace Ui
00124 
00125 #endif // UI_CREATETINSDIALOG_H

Generated on Sun Aug 5 17:33:57 2007 for PIHMgis by  doxygen 1.5.2