ui_Mirroring.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'Mirroring.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_MIRRORING_H
00011 #define UI_MIRRORING_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/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QTreeWidget>
00023 #include <QtGui/QWidget>
00024 
00025 namespace PartGui {
00026 
00027 class Ui_Mirroring
00028 {
00029 public:
00030     QGridLayout *gridLayout;
00031     QTreeWidget *shapes;
00032     QLabel *label;
00033     QComboBox *comboBox;
00034     QLabel *label_2;
00035     QLabel *label_3;
00036     QDoubleSpinBox *baseX;
00037     QLabel *label_4;
00038     QDoubleSpinBox *baseY;
00039     QLabel *label_5;
00040     QDoubleSpinBox *baseZ;
00041 
00042     void setupUi(QWidget *PartGui__Mirroring)
00043     {
00044         if (PartGui__Mirroring->objectName().isEmpty())
00045             PartGui__Mirroring->setObjectName(QString::fromUtf8("PartGui__Mirroring"));
00046         PartGui__Mirroring->resize(279, 543);
00047         gridLayout = new QGridLayout(PartGui__Mirroring);
00048         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00049         shapes = new QTreeWidget(PartGui__Mirroring);
00050         shapes->setObjectName(QString::fromUtf8("shapes"));
00051         shapes->setEditTriggers(QAbstractItemView::CurrentChanged|QAbstractItemView::EditKeyPressed);
00052         shapes->setSelectionMode(QAbstractItemView::ExtendedSelection);
00053         shapes->setRootIsDecorated(false);
00054         shapes->setExpandsOnDoubleClick(false);
00055 
00056         gridLayout->addWidget(shapes, 0, 0, 1, 7);
00057 
00058         label = new QLabel(PartGui__Mirroring);
00059         label->setObjectName(QString::fromUtf8("label"));
00060 
00061         gridLayout->addWidget(label, 1, 0, 1, 1);
00062 
00063         comboBox = new QComboBox(PartGui__Mirroring);
00064         comboBox->setObjectName(QString::fromUtf8("comboBox"));
00065 
00066         gridLayout->addWidget(comboBox, 1, 1, 1, 6);
00067 
00068         label_2 = new QLabel(PartGui__Mirroring);
00069         label_2->setObjectName(QString::fromUtf8("label_2"));
00070 
00071         gridLayout->addWidget(label_2, 2, 0, 1, 1);
00072 
00073         label_3 = new QLabel(PartGui__Mirroring);
00074         label_3->setObjectName(QString::fromUtf8("label_3"));
00075         label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00076 
00077         gridLayout->addWidget(label_3, 2, 1, 1, 1);
00078 
00079         baseX = new QDoubleSpinBox(PartGui__Mirroring);
00080         baseX->setObjectName(QString::fromUtf8("baseX"));
00081         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
00082         sizePolicy.setHorizontalStretch(0);
00083         sizePolicy.setVerticalStretch(0);
00084         sizePolicy.setHeightForWidth(baseX->sizePolicy().hasHeightForWidth());
00085         baseX->setSizePolicy(sizePolicy);
00086 
00087         gridLayout->addWidget(baseX, 2, 2, 1, 1);
00088 
00089         label_4 = new QLabel(PartGui__Mirroring);
00090         label_4->setObjectName(QString::fromUtf8("label_4"));
00091         label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00092 
00093         gridLayout->addWidget(label_4, 2, 3, 1, 1);
00094 
00095         baseY = new QDoubleSpinBox(PartGui__Mirroring);
00096         baseY->setObjectName(QString::fromUtf8("baseY"));
00097         sizePolicy.setHeightForWidth(baseY->sizePolicy().hasHeightForWidth());
00098         baseY->setSizePolicy(sizePolicy);
00099 
00100         gridLayout->addWidget(baseY, 2, 4, 1, 1);
00101 
00102         label_5 = new QLabel(PartGui__Mirroring);
00103         label_5->setObjectName(QString::fromUtf8("label_5"));
00104         label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00105 
00106         gridLayout->addWidget(label_5, 2, 5, 1, 1);
00107 
00108         baseZ = new QDoubleSpinBox(PartGui__Mirroring);
00109         baseZ->setObjectName(QString::fromUtf8("baseZ"));
00110         sizePolicy.setHeightForWidth(baseZ->sizePolicy().hasHeightForWidth());
00111         baseZ->setSizePolicy(sizePolicy);
00112 
00113         gridLayout->addWidget(baseZ, 2, 6, 1, 1);
00114 
00115 
00116         retranslateUi(PartGui__Mirroring);
00117 
00118         QMetaObject::connectSlotsByName(PartGui__Mirroring);
00119     } // setupUi
00120 
00121     void retranslateUi(QWidget *PartGui__Mirroring)
00122     {
00123         PartGui__Mirroring->setWindowTitle(QApplication::translate("PartGui::Mirroring", "Mirroring", 0, QApplication::UnicodeUTF8));
00124         QTreeWidgetItem *___qtreewidgetitem = shapes->headerItem();
00125         ___qtreewidgetitem->setText(0, QApplication::translate("PartGui::Mirroring", "Shapes", 0, QApplication::UnicodeUTF8));
00126         label->setText(QApplication::translate("PartGui::Mirroring", "Mirror plane:", 0, QApplication::UnicodeUTF8));
00127         comboBox->clear();
00128         comboBox->insertItems(0, QStringList()
00129          << QApplication::translate("PartGui::Mirroring", "XY plane", 0, QApplication::UnicodeUTF8)
00130          << QApplication::translate("PartGui::Mirroring", "XZ plane", 0, QApplication::UnicodeUTF8)
00131          << QApplication::translate("PartGui::Mirroring", "YZ plane", 0, QApplication::UnicodeUTF8)
00132         );
00133         label_2->setText(QApplication::translate("PartGui::Mirroring", "Base point:", 0, QApplication::UnicodeUTF8));
00134         label_3->setText(QApplication::translate("PartGui::Mirroring", "x", 0, QApplication::UnicodeUTF8));
00135         label_4->setText(QApplication::translate("PartGui::Mirroring", "y", 0, QApplication::UnicodeUTF8));
00136         label_5->setText(QApplication::translate("PartGui::Mirroring", "z", 0, QApplication::UnicodeUTF8));
00137         Q_UNUSED(PartGui__Mirroring);
00138     } // retranslateUi
00139 
00140 };
00141 
00142 } // namespace PartGui
00143 
00144 namespace PartGui {
00145 namespace Ui {
00146     class Mirroring: public Ui_Mirroring {};
00147 } // namespace Ui
00148 } // namespace PartGui
00149 
00150 #endif // UI_MIRRORING_H

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