ui_DlgRegularSolid.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgRegularSolid.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:17:18 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_DLGREGULARSOLID_H
00011 #define UI_DLGREGULARSOLID_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/QComboBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QDoubleSpinBox>
00021 #include <QtGui/QFrame>
00022 #include <QtGui/QGridLayout>
00023 #include <QtGui/QGroupBox>
00024 #include <QtGui/QHBoxLayout>
00025 #include <QtGui/QHeaderView>
00026 #include <QtGui/QLabel>
00027 #include <QtGui/QPushButton>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QSpinBox>
00030 #include <QtGui/QStackedWidget>
00031 #include <QtGui/QWidget>
00032 
00033 namespace MeshGui {
00034 
00035 class Ui_DlgRegularSolid
00036 {
00037 public:
00038     QGridLayout *gridLayout;
00039     QHBoxLayout *hboxLayout;
00040     QSpacerItem *spacerItem;
00041     QPushButton *createSolidButton;
00042     QPushButton *buttonClose;
00043     QGroupBox *groupBox1;
00044     QGridLayout *gridLayout1;
00045     QComboBox *comboBox1;
00046     QStackedWidget *widgetStack2;
00047     QWidget *WStackPage1;
00048     QGridLayout *gridLayout2;
00049     QGridLayout *gridLayout3;
00050     QLabel *textLabel4;
00051     QDoubleSpinBox *boxHeight;
00052     QDoubleSpinBox *boxLength;
00053     QLabel *textLabel2;
00054     QDoubleSpinBox *boxWidth;
00055     QLabel *textLabel3;
00056     QSpacerItem *spacerItem1;
00057     QWidget *WStackPage2;
00058     QGridLayout *gridLayout4;
00059     QGridLayout *gridLayout5;
00060     QLabel *textLabel5;
00061     QDoubleSpinBox *cylinderRadius;
00062     QDoubleSpinBox *cylinderLength;
00063     QLabel *textLabel6;
00064     QFrame *line1;
00065     QGridLayout *gridLayout6;
00066     QCheckBox *cylinderClosed;
00067     QSpinBox *cylinderCount;
00068     QLabel *textLabel8;
00069     QLabel *textLabel7;
00070     QDoubleSpinBox *cylinderEdgeLength;
00071     QSpacerItem *spacerItem2;
00072     QWidget *WStackPage3;
00073     QGridLayout *gridLayout7;
00074     QGridLayout *gridLayout8;
00075     QDoubleSpinBox *coneRadius2;
00076     QLabel *textLabel11;
00077     QDoubleSpinBox *coneLength;
00078     QLabel *textLabel9;
00079     QLabel *textLabel10;
00080     QDoubleSpinBox *coneRadius1;
00081     QFrame *line2;
00082     QGridLayout *gridLayout9;
00083     QDoubleSpinBox *coneEdgeLength;
00084     QLabel *textLabel13;
00085     QCheckBox *coneClosed;
00086     QSpinBox *coneCount;
00087     QLabel *textLabel12;
00088     QSpacerItem *spacerItem3;
00089     QWidget *WStackPage4;
00090     QGridLayout *gridLayout10;
00091     QHBoxLayout *hboxLayout1;
00092     QLabel *textLabel14;
00093     QDoubleSpinBox *sphereRadius;
00094     QFrame *line3;
00095     QHBoxLayout *hboxLayout2;
00096     QLabel *textLabel15;
00097     QSpinBox *sphereCount;
00098     QSpacerItem *spacerItem4;
00099     QWidget *WStackPage5;
00100     QGridLayout *gridLayout11;
00101     QGridLayout *gridLayout12;
00102     QDoubleSpinBox *ellipsoidRadius2;
00103     QLabel *textLabel17;
00104     QDoubleSpinBox *ellipsoidRadius1;
00105     QLabel *textLabel16;
00106     QFrame *line4;
00107     QHBoxLayout *hboxLayout3;
00108     QLabel *textLabel18;
00109     QSpinBox *ellipsoidCount;
00110     QSpacerItem *spacerItem5;
00111     QWidget *WStackPage6;
00112     QGridLayout *gridLayout13;
00113     QGridLayout *gridLayout14;
00114     QLabel *textLabel20;
00115     QLabel *textLabel19;
00116     QDoubleSpinBox *toroidRadius2;
00117     QDoubleSpinBox *toroidRadius1;
00118     QFrame *line5;
00119     QHBoxLayout *hboxLayout4;
00120     QLabel *textLabel21;
00121     QSpinBox *toroidCount;
00122     QSpacerItem *spacerItem6;
00123 
00124     void setupUi(QDialog *MeshGui__DlgRegularSolid)
00125     {
00126         if (MeshGui__DlgRegularSolid->objectName().isEmpty())
00127             MeshGui__DlgRegularSolid->setObjectName(QString::fromUtf8("MeshGui__DlgRegularSolid"));
00128         MeshGui__DlgRegularSolid->resize(265, 319);
00129         MeshGui__DlgRegularSolid->setSizeGripEnabled(true);
00130         gridLayout = new QGridLayout(MeshGui__DlgRegularSolid);
00131         gridLayout->setSpacing(6);
00132         gridLayout->setMargin(10);
00133         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00134         hboxLayout = new QHBoxLayout();
00135         hboxLayout->setSpacing(6);
00136         hboxLayout->setMargin(0);
00137         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00138         spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00139 
00140         hboxLayout->addItem(spacerItem);
00141 
00142         createSolidButton = new QPushButton(MeshGui__DlgRegularSolid);
00143         createSolidButton->setObjectName(QString::fromUtf8("createSolidButton"));
00144         createSolidButton->setAutoDefault(true);
00145         createSolidButton->setDefault(true);
00146 
00147         hboxLayout->addWidget(createSolidButton);
00148 
00149         buttonClose = new QPushButton(MeshGui__DlgRegularSolid);
00150         buttonClose->setObjectName(QString::fromUtf8("buttonClose"));
00151         buttonClose->setAutoDefault(true);
00152 
00153         hboxLayout->addWidget(buttonClose);
00154 
00155 
00156         gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
00157 
00158         groupBox1 = new QGroupBox(MeshGui__DlgRegularSolid);
00159         groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00160         gridLayout1 = new QGridLayout(groupBox1);
00161         gridLayout1->setSpacing(6);
00162         gridLayout1->setMargin(10);
00163         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00164         comboBox1 = new QComboBox(groupBox1);
00165         comboBox1->setObjectName(QString::fromUtf8("comboBox1"));
00166 
00167         gridLayout1->addWidget(comboBox1, 0, 0, 1, 1);
00168 
00169         widgetStack2 = new QStackedWidget(groupBox1);
00170         widgetStack2->setObjectName(QString::fromUtf8("widgetStack2"));
00171         WStackPage1 = new QWidget();
00172         WStackPage1->setObjectName(QString::fromUtf8("WStackPage1"));
00173         gridLayout2 = new QGridLayout(WStackPage1);
00174         gridLayout2->setSpacing(6);
00175         gridLayout2->setMargin(0);
00176         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00177         gridLayout3 = new QGridLayout();
00178         gridLayout3->setSpacing(6);
00179         gridLayout3->setMargin(0);
00180         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00181         textLabel4 = new QLabel(WStackPage1);
00182         textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
00183 
00184         gridLayout3->addWidget(textLabel4, 2, 0, 1, 1);
00185 
00186         boxHeight = new QDoubleSpinBox(WStackPage1);
00187         boxHeight->setObjectName(QString::fromUtf8("boxHeight"));
00188         boxHeight->setMaximum(1000);
00189         boxHeight->setValue(10);
00190 
00191         gridLayout3->addWidget(boxHeight, 2, 1, 1, 1);
00192 
00193         boxLength = new QDoubleSpinBox(WStackPage1);
00194         boxLength->setObjectName(QString::fromUtf8("boxLength"));
00195         boxLength->setMaximum(1000);
00196         boxLength->setMinimum(0);
00197         boxLength->setValue(10);
00198 
00199         gridLayout3->addWidget(boxLength, 0, 1, 1, 1);
00200 
00201         textLabel2 = new QLabel(WStackPage1);
00202         textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00203 
00204         gridLayout3->addWidget(textLabel2, 0, 0, 1, 1);
00205 
00206         boxWidth = new QDoubleSpinBox(WStackPage1);
00207         boxWidth->setObjectName(QString::fromUtf8("boxWidth"));
00208         boxWidth->setMaximum(1000);
00209         boxWidth->setValue(10);
00210 
00211         gridLayout3->addWidget(boxWidth, 1, 1, 1, 1);
00212 
00213         textLabel3 = new QLabel(WStackPage1);
00214         textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00215 
00216         gridLayout3->addWidget(textLabel3, 1, 0, 1, 1);
00217 
00218 
00219         gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
00220 
00221         spacerItem1 = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding);
00222 
00223         gridLayout2->addItem(spacerItem1, 1, 0, 1, 1);
00224 
00225         widgetStack2->addWidget(WStackPage1);
00226         WStackPage2 = new QWidget();
00227         WStackPage2->setObjectName(QString::fromUtf8("WStackPage2"));
00228         gridLayout4 = new QGridLayout(WStackPage2);
00229         gridLayout4->setSpacing(6);
00230         gridLayout4->setMargin(0);
00231         gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00232         gridLayout5 = new QGridLayout();
00233         gridLayout5->setSpacing(6);
00234         gridLayout5->setMargin(0);
00235         gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
00236         textLabel5 = new QLabel(WStackPage2);
00237         textLabel5->setObjectName(QString::fromUtf8("textLabel5"));
00238 
00239         gridLayout5->addWidget(textLabel5, 0, 0, 1, 1);
00240 
00241         cylinderRadius = new QDoubleSpinBox(WStackPage2);
00242         cylinderRadius->setObjectName(QString::fromUtf8("cylinderRadius"));
00243         cylinderRadius->setValue(2);
00244 
00245         gridLayout5->addWidget(cylinderRadius, 0, 1, 1, 1);
00246 
00247         cylinderLength = new QDoubleSpinBox(WStackPage2);
00248         cylinderLength->setObjectName(QString::fromUtf8("cylinderLength"));
00249         cylinderLength->setValue(10);
00250 
00251         gridLayout5->addWidget(cylinderLength, 1, 1, 1, 1);
00252 
00253         textLabel6 = new QLabel(WStackPage2);
00254         textLabel6->setObjectName(QString::fromUtf8("textLabel6"));
00255 
00256         gridLayout5->addWidget(textLabel6, 1, 0, 1, 1);
00257 
00258 
00259         gridLayout4->addLayout(gridLayout5, 0, 0, 1, 1);
00260 
00261         line1 = new QFrame(WStackPage2);
00262         line1->setObjectName(QString::fromUtf8("line1"));
00263         line1->setFrameShape(QFrame::HLine);
00264         line1->setFrameShadow(QFrame::Sunken);
00265 
00266         gridLayout4->addWidget(line1, 1, 0, 1, 1);
00267 
00268         gridLayout6 = new QGridLayout();
00269         gridLayout6->setSpacing(6);
00270         gridLayout6->setMargin(0);
00271         gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
00272         cylinderClosed = new QCheckBox(WStackPage2);
00273         cylinderClosed->setObjectName(QString::fromUtf8("cylinderClosed"));
00274         cylinderClosed->setChecked(true);
00275 
00276         gridLayout6->addWidget(cylinderClosed, 2, 0, 1, 2);
00277 
00278         cylinderCount = new QSpinBox(WStackPage2);
00279         cylinderCount->setObjectName(QString::fromUtf8("cylinderCount"));
00280         cylinderCount->setValue(50);
00281 
00282         gridLayout6->addWidget(cylinderCount, 1, 1, 1, 1);
00283 
00284         textLabel8 = new QLabel(WStackPage2);
00285         textLabel8->setObjectName(QString::fromUtf8("textLabel8"));
00286 
00287         gridLayout6->addWidget(textLabel8, 1, 0, 1, 1);
00288 
00289         textLabel7 = new QLabel(WStackPage2);
00290         textLabel7->setObjectName(QString::fromUtf8("textLabel7"));
00291 
00292         gridLayout6->addWidget(textLabel7, 0, 0, 1, 1);
00293 
00294         cylinderEdgeLength = new QDoubleSpinBox(WStackPage2);
00295         cylinderEdgeLength->setObjectName(QString::fromUtf8("cylinderEdgeLength"));
00296         cylinderEdgeLength->setMaximum(10);
00297         cylinderEdgeLength->setValue(1);
00298 
00299         gridLayout6->addWidget(cylinderEdgeLength, 0, 1, 1, 1);
00300 
00301 
00302         gridLayout4->addLayout(gridLayout6, 2, 0, 1, 1);
00303 
00304         spacerItem2 = new QSpacerItem(31, 81, QSizePolicy::Minimum, QSizePolicy::Expanding);
00305 
00306         gridLayout4->addItem(spacerItem2, 3, 0, 1, 1);
00307 
00308         widgetStack2->addWidget(WStackPage2);
00309         WStackPage3 = new QWidget();
00310         WStackPage3->setObjectName(QString::fromUtf8("WStackPage3"));
00311         gridLayout7 = new QGridLayout(WStackPage3);
00312         gridLayout7->setSpacing(6);
00313         gridLayout7->setMargin(0);
00314         gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
00315         gridLayout8 = new QGridLayout();
00316         gridLayout8->setSpacing(6);
00317         gridLayout8->setMargin(0);
00318         gridLayout8->setObjectName(QString::fromUtf8("gridLayout8"));
00319         coneRadius2 = new QDoubleSpinBox(WStackPage3);
00320         coneRadius2->setObjectName(QString::fromUtf8("coneRadius2"));
00321         coneRadius2->setValue(4);
00322 
00323         gridLayout8->addWidget(coneRadius2, 1, 1, 2, 1);
00324 
00325         textLabel11 = new QLabel(WStackPage3);
00326         textLabel11->setObjectName(QString::fromUtf8("textLabel11"));
00327 
00328         gridLayout8->addWidget(textLabel11, 2, 0, 2, 1);
00329 
00330         coneLength = new QDoubleSpinBox(WStackPage3);
00331         coneLength->setObjectName(QString::fromUtf8("coneLength"));
00332         coneLength->setValue(10);
00333 
00334         gridLayout8->addWidget(coneLength, 3, 1, 1, 1);
00335 
00336         textLabel9 = new QLabel(WStackPage3);
00337         textLabel9->setObjectName(QString::fromUtf8("textLabel9"));
00338 
00339         gridLayout8->addWidget(textLabel9, 0, 0, 1, 1);
00340 
00341         textLabel10 = new QLabel(WStackPage3);
00342         textLabel10->setObjectName(QString::fromUtf8("textLabel10"));
00343 
00344         gridLayout8->addWidget(textLabel10, 1, 0, 1, 1);
00345 
00346         coneRadius1 = new QDoubleSpinBox(WStackPage3);
00347         coneRadius1->setObjectName(QString::fromUtf8("coneRadius1"));
00348         coneRadius1->setValue(2);
00349 
00350         gridLayout8->addWidget(coneRadius1, 0, 1, 1, 1);
00351 
00352 
00353         gridLayout7->addLayout(gridLayout8, 0, 0, 1, 1);
00354 
00355         line2 = new QFrame(WStackPage3);
00356         line2->setObjectName(QString::fromUtf8("line2"));
00357         line2->setFrameShape(QFrame::HLine);
00358         line2->setFrameShadow(QFrame::Sunken);
00359 
00360         gridLayout7->addWidget(line2, 1, 0, 1, 1);
00361 
00362         gridLayout9 = new QGridLayout();
00363         gridLayout9->setSpacing(6);
00364         gridLayout9->setMargin(0);
00365         gridLayout9->setObjectName(QString::fromUtf8("gridLayout9"));
00366         coneEdgeLength = new QDoubleSpinBox(WStackPage3);
00367         coneEdgeLength->setObjectName(QString::fromUtf8("coneEdgeLength"));
00368         coneEdgeLength->setValue(1);
00369 
00370         gridLayout9->addWidget(coneEdgeLength, 0, 1, 1, 1);
00371 
00372         textLabel13 = new QLabel(WStackPage3);
00373         textLabel13->setObjectName(QString::fromUtf8("textLabel13"));
00374 
00375         gridLayout9->addWidget(textLabel13, 1, 0, 1, 1);
00376 
00377         coneClosed = new QCheckBox(WStackPage3);
00378         coneClosed->setObjectName(QString::fromUtf8("coneClosed"));
00379         coneClosed->setChecked(true);
00380 
00381         gridLayout9->addWidget(coneClosed, 2, 0, 1, 1);
00382 
00383         coneCount = new QSpinBox(WStackPage3);
00384         coneCount->setObjectName(QString::fromUtf8("coneCount"));
00385         coneCount->setValue(50);
00386 
00387         gridLayout9->addWidget(coneCount, 1, 1, 1, 1);
00388 
00389         textLabel12 = new QLabel(WStackPage3);
00390         textLabel12->setObjectName(QString::fromUtf8("textLabel12"));
00391 
00392         gridLayout9->addWidget(textLabel12, 0, 0, 1, 1);
00393 
00394 
00395         gridLayout7->addLayout(gridLayout9, 2, 0, 1, 1);
00396 
00397         spacerItem3 = new QSpacerItem(31, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00398 
00399         gridLayout7->addItem(spacerItem3, 3, 0, 1, 1);
00400 
00401         widgetStack2->addWidget(WStackPage3);
00402         WStackPage4 = new QWidget();
00403         WStackPage4->setObjectName(QString::fromUtf8("WStackPage4"));
00404         gridLayout10 = new QGridLayout(WStackPage4);
00405         gridLayout10->setSpacing(6);
00406         gridLayout10->setMargin(0);
00407         gridLayout10->setObjectName(QString::fromUtf8("gridLayout10"));
00408         hboxLayout1 = new QHBoxLayout();
00409         hboxLayout1->setSpacing(6);
00410         hboxLayout1->setMargin(0);
00411         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00412         textLabel14 = new QLabel(WStackPage4);
00413         textLabel14->setObjectName(QString::fromUtf8("textLabel14"));
00414 
00415         hboxLayout1->addWidget(textLabel14);
00416 
00417         sphereRadius = new QDoubleSpinBox(WStackPage4);
00418         sphereRadius->setObjectName(QString::fromUtf8("sphereRadius"));
00419         sphereRadius->setValue(5);
00420 
00421         hboxLayout1->addWidget(sphereRadius);
00422 
00423 
00424         gridLayout10->addLayout(hboxLayout1, 0, 0, 1, 1);
00425 
00426         line3 = new QFrame(WStackPage4);
00427         line3->setObjectName(QString::fromUtf8("line3"));
00428         line3->setFrameShape(QFrame::HLine);
00429         line3->setFrameShadow(QFrame::Sunken);
00430 
00431         gridLayout10->addWidget(line3, 1, 0, 1, 1);
00432 
00433         hboxLayout2 = new QHBoxLayout();
00434         hboxLayout2->setSpacing(6);
00435         hboxLayout2->setMargin(0);
00436         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00437         textLabel15 = new QLabel(WStackPage4);
00438         textLabel15->setObjectName(QString::fromUtf8("textLabel15"));
00439 
00440         hboxLayout2->addWidget(textLabel15);
00441 
00442         sphereCount = new QSpinBox(WStackPage4);
00443         sphereCount->setObjectName(QString::fromUtf8("sphereCount"));
00444         sphereCount->setValue(50);
00445 
00446         hboxLayout2->addWidget(sphereCount);
00447 
00448 
00449         gridLayout10->addLayout(hboxLayout2, 2, 0, 1, 1);
00450 
00451         spacerItem4 = new QSpacerItem(21, 151, QSizePolicy::Minimum, QSizePolicy::Expanding);
00452 
00453         gridLayout10->addItem(spacerItem4, 3, 0, 1, 1);
00454 
00455         widgetStack2->addWidget(WStackPage4);
00456         WStackPage5 = new QWidget();
00457         WStackPage5->setObjectName(QString::fromUtf8("WStackPage5"));
00458         gridLayout11 = new QGridLayout(WStackPage5);
00459         gridLayout11->setSpacing(6);
00460         gridLayout11->setMargin(0);
00461         gridLayout11->setObjectName(QString::fromUtf8("gridLayout11"));
00462         gridLayout12 = new QGridLayout();
00463         gridLayout12->setSpacing(6);
00464         gridLayout12->setMargin(0);
00465         gridLayout12->setObjectName(QString::fromUtf8("gridLayout12"));
00466         ellipsoidRadius2 = new QDoubleSpinBox(WStackPage5);
00467         ellipsoidRadius2->setObjectName(QString::fromUtf8("ellipsoidRadius2"));
00468         ellipsoidRadius2->setValue(4);
00469 
00470         gridLayout12->addWidget(ellipsoidRadius2, 1, 1, 1, 1);
00471 
00472         textLabel17 = new QLabel(WStackPage5);
00473         textLabel17->setObjectName(QString::fromUtf8("textLabel17"));
00474 
00475         gridLayout12->addWidget(textLabel17, 1, 0, 1, 1);
00476 
00477         ellipsoidRadius1 = new QDoubleSpinBox(WStackPage5);
00478         ellipsoidRadius1->setObjectName(QString::fromUtf8("ellipsoidRadius1"));
00479         ellipsoidRadius1->setValue(2);
00480 
00481         gridLayout12->addWidget(ellipsoidRadius1, 0, 1, 1, 1);
00482 
00483         textLabel16 = new QLabel(WStackPage5);
00484         textLabel16->setObjectName(QString::fromUtf8("textLabel16"));
00485 
00486         gridLayout12->addWidget(textLabel16, 0, 0, 1, 1);
00487 
00488 
00489         gridLayout11->addLayout(gridLayout12, 0, 0, 1, 1);
00490 
00491         line4 = new QFrame(WStackPage5);
00492         line4->setObjectName(QString::fromUtf8("line4"));
00493         line4->setFrameShape(QFrame::HLine);
00494         line4->setFrameShadow(QFrame::Sunken);
00495 
00496         gridLayout11->addWidget(line4, 1, 0, 1, 1);
00497 
00498         hboxLayout3 = new QHBoxLayout();
00499         hboxLayout3->setSpacing(6);
00500         hboxLayout3->setMargin(0);
00501         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00502         textLabel18 = new QLabel(WStackPage5);
00503         textLabel18->setObjectName(QString::fromUtf8("textLabel18"));
00504 
00505         hboxLayout3->addWidget(textLabel18);
00506 
00507         ellipsoidCount = new QSpinBox(WStackPage5);
00508         ellipsoidCount->setObjectName(QString::fromUtf8("ellipsoidCount"));
00509         ellipsoidCount->setValue(50);
00510 
00511         hboxLayout3->addWidget(ellipsoidCount);
00512 
00513 
00514         gridLayout11->addLayout(hboxLayout3, 2, 0, 1, 1);
00515 
00516         spacerItem5 = new QSpacerItem(31, 81, QSizePolicy::Minimum, QSizePolicy::Expanding);
00517 
00518         gridLayout11->addItem(spacerItem5, 3, 0, 1, 1);
00519 
00520         widgetStack2->addWidget(WStackPage5);
00521         WStackPage6 = new QWidget();
00522         WStackPage6->setObjectName(QString::fromUtf8("WStackPage6"));
00523         gridLayout13 = new QGridLayout(WStackPage6);
00524         gridLayout13->setSpacing(6);
00525         gridLayout13->setMargin(0);
00526         gridLayout13->setObjectName(QString::fromUtf8("gridLayout13"));
00527         gridLayout14 = new QGridLayout();
00528         gridLayout14->setSpacing(6);
00529         gridLayout14->setMargin(0);
00530         gridLayout14->setObjectName(QString::fromUtf8("gridLayout14"));
00531         textLabel20 = new QLabel(WStackPage6);
00532         textLabel20->setObjectName(QString::fromUtf8("textLabel20"));
00533 
00534         gridLayout14->addWidget(textLabel20, 1, 0, 1, 1);
00535 
00536         textLabel19 = new QLabel(WStackPage6);
00537         textLabel19->setObjectName(QString::fromUtf8("textLabel19"));
00538 
00539         gridLayout14->addWidget(textLabel19, 0, 0, 1, 1);
00540 
00541         toroidRadius2 = new QDoubleSpinBox(WStackPage6);
00542         toroidRadius2->setObjectName(QString::fromUtf8("toroidRadius2"));
00543         toroidRadius2->setValue(2);
00544 
00545         gridLayout14->addWidget(toroidRadius2, 1, 1, 1, 1);
00546 
00547         toroidRadius1 = new QDoubleSpinBox(WStackPage6);
00548         toroidRadius1->setObjectName(QString::fromUtf8("toroidRadius1"));
00549         toroidRadius1->setValue(10);
00550 
00551         gridLayout14->addWidget(toroidRadius1, 0, 1, 1, 1);
00552 
00553 
00554         gridLayout13->addLayout(gridLayout14, 0, 0, 1, 1);
00555 
00556         line5 = new QFrame(WStackPage6);
00557         line5->setObjectName(QString::fromUtf8("line5"));
00558         line5->setFrameShape(QFrame::HLine);
00559         line5->setFrameShadow(QFrame::Sunken);
00560 
00561         gridLayout13->addWidget(line5, 1, 0, 1, 1);
00562 
00563         hboxLayout4 = new QHBoxLayout();
00564         hboxLayout4->setSpacing(6);
00565         hboxLayout4->setMargin(0);
00566         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00567         textLabel21 = new QLabel(WStackPage6);
00568         textLabel21->setObjectName(QString::fromUtf8("textLabel21"));
00569 
00570         hboxLayout4->addWidget(textLabel21);
00571 
00572         toroidCount = new QSpinBox(WStackPage6);
00573         toroidCount->setObjectName(QString::fromUtf8("toroidCount"));
00574         toroidCount->setValue(50);
00575 
00576         hboxLayout4->addWidget(toroidCount);
00577 
00578 
00579         gridLayout13->addLayout(hboxLayout4, 2, 0, 1, 1);
00580 
00581         spacerItem6 = new QSpacerItem(20, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00582 
00583         gridLayout13->addItem(spacerItem6, 3, 0, 1, 1);
00584 
00585         widgetStack2->addWidget(WStackPage6);
00586 
00587         gridLayout1->addWidget(widgetStack2, 1, 0, 1, 1);
00588 
00589 
00590         gridLayout->addWidget(groupBox1, 0, 0, 1, 1);
00591 
00592         QWidget::setTabOrder(comboBox1, boxLength);
00593         QWidget::setTabOrder(boxLength, boxWidth);
00594         QWidget::setTabOrder(boxWidth, boxHeight);
00595         QWidget::setTabOrder(boxHeight, cylinderRadius);
00596         QWidget::setTabOrder(cylinderRadius, cylinderLength);
00597         QWidget::setTabOrder(cylinderLength, cylinderEdgeLength);
00598         QWidget::setTabOrder(cylinderEdgeLength, cylinderCount);
00599         QWidget::setTabOrder(cylinderCount, cylinderClosed);
00600         QWidget::setTabOrder(cylinderClosed, coneRadius1);
00601         QWidget::setTabOrder(coneRadius1, coneRadius2);
00602         QWidget::setTabOrder(coneRadius2, coneLength);
00603         QWidget::setTabOrder(coneLength, coneEdgeLength);
00604         QWidget::setTabOrder(coneEdgeLength, coneCount);
00605         QWidget::setTabOrder(coneCount, coneClosed);
00606         QWidget::setTabOrder(coneClosed, sphereRadius);
00607         QWidget::setTabOrder(sphereRadius, sphereCount);
00608         QWidget::setTabOrder(sphereCount, ellipsoidRadius1);
00609         QWidget::setTabOrder(ellipsoidRadius1, ellipsoidRadius2);
00610         QWidget::setTabOrder(ellipsoidRadius2, ellipsoidCount);
00611         QWidget::setTabOrder(ellipsoidCount, toroidRadius1);
00612         QWidget::setTabOrder(toroidRadius1, toroidRadius2);
00613         QWidget::setTabOrder(toroidRadius2, toroidCount);
00614         QWidget::setTabOrder(toroidCount, createSolidButton);
00615         QWidget::setTabOrder(createSolidButton, buttonClose);
00616 
00617         retranslateUi(MeshGui__DlgRegularSolid);
00618         QObject::connect(comboBox1, SIGNAL(activated(int)), widgetStack2, SLOT(setCurrentIndex(int)));
00619         QObject::connect(buttonClose, SIGNAL(clicked()), MeshGui__DlgRegularSolid, SLOT(reject()));
00620 
00621         widgetStack2->setCurrentIndex(0);
00622 
00623 
00624         QMetaObject::connectSlotsByName(MeshGui__DlgRegularSolid);
00625     } // setupUi
00626 
00627     void retranslateUi(QDialog *MeshGui__DlgRegularSolid)
00628     {
00629         MeshGui__DlgRegularSolid->setWindowTitle(QApplication::translate("MeshGui::DlgRegularSolid", "Regular Solid", 0, QApplication::UnicodeUTF8));
00630         createSolidButton->setText(QApplication::translate("MeshGui::DlgRegularSolid", "&Create", 0, QApplication::UnicodeUTF8));
00631         createSolidButton->setShortcut(QApplication::translate("MeshGui::DlgRegularSolid", "Alt+C", 0, QApplication::UnicodeUTF8));
00632         buttonClose->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Cl&ose", 0, QApplication::UnicodeUTF8));
00633         buttonClose->setShortcut(QApplication::translate("MeshGui::DlgRegularSolid", "Alt+O", 0, QApplication::UnicodeUTF8));
00634         groupBox1->setTitle(QApplication::translate("MeshGui::DlgRegularSolid", "Solid:", 0, QApplication::UnicodeUTF8));
00635         comboBox1->clear();
00636         comboBox1->insertItems(0, QStringList()
00637          << QApplication::translate("MeshGui::DlgRegularSolid", "Cube", 0, QApplication::UnicodeUTF8)
00638          << QApplication::translate("MeshGui::DlgRegularSolid", "Cylinder", 0, QApplication::UnicodeUTF8)
00639          << QApplication::translate("MeshGui::DlgRegularSolid", "Cone", 0, QApplication::UnicodeUTF8)
00640          << QApplication::translate("MeshGui::DlgRegularSolid", "Sphere", 0, QApplication::UnicodeUTF8)
00641          << QApplication::translate("MeshGui::DlgRegularSolid", "Ellipsoid", 0, QApplication::UnicodeUTF8)
00642          << QApplication::translate("MeshGui::DlgRegularSolid", "Torus", 0, QApplication::UnicodeUTF8)
00643         );
00644         textLabel4->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Height:", 0, QApplication::UnicodeUTF8));
00645         textLabel2->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Length:", 0, QApplication::UnicodeUTF8));
00646         textLabel3->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Width:", 0, QApplication::UnicodeUTF8));
00647         textLabel5->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius:", 0, QApplication::UnicodeUTF8));
00648         textLabel6->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Length:", 0, QApplication::UnicodeUTF8));
00649         cylinderClosed->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Closed", 0, QApplication::UnicodeUTF8));
00650         textLabel8->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Sampling:", 0, QApplication::UnicodeUTF8));
00651         textLabel7->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Edge length:", 0, QApplication::UnicodeUTF8));
00652         textLabel11->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Length:", 0, QApplication::UnicodeUTF8));
00653         textLabel9->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 1:", 0, QApplication::UnicodeUTF8));
00654         textLabel10->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 2:", 0, QApplication::UnicodeUTF8));
00655         textLabel13->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Sampling:", 0, QApplication::UnicodeUTF8));
00656         coneClosed->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Closed", 0, QApplication::UnicodeUTF8));
00657         textLabel12->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Edge length:", 0, QApplication::UnicodeUTF8));
00658         textLabel14->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius:", 0, QApplication::UnicodeUTF8));
00659         textLabel15->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Sampling:", 0, QApplication::UnicodeUTF8));
00660         textLabel17->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 2:", 0, QApplication::UnicodeUTF8));
00661         textLabel16->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 1:", 0, QApplication::UnicodeUTF8));
00662         textLabel18->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Sampling:", 0, QApplication::UnicodeUTF8));
00663         textLabel20->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 2:", 0, QApplication::UnicodeUTF8));
00664         textLabel19->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Radius 1:", 0, QApplication::UnicodeUTF8));
00665         textLabel21->setText(QApplication::translate("MeshGui::DlgRegularSolid", "Sampling:", 0, QApplication::UnicodeUTF8));
00666         Q_UNUSED(MeshGui__DlgRegularSolid);
00667     } // retranslateUi
00668 
00669 };
00670 
00671 } // namespace MeshGui
00672 
00673 namespace MeshGui {
00674 namespace Ui {
00675     class DlgRegularSolid: public Ui_DlgRegularSolid {};
00676 } // namespace Ui
00677 } // namespace MeshGui
00678 
00679 #endif // UI_DLGREGULARSOLID_H

Generated on Wed Nov 23 19:00:53 2011 for FreeCAD by  doxygen 1.6.1