00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef EXPORTGEOMETRYDIALOGDATA_H
00011 #define EXPORTGEOMETRYDIALOGDATA_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QScrollArea>
00026 #include <QtGui/QTableWidget>
00027 #include <QtGui/QWidget>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_ExportGeometryDialogData
00032 {
00033 public:
00034 QLabel *textLabel1;
00035 QPushButton *buttonOk;
00036 QPushButton *buttonCancel;
00037 QTableWidget *listview;
00038 QGroupBox *groupBox12_3;
00039 QHBoxLayout *_3;
00040 QScrollArea *scrollArea_3;
00041 QWidget *scrollAreaWidgetContents_3;
00042 QRadioButton *all_radio;
00043 QRadioButton *split_radio;
00044 QGroupBox *groupBox12_2;
00045 QHBoxLayout *_2;
00046 QScrollArea *scrollArea_2;
00047 QWidget *scrollAreaWidgetContents_2;
00048 QCheckBox *vrml_box;
00049 QCheckBox *stl_box;
00050 QGroupBox *groupBox12;
00051 QHBoxLayout *hboxLayout;
00052 QLabel *Label_10;
00053 QLineEdit *file_edit;
00054 QPushButton *browse_button;
00055 QGroupBox *groupBox12_4;
00056 QHBoxLayout *_5;
00057 QScrollArea *scrollArea_4;
00058 QWidget *scrollAreaWidgetContents_4;
00059 QRadioButton *prototyping_radio;
00060 QRadioButton *view_radio;
00061
00062 void setupUi(QDialog *ExportGeometryDialogData)
00063 {
00064 if (ExportGeometryDialogData->objectName().isEmpty())
00065 ExportGeometryDialogData->setObjectName(QString::fromUtf8("ExportGeometryDialogData"));
00066 ExportGeometryDialogData->resize(630, 569);
00067 ExportGeometryDialogData->setSizeGripEnabled(false);
00068 textLabel1 = new QLabel(ExportGeometryDialogData);
00069 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00070 textLabel1->setGeometry(QRect(110, 10, 211, 35));
00071 buttonOk = new QPushButton(ExportGeometryDialogData);
00072 buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
00073 buttonOk->setGeometry(QRect(80, 530, 121, 25));
00074 buttonOk->setAutoDefault(true);
00075 buttonOk->setDefault(true);
00076 buttonCancel = new QPushButton(ExportGeometryDialogData);
00077 buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00078 buttonCancel->setGeometry(QRect(260, 530, 121, 25));
00079 buttonCancel->setAutoDefault(true);
00080 listview = new QTableWidget(ExportGeometryDialogData);
00081 listview->setObjectName(QString::fromUtf8("listview"));
00082 listview->setGeometry(QRect(10, 40, 451, 401));
00083 groupBox12_3 = new QGroupBox(ExportGeometryDialogData);
00084 groupBox12_3->setObjectName(QString::fromUtf8("groupBox12_3"));
00085 groupBox12_3->setGeometry(QRect(470, 200, 151, 71));
00086 groupBox12_3->setAlignment(Qt::AlignHCenter);
00087 _3 = new QHBoxLayout(groupBox12_3);
00088 _3->setSpacing(6);
00089 _3->setMargin(5);
00090 _3->setObjectName(QString::fromUtf8("_3"));
00091 scrollArea_3 = new QScrollArea(groupBox12_3);
00092 scrollArea_3->setObjectName(QString::fromUtf8("scrollArea_3"));
00093 scrollArea_3->setFrameShape(QFrame::NoFrame);
00094 scrollArea_3->setWidgetResizable(true);
00095 scrollAreaWidgetContents_3 = new QWidget();
00096 scrollAreaWidgetContents_3->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_3"));
00097 scrollAreaWidgetContents_3->setGeometry(QRect(0, 0, 137, 40));
00098 all_radio = new QRadioButton(scrollAreaWidgetContents_3);
00099 all_radio->setObjectName(QString::fromUtf8("all_radio"));
00100 all_radio->setGeometry(QRect(10, 0, 121, 18));
00101 split_radio = new QRadioButton(scrollAreaWidgetContents_3);
00102 split_radio->setObjectName(QString::fromUtf8("split_radio"));
00103 split_radio->setGeometry(QRect(10, 20, 121, 18));
00104 split_radio->setChecked(true);
00105 scrollArea_3->setWidget(scrollAreaWidgetContents_3);
00106
00107 _3->addWidget(scrollArea_3);
00108
00109 groupBox12_2 = new QGroupBox(ExportGeometryDialogData);
00110 groupBox12_2->setObjectName(QString::fromUtf8("groupBox12_2"));
00111 groupBox12_2->setGeometry(QRect(470, 310, 151, 71));
00112 groupBox12_2->setAlignment(Qt::AlignHCenter);
00113 _2 = new QHBoxLayout(groupBox12_2);
00114 _2->setSpacing(6);
00115 _2->setMargin(5);
00116 _2->setObjectName(QString::fromUtf8("_2"));
00117 scrollArea_2 = new QScrollArea(groupBox12_2);
00118 scrollArea_2->setObjectName(QString::fromUtf8("scrollArea_2"));
00119 scrollArea_2->setFrameShape(QFrame::NoFrame);
00120 scrollArea_2->setWidgetResizable(true);
00121 scrollAreaWidgetContents_2 = new QWidget();
00122 scrollAreaWidgetContents_2->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_2"));
00123 scrollAreaWidgetContents_2->setGeometry(QRect(0, 0, 137, 40));
00124 vrml_box = new QCheckBox(scrollAreaWidgetContents_2);
00125 vrml_box->setObjectName(QString::fromUtf8("vrml_box"));
00126 vrml_box->setGeometry(QRect(10, 0, 121, 18));
00127 vrml_box->setChecked(true);
00128 stl_box = new QCheckBox(scrollAreaWidgetContents_2);
00129 stl_box->setObjectName(QString::fromUtf8("stl_box"));
00130 stl_box->setEnabled(true);
00131 stl_box->setGeometry(QRect(10, 20, 129, 18));
00132 stl_box->setChecked(false);
00133 scrollArea_2->setWidget(scrollAreaWidgetContents_2);
00134
00135 _2->addWidget(scrollArea_2);
00136
00137 groupBox12 = new QGroupBox(ExportGeometryDialogData);
00138 groupBox12->setObjectName(QString::fromUtf8("groupBox12"));
00139 groupBox12->setGeometry(QRect(10, 450, 451, 64));
00140 groupBox12->setAlignment(Qt::AlignHCenter);
00141 hboxLayout = new QHBoxLayout(groupBox12);
00142 hboxLayout->setSpacing(6);
00143 hboxLayout->setMargin(5);
00144 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00145 Label_10 = new QLabel(groupBox12);
00146 Label_10->setObjectName(QString::fromUtf8("Label_10"));
00147 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
00148 sizePolicy.setHorizontalStretch(0);
00149 sizePolicy.setVerticalStretch(0);
00150 sizePolicy.setHeightForWidth(Label_10->sizePolicy().hasHeightForWidth());
00151 Label_10->setSizePolicy(sizePolicy);
00152 Label_10->setMinimumSize(QSize(0, 25));
00153 Label_10->setFocusPolicy(Qt::NoFocus);
00154 Label_10->setLineWidth(1);
00155 Label_10->setTextFormat(Qt::AutoText);
00156 Label_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00157
00158 hboxLayout->addWidget(Label_10);
00159
00160 file_edit = new QLineEdit(groupBox12);
00161 file_edit->setObjectName(QString::fromUtf8("file_edit"));
00162 file_edit->setMinimumSize(QSize(150, 25));
00163 file_edit->setFocusPolicy(Qt::StrongFocus);
00164 file_edit->setMaxLength(32767);
00165 file_edit->setFrame(true);
00166 file_edit->setEchoMode(QLineEdit::Normal);
00167 file_edit->setAlignment(Qt::AlignLeading);
00168
00169 hboxLayout->addWidget(file_edit);
00170
00171 browse_button = new QPushButton(groupBox12);
00172 browse_button->setObjectName(QString::fromUtf8("browse_button"));
00173 browse_button->setMinimumSize(QSize(50, 25));
00174 browse_button->setFocusPolicy(Qt::TabFocus);
00175 browse_button->setAutoDefault(true);
00176 browse_button->setDefault(false);
00177 browse_button->setFlat(false);
00178
00179 hboxLayout->addWidget(browse_button);
00180
00181 groupBox12_4 = new QGroupBox(ExportGeometryDialogData);
00182 groupBox12_4->setObjectName(QString::fromUtf8("groupBox12_4"));
00183 groupBox12_4->setGeometry(QRect(470, 90, 151, 71));
00184 groupBox12_4->setAlignment(Qt::AlignHCenter);
00185 _5 = new QHBoxLayout(groupBox12_4);
00186 _5->setSpacing(6);
00187 _5->setMargin(5);
00188 _5->setObjectName(QString::fromUtf8("_5"));
00189 scrollArea_4 = new QScrollArea(groupBox12_4);
00190 scrollArea_4->setObjectName(QString::fromUtf8("scrollArea_4"));
00191 scrollArea_4->setFrameShape(QFrame::NoFrame);
00192 scrollArea_4->setWidgetResizable(true);
00193 scrollAreaWidgetContents_4 = new QWidget();
00194 scrollAreaWidgetContents_4->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_4"));
00195 scrollAreaWidgetContents_4->setGeometry(QRect(0, 0, 137, 40));
00196 prototyping_radio = new QRadioButton(scrollAreaWidgetContents_4);
00197 prototyping_radio->setObjectName(QString::fromUtf8("prototyping_radio"));
00198 prototyping_radio->setGeometry(QRect(10, 0, 121, 18));
00199 view_radio = new QRadioButton(scrollAreaWidgetContents_4);
00200 view_radio->setObjectName(QString::fromUtf8("view_radio"));
00201 view_radio->setGeometry(QRect(10, 20, 121, 18));
00202 view_radio->setChecked(true);
00203 scrollArea_4->setWidget(scrollAreaWidgetContents_4);
00204
00205 _5->addWidget(scrollArea_4);
00206
00207 QWidget::setTabOrder(listview, buttonOk);
00208 QWidget::setTabOrder(buttonOk, buttonCancel);
00209
00210 retranslateUi(ExportGeometryDialogData);
00211
00212 QMetaObject::connectSlotsByName(ExportGeometryDialogData);
00213 }
00214
00215 void retranslateUi(QDialog *ExportGeometryDialogData)
00216 {
00217 ExportGeometryDialogData->setWindowTitle(QApplication::translate("ExportGeometryDialogData", "3D-Prototyping Data Export", 0, QApplication::UnicodeUTF8));
00218 textLabel1->setText(QApplication::translate("ExportGeometryDialogData", "Select the representations to be exported:", 0, QApplication::UnicodeUTF8));
00219 buttonOk->setText(QApplication::translate("ExportGeometryDialogData", "Export", 0, QApplication::UnicodeUTF8));
00220 buttonOk->setShortcut(QApplication::translate("ExportGeometryDialogData", "Alt+K", 0, QApplication::UnicodeUTF8));
00221 buttonCancel->setText(QApplication::translate("ExportGeometryDialogData", "C&ancel", 0, QApplication::UnicodeUTF8));
00222 buttonCancel->setShortcut(QApplication::translate("ExportGeometryDialogData", "Alt+A", 0, QApplication::UnicodeUTF8));
00223
00224 #ifndef QT_NO_TOOLTIP
00225 groupBox12_3->setToolTip(QApplication::translate("ExportGeometryDialogData", "All choesen representations can be exported into a common file but it is also possible to split the export espeacially if some of the representations shall be prototyped.", 0, QApplication::UnicodeUTF8));
00226 #endif // QT_NO_TOOLTIP
00227
00228 groupBox12_3->setTitle(QApplication::translate("ExportGeometryDialogData", "Split Representations", 0, QApplication::UnicodeUTF8));
00229 all_radio->setText(QApplication::translate("ExportGeometryDialogData", "all in one file", 0, QApplication::UnicodeUTF8));
00230 split_radio->setText(QApplication::translate("ExportGeometryDialogData", "split into several files", 0, QApplication::UnicodeUTF8));
00231 groupBox12_2->setTitle(QApplication::translate("ExportGeometryDialogData", "File Format", 0, QApplication::UnicodeUTF8));
00232
00233 #ifndef QT_NO_TOOLTIP
00234 vrml_box->setToolTip(QApplication::translate("ExportGeometryDialogData", "Export selected representations ", 0, QApplication::UnicodeUTF8));
00235 #endif // QT_NO_TOOLTIP
00236
00237 vrml_box->setText(QApplication::translate("ExportGeometryDialogData", "Export as VRML file", 0, QApplication::UnicodeUTF8));
00238 stl_box->setText(QApplication::translate("ExportGeometryDialogData", "Export as stl file", 0, QApplication::UnicodeUTF8));
00239 groupBox12->setTitle(QApplication::translate("ExportGeometryDialogData", "Export Destination", 0, QApplication::UnicodeUTF8));
00240 Label_10->setText(QApplication::translate("ExportGeometryDialogData", "Filename", 0, QApplication::UnicodeUTF8));
00241 file_edit->setText(QString());
00242
00243 #ifndef QT_NO_TOOLTIP
00244 browse_button->setToolTip(QApplication::translate("ExportGeometryDialogData", "Browse your computer for filedestination of the export", 0, QApplication::UnicodeUTF8));
00245 #endif // QT_NO_TOOLTIP
00246
00247 browse_button->setText(QApplication::translate("ExportGeometryDialogData", "Browse", 0, QApplication::UnicodeUTF8));
00248 groupBox12_4->setTitle(QApplication::translate("ExportGeometryDialogData", "Purpose", 0, QApplication::UnicodeUTF8));
00249 prototyping_radio->setText(QApplication::translate("ExportGeometryDialogData", "for 3D prototyping", 0, QApplication::UnicodeUTF8));
00250 view_radio->setText(QApplication::translate("ExportGeometryDialogData", "for viewing", 0, QApplication::UnicodeUTF8));
00251 Q_UNUSED(ExportGeometryDialogData);
00252 }
00253
00254 };
00255
00256 namespace Ui {
00257 class ExportGeometryDialogData: public Ui_ExportGeometryDialogData {};
00258 }
00259
00260 QT_END_NAMESPACE
00261
00262 #endif // EXPORTGEOMETRYDIALOGDATA_H