ui_DlgSmoothing.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgSmoothing.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:17:17 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_DLGSMOOTHING_H
00011 #define UI_DLGSMOOTHING_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/QDialogButtonBox>
00019 #include <QtGui/QDoubleSpinBox>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSpinBox>
00026 
00027 namespace MeshGui {
00028 
00029 class Ui_DlgSmoothing
00030 {
00031 public:
00032     QGridLayout *gridLayout_4;
00033     QGroupBox *groupBox;
00034     QGridLayout *gridLayout_3;
00035     QGroupBox *groupBox_3;
00036     QGridLayout *gridLayout;
00037     QRadioButton *radioButtonTaubin;
00038     QRadioButton *radioButtonLaplace;
00039     QGroupBox *groupBox_2;
00040     QGridLayout *gridLayout_2;
00041     QLabel *label;
00042     QSpinBox *iterations;
00043     QLabel *labelLambda;
00044     QDoubleSpinBox *spinLambda;
00045     QLabel *labelMu;
00046     QDoubleSpinBox *spinMicro;
00047     QDialogButtonBox *buttonBox;
00048 
00049     void setupUi(QDialog *MeshGui__DlgSmoothing)
00050     {
00051         if (MeshGui__DlgSmoothing->objectName().isEmpty())
00052             MeshGui__DlgSmoothing->setObjectName(QString::fromUtf8("MeshGui__DlgSmoothing"));
00053         MeshGui__DlgSmoothing->resize(242, 251);
00054         MeshGui__DlgSmoothing->setSizeGripEnabled(true);
00055         gridLayout_4 = new QGridLayout(MeshGui__DlgSmoothing);
00056         gridLayout_4->setSpacing(6);
00057         gridLayout_4->setMargin(11);
00058         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
00059         groupBox = new QGroupBox(MeshGui__DlgSmoothing);
00060         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00061         gridLayout_3 = new QGridLayout(groupBox);
00062         gridLayout_3->setSpacing(6);
00063         gridLayout_3->setMargin(11);
00064         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
00065         groupBox_3 = new QGroupBox(groupBox);
00066         groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00067         gridLayout = new QGridLayout(groupBox_3);
00068         gridLayout->setSpacing(6);
00069         gridLayout->setMargin(11);
00070         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00071         radioButtonTaubin = new QRadioButton(groupBox_3);
00072         radioButtonTaubin->setObjectName(QString::fromUtf8("radioButtonTaubin"));
00073         radioButtonTaubin->setChecked(true);
00074 
00075         gridLayout->addWidget(radioButtonTaubin, 0, 0, 1, 1);
00076 
00077         radioButtonLaplace = new QRadioButton(groupBox_3);
00078         radioButtonLaplace->setObjectName(QString::fromUtf8("radioButtonLaplace"));
00079 
00080         gridLayout->addWidget(radioButtonLaplace, 0, 1, 1, 1);
00081 
00082 
00083         gridLayout_3->addWidget(groupBox_3, 0, 0, 1, 1);
00084 
00085         groupBox_2 = new QGroupBox(groupBox);
00086         groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00087         gridLayout_2 = new QGridLayout(groupBox_2);
00088         gridLayout_2->setSpacing(6);
00089         gridLayout_2->setMargin(11);
00090         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00091         label = new QLabel(groupBox_2);
00092         label->setObjectName(QString::fromUtf8("label"));
00093 
00094         gridLayout_2->addWidget(label, 0, 0, 1, 1);
00095 
00096         iterations = new QSpinBox(groupBox_2);
00097         iterations->setObjectName(QString::fromUtf8("iterations"));
00098         iterations->setMinimum(1);
00099         iterations->setValue(4);
00100 
00101         gridLayout_2->addWidget(iterations, 0, 1, 1, 1);
00102 
00103         labelLambda = new QLabel(groupBox_2);
00104         labelLambda->setObjectName(QString::fromUtf8("labelLambda"));
00105 
00106         gridLayout_2->addWidget(labelLambda, 1, 0, 1, 1);
00107 
00108         spinLambda = new QDoubleSpinBox(groupBox_2);
00109         spinLambda->setObjectName(QString::fromUtf8("spinLambda"));
00110         spinLambda->setDecimals(4);
00111         spinLambda->setMaximum(1);
00112         spinLambda->setSingleStep(0.001);
00113         spinLambda->setValue(0.6307);
00114 
00115         gridLayout_2->addWidget(spinLambda, 1, 1, 1, 1);
00116 
00117         labelMu = new QLabel(groupBox_2);
00118         labelMu->setObjectName(QString::fromUtf8("labelMu"));
00119 
00120         gridLayout_2->addWidget(labelMu, 2, 0, 1, 1);
00121 
00122         spinMicro = new QDoubleSpinBox(groupBox_2);
00123         spinMicro->setObjectName(QString::fromUtf8("spinMicro"));
00124         spinMicro->setDecimals(4);
00125         spinMicro->setMaximum(1);
00126         spinMicro->setSingleStep(0.001);
00127         spinMicro->setValue(0.0424);
00128 
00129         gridLayout_2->addWidget(spinMicro, 2, 1, 1, 1);
00130 
00131 
00132         gridLayout_3->addWidget(groupBox_2, 1, 0, 1, 1);
00133 
00134 
00135         gridLayout_4->addWidget(groupBox, 0, 0, 1, 1);
00136 
00137         buttonBox = new QDialogButtonBox(MeshGui__DlgSmoothing);
00138         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00139         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00140 
00141         gridLayout_4->addWidget(buttonBox, 1, 0, 1, 1);
00142 
00143 
00144         retranslateUi(MeshGui__DlgSmoothing);
00145         QObject::connect(buttonBox, SIGNAL(accepted()), MeshGui__DlgSmoothing, SLOT(accept()));
00146         QObject::connect(buttonBox, SIGNAL(rejected()), MeshGui__DlgSmoothing, SLOT(reject()));
00147 
00148         QMetaObject::connectSlotsByName(MeshGui__DlgSmoothing);
00149     } // setupUi
00150 
00151     void retranslateUi(QDialog *MeshGui__DlgSmoothing)
00152     {
00153         MeshGui__DlgSmoothing->setWindowTitle(QApplication::translate("MeshGui::DlgSmoothing", "Smoothing", 0, QApplication::UnicodeUTF8));
00154         groupBox->setTitle(QString());
00155         groupBox_3->setTitle(QApplication::translate("MeshGui::DlgSmoothing", "Method", 0, QApplication::UnicodeUTF8));
00156         radioButtonTaubin->setText(QApplication::translate("MeshGui::DlgSmoothing", "Taubin", 0, QApplication::UnicodeUTF8));
00157         radioButtonLaplace->setText(QApplication::translate("MeshGui::DlgSmoothing", "Laplace", 0, QApplication::UnicodeUTF8));
00158         groupBox_2->setTitle(QApplication::translate("MeshGui::DlgSmoothing", "Parameter", 0, QApplication::UnicodeUTF8));
00159         label->setText(QApplication::translate("MeshGui::DlgSmoothing", "Iterations:", 0, QApplication::UnicodeUTF8));
00160         labelLambda->setText(QApplication::translate("MeshGui::DlgSmoothing", "Lambda:", 0, QApplication::UnicodeUTF8));
00161         labelMu->setText(QApplication::translate("MeshGui::DlgSmoothing", "Mu:", 0, QApplication::UnicodeUTF8));
00162         Q_UNUSED(MeshGui__DlgSmoothing);
00163     } // retranslateUi
00164 
00165 };
00166 
00167 } // namespace MeshGui
00168 
00169 namespace MeshGui {
00170 namespace Ui {
00171     class DlgSmoothing: public Ui_DlgSmoothing {};
00172 } // namespace Ui
00173 } // namespace MeshGui
00174 
00175 #endif // UI_DLGSMOOTHING_H

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