ui_DlgFilletEdges.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgFilletEdges.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:15:51 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_DLGFILLETEDGES_H
00011 #define UI_DLGFILLETEDGES_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDoubleSpinBox>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTreeView>
00027 #include <QtGui/QWidget>
00028 
00029 namespace PartGui {
00030 
00031 class Ui_DlgFilletEdges
00032 {
00033 public:
00034     QGridLayout *gridLayout_2;
00035     QGroupBox *groupBox;
00036     QHBoxLayout *hboxLayout;
00037     QLabel *label;
00038     QComboBox *shapeObject;
00039     QGroupBox *groupBox_2;
00040     QGridLayout *gridLayout;
00041     QSpacerItem *horizontalSpacer;
00042     QPushButton *selectAllButton;
00043     QPushButton *selectNoneButton;
00044     QLabel *labelfillet;
00045     QComboBox *filletType;
00046     QTreeView *treeView;
00047     QHBoxLayout *hboxLayout1;
00048     QLabel *label_2;
00049     QDoubleSpinBox *filletStartRadius;
00050     QDoubleSpinBox *filletEndRadius;
00051     QSpacerItem *spacerItem;
00052 
00053     void setupUi(QWidget *PartGui__DlgFilletEdges)
00054     {
00055         if (PartGui__DlgFilletEdges->objectName().isEmpty())
00056             PartGui__DlgFilletEdges->setObjectName(QString::fromUtf8("PartGui__DlgFilletEdges"));
00057         PartGui__DlgFilletEdges->resize(424, 426);
00058         gridLayout_2 = new QGridLayout(PartGui__DlgFilletEdges);
00059         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00060         groupBox = new QGroupBox(PartGui__DlgFilletEdges);
00061         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00062         hboxLayout = new QHBoxLayout(groupBox);
00063 #ifndef Q_OS_MAC
00064         hboxLayout->setSpacing(6);
00065 #endif
00066 #ifndef Q_OS_MAC
00067         hboxLayout->setMargin(9);
00068 #endif
00069         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00070         label = new QLabel(groupBox);
00071         label->setObjectName(QString::fromUtf8("label"));
00072 
00073         hboxLayout->addWidget(label);
00074 
00075         shapeObject = new QComboBox(groupBox);
00076         shapeObject->setObjectName(QString::fromUtf8("shapeObject"));
00077 
00078         hboxLayout->addWidget(shapeObject);
00079 
00080 
00081         gridLayout_2->addWidget(groupBox, 0, 0, 1, 1);
00082 
00083         groupBox_2 = new QGroupBox(PartGui__DlgFilletEdges);
00084         groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00085         gridLayout = new QGridLayout(groupBox_2);
00086         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00087         horizontalSpacer = new QSpacerItem(221, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00088 
00089         gridLayout->addItem(horizontalSpacer, 0, 0, 1, 1);
00090 
00091         selectAllButton = new QPushButton(groupBox_2);
00092         selectAllButton->setObjectName(QString::fromUtf8("selectAllButton"));
00093 
00094         gridLayout->addWidget(selectAllButton, 0, 1, 1, 1);
00095 
00096         selectNoneButton = new QPushButton(groupBox_2);
00097         selectNoneButton->setObjectName(QString::fromUtf8("selectNoneButton"));
00098 
00099         gridLayout->addWidget(selectNoneButton, 0, 2, 1, 1);
00100 
00101         labelfillet = new QLabel(groupBox_2);
00102         labelfillet->setObjectName(QString::fromUtf8("labelfillet"));
00103 
00104         gridLayout->addWidget(labelfillet, 1, 0, 1, 1);
00105 
00106         filletType = new QComboBox(groupBox_2);
00107         filletType->setObjectName(QString::fromUtf8("filletType"));
00108 
00109         gridLayout->addWidget(filletType, 1, 1, 1, 2);
00110 
00111         treeView = new QTreeView(groupBox_2);
00112         treeView->setObjectName(QString::fromUtf8("treeView"));
00113 
00114         gridLayout->addWidget(treeView, 2, 0, 1, 3);
00115 
00116         hboxLayout1 = new QHBoxLayout();
00117 #ifndef Q_OS_MAC
00118         hboxLayout1->setSpacing(6);
00119 #endif
00120         hboxLayout1->setMargin(0);
00121         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00122         label_2 = new QLabel(groupBox_2);
00123         label_2->setObjectName(QString::fromUtf8("label_2"));
00124 
00125         hboxLayout1->addWidget(label_2);
00126 
00127         filletStartRadius = new QDoubleSpinBox(groupBox_2);
00128         filletStartRadius->setObjectName(QString::fromUtf8("filletStartRadius"));
00129         filletStartRadius->setSingleStep(0.1);
00130         filletStartRadius->setValue(1);
00131 
00132         hboxLayout1->addWidget(filletStartRadius);
00133 
00134         filletEndRadius = new QDoubleSpinBox(groupBox_2);
00135         filletEndRadius->setObjectName(QString::fromUtf8("filletEndRadius"));
00136         filletEndRadius->setSingleStep(0.1);
00137         filletEndRadius->setValue(1);
00138 
00139         hboxLayout1->addWidget(filletEndRadius);
00140 
00141         spacerItem = new QSpacerItem(40, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
00142 
00143         hboxLayout1->addItem(spacerItem);
00144 
00145 
00146         gridLayout->addLayout(hboxLayout1, 3, 0, 1, 3);
00147 
00148 
00149         gridLayout_2->addWidget(groupBox_2, 1, 0, 1, 1);
00150 
00151         QWidget::setTabOrder(shapeObject, filletType);
00152         QWidget::setTabOrder(filletType, treeView);
00153         QWidget::setTabOrder(treeView, filletStartRadius);
00154         QWidget::setTabOrder(filletStartRadius, filletEndRadius);
00155 
00156         retranslateUi(PartGui__DlgFilletEdges);
00157 
00158         QMetaObject::connectSlotsByName(PartGui__DlgFilletEdges);
00159     } // setupUi
00160 
00161     void retranslateUi(QWidget *PartGui__DlgFilletEdges)
00162     {
00163         PartGui__DlgFilletEdges->setWindowTitle(QApplication::translate("PartGui::DlgFilletEdges", "Fillet Edges", 0, QApplication::UnicodeUTF8));
00164         groupBox->setTitle(QApplication::translate("PartGui::DlgFilletEdges", "Shape", 0, QApplication::UnicodeUTF8));
00165         label->setText(QApplication::translate("PartGui::DlgFilletEdges", "Selected shape:", 0, QApplication::UnicodeUTF8));
00166         shapeObject->clear();
00167         shapeObject->insertItems(0, QStringList()
00168          << QApplication::translate("PartGui::DlgFilletEdges", "No selection", 0, QApplication::UnicodeUTF8)
00169         );
00170         groupBox_2->setTitle(QApplication::translate("PartGui::DlgFilletEdges", "Fillet Parameter", 0, QApplication::UnicodeUTF8));
00171         selectAllButton->setText(QApplication::translate("PartGui::DlgFilletEdges", "All", 0, QApplication::UnicodeUTF8));
00172         selectNoneButton->setText(QApplication::translate("PartGui::DlgFilletEdges", "None", 0, QApplication::UnicodeUTF8));
00173         labelfillet->setText(QApplication::translate("PartGui::DlgFilletEdges", "Fillet type:", 0, QApplication::UnicodeUTF8));
00174         filletType->clear();
00175         filletType->insertItems(0, QStringList()
00176          << QApplication::translate("PartGui::DlgFilletEdges", "Constant Radius", 0, QApplication::UnicodeUTF8)
00177          << QApplication::translate("PartGui::DlgFilletEdges", "Variable Radius", 0, QApplication::UnicodeUTF8)
00178         );
00179         label_2->setText(QApplication::translate("PartGui::DlgFilletEdges", "Radius:", 0, QApplication::UnicodeUTF8));
00180         Q_UNUSED(PartGui__DlgFilletEdges);
00181     } // retranslateUi
00182 
00183 };
00184 
00185 } // namespace PartGui
00186 
00187 namespace PartGui {
00188 namespace Ui {
00189     class DlgFilletEdges: public Ui_DlgFilletEdges {};
00190 } // namespace Ui
00191 } // namespace PartGui
00192 
00193 #endif // UI_DLGFILLETEDGES_H

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