00001 #ifndef UI_RUNTRIANGLE_H
00002 #define UI_RUNTRIANGLE_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_runTriangle
00018 {
00019 public:
00020 Q3ButtonGroup *inputPolyFileGroup;
00021 QPushButton *polyFileBrowseButton;
00022 QLineEdit *polyFileLineEdit;
00023 Q3ButtonGroup *Options;
00024 QLineEdit *qOptionLineEdit;
00025 QLineEdit *aOptionLineEdit;
00026 QLineEdit *otherOptionLineEdit;
00027 QCheckBox *otherOptionCheckBox;
00028 QLabel *aOptionLabel;
00029 QCheckBox *nOptionCheckBox;
00030 QCheckBox *VOptionsCheckBox;
00031 QCheckBox *qOptionsCheckBox;
00032 QLabel *qOptionLabel;
00033 QCheckBox *aOptionsCheckBox;
00034 QPushButton *showOptionsButton;
00035 Q3TextBrowser *MessageLog;
00036 QPushButton *runButton;
00037 QPushButton *cancelButton;
00038 QPushButton *helpButton;
00039
00040 void setupUi(QDialog *runTriangle)
00041 {
00042 runTriangle->setObjectName(QString::fromUtf8("runTriangle"));
00043 runTriangle->resize(QSize(600, 579).expandedTo(runTriangle->minimumSizeHint()));
00044 inputPolyFileGroup = new Q3ButtonGroup(runTriangle);
00045 inputPolyFileGroup->setObjectName(QString::fromUtf8("inputPolyFileGroup"));
00046 inputPolyFileGroup->setGeometry(QRect(11, 283, 578, 100));
00047 inputPolyFileGroup->setOrientation(Qt::Vertical);
00048 polyFileBrowseButton = new QPushButton(inputPolyFileGroup);
00049 polyFileBrowseButton->setObjectName(QString::fromUtf8("polyFileBrowseButton"));
00050 polyFileBrowseButton->setGeometry(QRect(370, 39, 81, 32));
00051 polyFileBrowseButton->setAutoDefault(false);
00052 polyFileLineEdit = new QLineEdit(inputPolyFileGroup);
00053 polyFileLineEdit->setObjectName(QString::fromUtf8("polyFileLineEdit"));
00054 polyFileLineEdit->setGeometry(QRect(20, 40, 340, 28));
00055 Options = new Q3ButtonGroup(runTriangle);
00056 Options->setObjectName(QString::fromUtf8("Options"));
00057 Options->setGeometry(QRect(10, 10, 578, 270));
00058 Options->setOrientation(Qt::Vertical);
00059 qOptionLineEdit = new QLineEdit(Options);
00060 qOptionLineEdit->setObjectName(QString::fromUtf8("qOptionLineEdit"));
00061 qOptionLineEdit->setGeometry(QRect(40, 120, 80, 29));
00062 aOptionLineEdit = new QLineEdit(Options);
00063 aOptionLineEdit->setObjectName(QString::fromUtf8("aOptionLineEdit"));
00064 aOptionLineEdit->setGeometry(QRect(40, 190, 80, 29));
00065 otherOptionLineEdit = new QLineEdit(Options);
00066 otherOptionLineEdit->setObjectName(QString::fromUtf8("otherOptionLineEdit"));
00067 otherOptionLineEdit->setGeometry(QRect(170, 230, 90, 29));
00068 otherOptionCheckBox = new QCheckBox(Options);
00069 otherOptionCheckBox->setObjectName(QString::fromUtf8("otherOptionCheckBox"));
00070 otherOptionCheckBox->setGeometry(QRect(11, 231, 130, 26));
00071 aOptionLabel = new QLabel(Options);
00072 aOptionLabel->setObjectName(QString::fromUtf8("aOptionLabel"));
00073 aOptionLabel->setGeometry(QRect(140, 190, 151, 22));
00074 nOptionCheckBox = new QCheckBox(Options);
00075 nOptionCheckBox->setObjectName(QString::fromUtf8("nOptionCheckBox"));
00076 nOptionCheckBox->setGeometry(QRect(10, 20, 556, 26));
00077 VOptionsCheckBox = new QCheckBox(Options);
00078 VOptionsCheckBox->setObjectName(QString::fromUtf8("VOptionsCheckBox"));
00079 VOptionsCheckBox->setGeometry(QRect(11, 57, 556, 26));
00080 qOptionsCheckBox = new QCheckBox(Options);
00081 qOptionsCheckBox->setObjectName(QString::fromUtf8("qOptionsCheckBox"));
00082 qOptionsCheckBox->setGeometry(QRect(11, 92, 556, 26));
00083 qOptionLabel = new QLabel(Options);
00084 qOptionLabel->setObjectName(QString::fromUtf8("qOptionLabel"));
00085 qOptionLabel->setGeometry(QRect(140, 120, 251, 31));
00086 aOptionsCheckBox = new QCheckBox(Options);
00087 aOptionsCheckBox->setObjectName(QString::fromUtf8("aOptionsCheckBox"));
00088 aOptionsCheckBox->setGeometry(QRect(11, 159, 556, 26));
00089 showOptionsButton = new QPushButton(Options);
00090 showOptionsButton->setObjectName(QString::fromUtf8("showOptionsButton"));
00091 showOptionsButton->setGeometry(QRect(140, 229, 20, 32));
00092 showOptionsButton->setAutoDefault(false);
00093 MessageLog = new Q3TextBrowser(runTriangle);
00094 MessageLog->setObjectName(QString::fromUtf8("MessageLog"));
00095 MessageLog->setGeometry(QRect(12, 438, 571, 131));
00096 runButton = new QPushButton(runTriangle);
00097 runButton->setObjectName(QString::fromUtf8("runButton"));
00098 runButton->setGeometry(QRect(504, 393, 80, 34));
00099 runButton->setAutoDefault(false);
00100 cancelButton = new QPushButton(runTriangle);
00101 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00102 cancelButton->setGeometry(QRect(421, 393, 80, 34));
00103 cancelButton->setAutoDefault(false);
00104 helpButton = new QPushButton(runTriangle);
00105 helpButton->setObjectName(QString::fromUtf8("helpButton"));
00106 helpButton->setGeometry(QRect(11, 393, 80, 34));
00107 helpButton->setAutoDefault(false);
00108 retranslateUi(runTriangle);
00109
00110 QMetaObject::connectSlotsByName(runTriangle);
00111 }
00112
00113 void retranslateUi(QDialog *runTriangle)
00114 {
00115 runTriangle->setWindowTitle(QApplication::translate("runTriangle", "Run TRIANGLE", 0, QApplication::UnicodeUTF8));
00116 inputPolyFileGroup->setTitle(QApplication::translate("runTriangle", "Input a Poly File", 0, QApplication::UnicodeUTF8));
00117 polyFileBrowseButton->setText(QApplication::translate("runTriangle", "Browse...", 0, QApplication::UnicodeUTF8));
00118 Options->setTitle(QApplication::translate("runTriangle", "Options", 0, QApplication::UnicodeUTF8));
00119 otherOptionCheckBox->setText(QApplication::translate("runTriangle", "Other options", 0, QApplication::UnicodeUTF8));
00120 aOptionLabel->setText(QApplication::translate("runTriangle", "Area", 0, QApplication::UnicodeUTF8));
00121 nOptionCheckBox->setText(QApplication::translate("runTriangle", "-n : Generate a list of triangle neighbours.", 0, QApplication::UnicodeUTF8));
00122 VOptionsCheckBox->setText(QApplication::translate("runTriangle", "-V : Verbose if checked. Quiet otherwise.", 0, QApplication::UnicodeUTF8));
00123 qOptionsCheckBox->setText(QApplication::translate("runTriangle", "-q : Quality Mesh generation. A minimum angle may be specified.", 0, QApplication::UnicodeUTF8));
00124 qOptionLabel->setText(QApplication::translate("runTriangle", "Angle (in Degree)", 0, QApplication::UnicodeUTF8));
00125 aOptionsCheckBox->setText(QApplication::translate("runTriangle", "-a : Apply a maximum triangle area constraint.", 0, QApplication::UnicodeUTF8));
00126 showOptionsButton->setText(QApplication::translate("runTriangle", "?", 0, QApplication::UnicodeUTF8));
00127 runButton->setText(QApplication::translate("runTriangle", "Run!", 0, QApplication::UnicodeUTF8));
00128 cancelButton->setText(QApplication::translate("runTriangle", "Cancel", 0, QApplication::UnicodeUTF8));
00129 helpButton->setText(QApplication::translate("runTriangle", "Help", 0, QApplication::UnicodeUTF8));
00130 Q_UNUSED(runTriangle);
00131 }
00132
00133 };
00134
00135 namespace Ui {
00136 class runTriangle: public Ui_runTriangle {};
00137 }
00138
00139 #endif // UI_RUNTRIANGLE_H