00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef RAYTRACEABLECONTOURSURFACEDIALOGDATA_H
00011 #define RAYTRACEABLECONTOURSURFACEDIALOGDATA_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QSlider>
00023
00024 QT_BEGIN_NAMESPACE
00025
00026 class Ui_RaytraceableContourSurfaceDialogData
00027 {
00028 public:
00029 QGroupBox *groupBoxValue;
00030 QSlider *ContourSurfaceThresholdSlider;
00031 QLineEdit *ContourSurfaceThresholdLineEdit;
00032 QPushButton *add_button;
00033 QPushButton *OK_button;
00034 QPushButton *cancel_button;
00035 QGroupBox *groupBoxValue_2;
00036 QLabel *RangeLabel_min;
00037 QLabel *RangeLabel_max;
00038 QLabel *RangeLabel_steps;
00039 QPushButton *autoRangeButton;
00040 QLineEdit *RangeLineEdit_steps;
00041 QLineEdit *RangeLineEdit_max;
00042 QLineEdit *RangeLineEdit_min;
00043
00044 void setupUi(QDialog *RaytraceableContourSurfaceDialogData)
00045 {
00046 if (RaytraceableContourSurfaceDialogData->objectName().isEmpty())
00047 RaytraceableContourSurfaceDialogData->setObjectName(QString::fromUtf8("RaytraceableContourSurfaceDialogData"));
00048 RaytraceableContourSurfaceDialogData->setEnabled(true);
00049 RaytraceableContourSurfaceDialogData->resize(372, 249);
00050 groupBoxValue = new QGroupBox(RaytraceableContourSurfaceDialogData);
00051 groupBoxValue->setObjectName(QString::fromUtf8("groupBoxValue"));
00052 groupBoxValue->setGeometry(QRect(10, 10, 351, 141));
00053 groupBoxValue->setAlignment(Qt::AlignHCenter);
00054 ContourSurfaceThresholdSlider = new QSlider(groupBoxValue);
00055 ContourSurfaceThresholdSlider->setObjectName(QString::fromUtf8("ContourSurfaceThresholdSlider"));
00056 ContourSurfaceThresholdSlider->setGeometry(QRect(20, 50, 201, 20));
00057 ContourSurfaceThresholdSlider->setOrientation(Qt::Horizontal);
00058 ContourSurfaceThresholdLineEdit = new QLineEdit(groupBoxValue);
00059 ContourSurfaceThresholdLineEdit->setObjectName(QString::fromUtf8("ContourSurfaceThresholdLineEdit"));
00060 ContourSurfaceThresholdLineEdit->setGeometry(QRect(250, 50, 51, 24));
00061 add_button = new QPushButton(groupBoxValue);
00062 add_button->setObjectName(QString::fromUtf8("add_button"));
00063 add_button->setWindowModality(Qt::WindowModal);
00064 add_button->setGeometry(QRect(14, 100, 91, 26));
00065 OK_button = new QPushButton(groupBoxValue);
00066 OK_button->setObjectName(QString::fromUtf8("OK_button"));
00067 OK_button->setWindowModality(Qt::WindowModal);
00068 OK_button->setGeometry(QRect(130, 100, 91, 26));
00069 cancel_button = new QPushButton(groupBoxValue);
00070 cancel_button->setObjectName(QString::fromUtf8("cancel_button"));
00071 cancel_button->setWindowModality(Qt::WindowModal);
00072 cancel_button->setGeometry(QRect(250, 100, 91, 26));
00073 groupBoxValue_2 = new QGroupBox(RaytraceableContourSurfaceDialogData);
00074 groupBoxValue_2->setObjectName(QString::fromUtf8("groupBoxValue_2"));
00075 groupBoxValue_2->setGeometry(QRect(10, 160, 351, 81));
00076 groupBoxValue_2->setAlignment(Qt::AlignHCenter);
00077 RangeLabel_min = new QLabel(groupBoxValue_2);
00078 RangeLabel_min->setObjectName(QString::fromUtf8("RangeLabel_min"));
00079 RangeLabel_min->setGeometry(QRect(30, 20, 31, 20));
00080 RangeLabel_max = new QLabel(groupBoxValue_2);
00081 RangeLabel_max->setObjectName(QString::fromUtf8("RangeLabel_max"));
00082 RangeLabel_max->setGeometry(QRect(110, 20, 31, 20));
00083 RangeLabel_steps = new QLabel(groupBoxValue_2);
00084 RangeLabel_steps->setObjectName(QString::fromUtf8("RangeLabel_steps"));
00085 RangeLabel_steps->setGeometry(QRect(190, 20, 31, 20));
00086 autoRangeButton = new QPushButton(groupBoxValue_2);
00087 autoRangeButton->setObjectName(QString::fromUtf8("autoRangeButton"));
00088 autoRangeButton->setWindowModality(Qt::WindowModal);
00089 autoRangeButton->setGeometry(QRect(260, 40, 75, 26));
00090 RangeLineEdit_steps = new QLineEdit(groupBoxValue_2);
00091 RangeLineEdit_steps->setObjectName(QString::fromUtf8("RangeLineEdit_steps"));
00092 RangeLineEdit_steps->setGeometry(QRect(180, 40, 51, 24));
00093 RangeLineEdit_max = new QLineEdit(groupBoxValue_2);
00094 RangeLineEdit_max->setObjectName(QString::fromUtf8("RangeLineEdit_max"));
00095 RangeLineEdit_max->setGeometry(QRect(100, 40, 51, 24));
00096 RangeLineEdit_min = new QLineEdit(groupBoxValue_2);
00097 RangeLineEdit_min->setObjectName(QString::fromUtf8("RangeLineEdit_min"));
00098 RangeLineEdit_min->setGeometry(QRect(20, 40, 51, 24));
00099
00100 retranslateUi(RaytraceableContourSurfaceDialogData);
00101
00102 QMetaObject::connectSlotsByName(RaytraceableContourSurfaceDialogData);
00103 }
00104
00105 void retranslateUi(QDialog *RaytraceableContourSurfaceDialogData)
00106 {
00107 RaytraceableContourSurfaceDialogData->setWindowTitle(QApplication::translate("RaytraceableContourSurfaceDialogData", "Ray-traced Contour Surface Options", 0, QApplication::UnicodeUTF8));
00108
00109 #ifndef QT_NO_TOOLTIP
00110 RaytraceableContourSurfaceDialogData->setToolTip(QString());
00111 #endif // QT_NO_TOOLTIP
00112
00113
00114 #ifndef QT_NO_TOOLTIP
00115 groupBoxValue->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "add contour surface", 0, QApplication::UnicodeUTF8));
00116 #endif // QT_NO_TOOLTIP
00117
00118 groupBoxValue->setTitle(QApplication::translate("RaytraceableContourSurfaceDialogData", "Contour Threshold Value", 0, QApplication::UnicodeUTF8));
00119
00120 #ifndef QT_NO_TOOLTIP
00121 ContourSurfaceThresholdSlider->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "choose a contour Surface threshold of value", 0, QApplication::UnicodeUTF8));
00122 #endif // QT_NO_TOOLTIP
00123
00124
00125 #ifndef QT_NO_WHATSTHIS
00126 ContourSurfaceThresholdSlider->setWhatsThis(QApplication::translate("RaytraceableContourSurfaceDialogData", "slider to chose a threshold of a new contour surface", 0, QApplication::UnicodeUTF8));
00127 #endif // QT_NO_WHATSTHIS
00128
00129
00130 #ifndef QT_NO_ACCESSIBILITY
00131 ContourSurfaceThresholdSlider->setAccessibleName(QString());
00132 #endif // QT_NO_ACCESSIBILITY
00133
00134
00135 #ifndef QT_NO_ACCESSIBILITY
00136 ContourSurfaceThresholdSlider->setAccessibleDescription(QString());
00137 #endif // QT_NO_ACCESSIBILITY
00138
00139
00140 #ifndef QT_NO_TOOLTIP
00141 ContourSurfaceThresholdLineEdit->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "contour surface threshold value", "contour surface threshold value", QApplication::UnicodeUTF8));
00142 #endif // QT_NO_TOOLTIP
00143
00144
00145 #ifndef QT_NO_TOOLTIP
00146 add_button->setToolTip(QString());
00147 #endif // QT_NO_TOOLTIP
00148
00149 add_button->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "add", 0, QApplication::UnicodeUTF8));
00150
00151 #ifndef QT_NO_TOOLTIP
00152 OK_button->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "add contour surface and close", "add a contour", QApplication::UnicodeUTF8));
00153 #endif // QT_NO_TOOLTIP
00154
00155 OK_button->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "OK", 0, QApplication::UnicodeUTF8));
00156
00157 #ifndef QT_NO_TOOLTIP
00158 cancel_button->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "cancel dialog", "cancel dialog", QApplication::UnicodeUTF8));
00159 #endif // QT_NO_TOOLTIP
00160
00161 cancel_button->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "cancel", 0, QApplication::UnicodeUTF8));
00162
00163 #ifndef QT_NO_TOOLTIP
00164 groupBoxValue_2->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "add contour surface", 0, QApplication::UnicodeUTF8));
00165 #endif // QT_NO_TOOLTIP
00166
00167 groupBoxValue_2->setTitle(QApplication::translate("RaytraceableContourSurfaceDialogData", "Contour Threshold Range", 0, QApplication::UnicodeUTF8));
00168 RangeLabel_min->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "min", 0, QApplication::UnicodeUTF8));
00169 RangeLabel_max->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "max", 0, QApplication::UnicodeUTF8));
00170 RangeLabel_steps->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "steps", 0, QApplication::UnicodeUTF8));
00171
00172 #ifndef QT_NO_TOOLTIP
00173 autoRangeButton->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "set the contour threshold range to default values", "set the range values to default values", QApplication::UnicodeUTF8));
00174 #endif // QT_NO_TOOLTIP
00175
00176 autoRangeButton->setText(QApplication::translate("RaytraceableContourSurfaceDialogData", "auto", 0, QApplication::UnicodeUTF8));
00177
00178 #ifndef QT_NO_TOOLTIP
00179 RangeLineEdit_steps->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "set the number of steps", "range steps", QApplication::UnicodeUTF8));
00180 #endif // QT_NO_TOOLTIP
00181
00182
00183 #ifndef QT_NO_TOOLTIP
00184 RangeLineEdit_max->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "set the maximum theshold", "maximum threshold", QApplication::UnicodeUTF8));
00185 #endif // QT_NO_TOOLTIP
00186
00187
00188 #ifndef QT_NO_TOOLTIP
00189 RangeLineEdit_min->setToolTip(QApplication::translate("RaytraceableContourSurfaceDialogData", "set the minimum threshold", "minimum threshold", QApplication::UnicodeUTF8));
00190 #endif // QT_NO_TOOLTIP
00191
00192 Q_UNUSED(RaytraceableContourSurfaceDialogData);
00193 }
00194
00195 };
00196
00197 namespace Ui {
00198 class RaytraceableContourSurfaceDialogData: public Ui_RaytraceableContourSurfaceDialogData {};
00199 }
00200
00201 QT_END_NAMESPACE
00202
00203 #endif // RAYTRACEABLECONTOURSURFACEDIALOGDATA_H