ui_Placement.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'Placement.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:29 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_PLACEMENT_H
00011 #define UI_PLACEMENT_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/QGridLayout>
00022 #include <QtGui/QGroupBox>
00023 #include <QtGui/QHBoxLayout>
00024 #include <QtGui/QHeaderView>
00025 #include <QtGui/QLabel>
00026 #include <QtGui/QPushButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QStackedWidget>
00029 #include <QtGui/QWidget>
00030 
00031 namespace Gui {
00032 namespace Dialog {
00033 
00034 class Ui_Placement
00035 {
00036 public:
00037     QGridLayout *gridLayout;
00038     QGroupBox *GroupBox5;
00039     QGridLayout *gridLayout1;
00040     QDoubleSpinBox *zPos;
00041     QDoubleSpinBox *yPos;
00042     QDoubleSpinBox *xPos;
00043     QSpacerItem *spacerItem;
00044     QLabel *TextLabelZ;
00045     QLabel *TextLabelY;
00046     QLabel *TextLabelX;
00047     QGroupBox *GroupBox5_3;
00048     QGridLayout *gridLayout2;
00049     QDoubleSpinBox *zCnt;
00050     QDoubleSpinBox *yCnt;
00051     QDoubleSpinBox *xCnt;
00052     QSpacerItem *spacerItem1;
00053     QLabel *TextLabelZ_5;
00054     QLabel *TextLabelY_2;
00055     QLabel *TextLabelX_2;
00056     QGroupBox *GroupBox5_2;
00057     QGridLayout *gridLayout3;
00058     QStackedWidget *stackedWidget;
00059     QWidget *page;
00060     QGridLayout *gridLayout4;
00061     QGridLayout *gridLayout5;
00062     QDoubleSpinBox *angle;
00063     QLabel *textLabelAngle;
00064     QComboBox *direction;
00065     QLabel *TextLabelAxis;
00066     QWidget *page_3;
00067     QGridLayout *gridLayout6;
00068     QGridLayout *gridLayout7;
00069     QDoubleSpinBox *yawAngle;
00070     QDoubleSpinBox *pitchAngle;
00071     QLabel *TextLabelZ_3;
00072     QDoubleSpinBox *rollAngle;
00073     QLabel *TextLabelZ_4;
00074     QLabel *TextLabelZ_2;
00075     QWidget *page_2;
00076     QSpacerItem *spacerItem2;
00077     QComboBox *rotationInput;
00078     QCheckBox *applyPlacementChange;
00079     QCheckBox *applyIncrementalPlacement;
00080     QHBoxLayout *horizontalLayout;
00081     QSpacerItem *horizontalSpacer_2;
00082     QPushButton *applyButton;
00083     QPushButton *resetButton;
00084     QHBoxLayout *horizontalLayout_2;
00085     QSpacerItem *spacerItem3;
00086     QPushButton *oKButton;
00087     QPushButton *closeButton;
00088 
00089     void setupUi(QDialog *Gui__Dialog__Placement)
00090     {
00091         if (Gui__Dialog__Placement->objectName().isEmpty())
00092             Gui__Dialog__Placement->setObjectName(QString::fromUtf8("Gui__Dialog__Placement"));
00093         Gui__Dialog__Placement->resize(271, 410);
00094         gridLayout = new QGridLayout(Gui__Dialog__Placement);
00095         gridLayout->setSpacing(6);
00096         gridLayout->setMargin(11);
00097         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00098         GroupBox5 = new QGroupBox(Gui__Dialog__Placement);
00099         GroupBox5->setObjectName(QString::fromUtf8("GroupBox5"));
00100         gridLayout1 = new QGridLayout(GroupBox5);
00101         gridLayout1->setSpacing(6);
00102         gridLayout1->setMargin(9);
00103         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00104         zPos = new QDoubleSpinBox(GroupBox5);
00105         zPos->setObjectName(QString::fromUtf8("zPos"));
00106         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
00107         sizePolicy.setHorizontalStretch(0);
00108         sizePolicy.setVerticalStretch(0);
00109         sizePolicy.setHeightForWidth(zPos->sizePolicy().hasHeightForWidth());
00110         zPos->setSizePolicy(sizePolicy);
00111         zPos->setMinimum(-2.14748e+09);
00112         zPos->setMaximum(2.14748e+09);
00113 
00114         gridLayout1->addWidget(zPos, 2, 1, 1, 1);
00115 
00116         yPos = new QDoubleSpinBox(GroupBox5);
00117         yPos->setObjectName(QString::fromUtf8("yPos"));
00118         sizePolicy.setHeightForWidth(yPos->sizePolicy().hasHeightForWidth());
00119         yPos->setSizePolicy(sizePolicy);
00120         yPos->setMinimum(-2.14748e+09);
00121         yPos->setMaximum(2.14748e+09);
00122 
00123         gridLayout1->addWidget(yPos, 1, 1, 1, 1);
00124 
00125         xPos = new QDoubleSpinBox(GroupBox5);
00126         xPos->setObjectName(QString::fromUtf8("xPos"));
00127         sizePolicy.setHeightForWidth(xPos->sizePolicy().hasHeightForWidth());
00128         xPos->setSizePolicy(sizePolicy);
00129         xPos->setMinimum(-2.14748e+09);
00130         xPos->setMaximum(2.14748e+09);
00131 
00132         gridLayout1->addWidget(xPos, 0, 1, 1, 1);
00133 
00134         spacerItem = new QSpacerItem(20, 66, QSizePolicy::Minimum, QSizePolicy::Expanding);
00135 
00136         gridLayout1->addItem(spacerItem, 3, 1, 1, 1);
00137 
00138         TextLabelZ = new QLabel(GroupBox5);
00139         TextLabelZ->setObjectName(QString::fromUtf8("TextLabelZ"));
00140         QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
00141         sizePolicy1.setHorizontalStretch(0);
00142         sizePolicy1.setVerticalStretch(0);
00143         sizePolicy1.setHeightForWidth(TextLabelZ->sizePolicy().hasHeightForWidth());
00144         TextLabelZ->setSizePolicy(sizePolicy1);
00145 
00146         gridLayout1->addWidget(TextLabelZ, 2, 0, 1, 1);
00147 
00148         TextLabelY = new QLabel(GroupBox5);
00149         TextLabelY->setObjectName(QString::fromUtf8("TextLabelY"));
00150         sizePolicy1.setHeightForWidth(TextLabelY->sizePolicy().hasHeightForWidth());
00151         TextLabelY->setSizePolicy(sizePolicy1);
00152 
00153         gridLayout1->addWidget(TextLabelY, 1, 0, 1, 1);
00154 
00155         TextLabelX = new QLabel(GroupBox5);
00156         TextLabelX->setObjectName(QString::fromUtf8("TextLabelX"));
00157         sizePolicy1.setHeightForWidth(TextLabelX->sizePolicy().hasHeightForWidth());
00158         TextLabelX->setSizePolicy(sizePolicy1);
00159 
00160         gridLayout1->addWidget(TextLabelX, 0, 0, 1, 1);
00161 
00162 
00163         gridLayout->addWidget(GroupBox5, 0, 0, 1, 1);
00164 
00165         GroupBox5_3 = new QGroupBox(Gui__Dialog__Placement);
00166         GroupBox5_3->setObjectName(QString::fromUtf8("GroupBox5_3"));
00167         gridLayout2 = new QGridLayout(GroupBox5_3);
00168         gridLayout2->setSpacing(6);
00169         gridLayout2->setMargin(9);
00170         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00171         zCnt = new QDoubleSpinBox(GroupBox5_3);
00172         zCnt->setObjectName(QString::fromUtf8("zCnt"));
00173         sizePolicy.setHeightForWidth(zCnt->sizePolicy().hasHeightForWidth());
00174         zCnt->setSizePolicy(sizePolicy);
00175         zCnt->setMinimum(-2.14748e+09);
00176         zCnt->setMaximum(2.14748e+09);
00177 
00178         gridLayout2->addWidget(zCnt, 2, 1, 1, 1);
00179 
00180         yCnt = new QDoubleSpinBox(GroupBox5_3);
00181         yCnt->setObjectName(QString::fromUtf8("yCnt"));
00182         sizePolicy.setHeightForWidth(yCnt->sizePolicy().hasHeightForWidth());
00183         yCnt->setSizePolicy(sizePolicy);
00184         yCnt->setMinimum(-2.14748e+09);
00185         yCnt->setMaximum(2.14748e+09);
00186 
00187         gridLayout2->addWidget(yCnt, 1, 1, 1, 1);
00188 
00189         xCnt = new QDoubleSpinBox(GroupBox5_3);
00190         xCnt->setObjectName(QString::fromUtf8("xCnt"));
00191         sizePolicy.setHeightForWidth(xCnt->sizePolicy().hasHeightForWidth());
00192         xCnt->setSizePolicy(sizePolicy);
00193         xCnt->setMinimum(-2.14748e+09);
00194         xCnt->setMaximum(2.14748e+09);
00195 
00196         gridLayout2->addWidget(xCnt, 0, 1, 1, 1);
00197 
00198         spacerItem1 = new QSpacerItem(20, 66, QSizePolicy::Minimum, QSizePolicy::Expanding);
00199 
00200         gridLayout2->addItem(spacerItem1, 3, 1, 1, 1);
00201 
00202         TextLabelZ_5 = new QLabel(GroupBox5_3);
00203         TextLabelZ_5->setObjectName(QString::fromUtf8("TextLabelZ_5"));
00204         sizePolicy1.setHeightForWidth(TextLabelZ_5->sizePolicy().hasHeightForWidth());
00205         TextLabelZ_5->setSizePolicy(sizePolicy1);
00206 
00207         gridLayout2->addWidget(TextLabelZ_5, 2, 0, 1, 1);
00208 
00209         TextLabelY_2 = new QLabel(GroupBox5_3);
00210         TextLabelY_2->setObjectName(QString::fromUtf8("TextLabelY_2"));
00211         sizePolicy1.setHeightForWidth(TextLabelY_2->sizePolicy().hasHeightForWidth());
00212         TextLabelY_2->setSizePolicy(sizePolicy1);
00213 
00214         gridLayout2->addWidget(TextLabelY_2, 1, 0, 1, 1);
00215 
00216         TextLabelX_2 = new QLabel(GroupBox5_3);
00217         TextLabelX_2->setObjectName(QString::fromUtf8("TextLabelX_2"));
00218         sizePolicy1.setHeightForWidth(TextLabelX_2->sizePolicy().hasHeightForWidth());
00219         TextLabelX_2->setSizePolicy(sizePolicy1);
00220 
00221         gridLayout2->addWidget(TextLabelX_2, 0, 0, 1, 1);
00222 
00223 
00224         gridLayout->addWidget(GroupBox5_3, 0, 1, 1, 1);
00225 
00226         GroupBox5_2 = new QGroupBox(Gui__Dialog__Placement);
00227         GroupBox5_2->setObjectName(QString::fromUtf8("GroupBox5_2"));
00228         gridLayout3 = new QGridLayout(GroupBox5_2);
00229         gridLayout3->setSpacing(6);
00230         gridLayout3->setMargin(9);
00231         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00232         stackedWidget = new QStackedWidget(GroupBox5_2);
00233         stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
00234         page = new QWidget();
00235         page->setObjectName(QString::fromUtf8("page"));
00236         gridLayout4 = new QGridLayout(page);
00237         gridLayout4->setSpacing(6);
00238         gridLayout4->setMargin(9);
00239         gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00240         gridLayout5 = new QGridLayout();
00241         gridLayout5->setSpacing(6);
00242         gridLayout5->setMargin(0);
00243         gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
00244         angle = new QDoubleSpinBox(page);
00245         angle->setObjectName(QString::fromUtf8("angle"));
00246         angle->setMinimum(-360);
00247         angle->setMaximum(360);
00248 
00249         gridLayout5->addWidget(angle, 1, 1, 1, 1);
00250 
00251         textLabelAngle = new QLabel(page);
00252         textLabelAngle->setObjectName(QString::fromUtf8("textLabelAngle"));
00253         sizePolicy1.setHeightForWidth(textLabelAngle->sizePolicy().hasHeightForWidth());
00254         textLabelAngle->setSizePolicy(sizePolicy1);
00255 
00256         gridLayout5->addWidget(textLabelAngle, 1, 0, 1, 1);
00257 
00258         direction = new QComboBox(page);
00259         direction->setObjectName(QString::fromUtf8("direction"));
00260 
00261         gridLayout5->addWidget(direction, 0, 1, 1, 1);
00262 
00263         TextLabelAxis = new QLabel(page);
00264         TextLabelAxis->setObjectName(QString::fromUtf8("TextLabelAxis"));
00265         sizePolicy1.setHeightForWidth(TextLabelAxis->sizePolicy().hasHeightForWidth());
00266         TextLabelAxis->setSizePolicy(sizePolicy1);
00267 
00268         gridLayout5->addWidget(TextLabelAxis, 0, 0, 1, 1);
00269 
00270 
00271         gridLayout4->addLayout(gridLayout5, 0, 0, 1, 1);
00272 
00273         stackedWidget->addWidget(page);
00274         page_3 = new QWidget();
00275         page_3->setObjectName(QString::fromUtf8("page_3"));
00276         gridLayout6 = new QGridLayout(page_3);
00277         gridLayout6->setSpacing(6);
00278         gridLayout6->setMargin(9);
00279         gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
00280         gridLayout7 = new QGridLayout();
00281         gridLayout7->setSpacing(6);
00282         gridLayout7->setMargin(0);
00283         gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
00284         yawAngle = new QDoubleSpinBox(page_3);
00285         yawAngle->setObjectName(QString::fromUtf8("yawAngle"));
00286         yawAngle->setMinimum(-360);
00287         yawAngle->setMaximum(360);
00288 
00289         gridLayout7->addWidget(yawAngle, 0, 1, 1, 1);
00290 
00291         pitchAngle = new QDoubleSpinBox(page_3);
00292         pitchAngle->setObjectName(QString::fromUtf8("pitchAngle"));
00293         pitchAngle->setMinimum(-360);
00294         pitchAngle->setMaximum(360);
00295 
00296         gridLayout7->addWidget(pitchAngle, 1, 1, 1, 1);
00297 
00298         TextLabelZ_3 = new QLabel(page_3);
00299         TextLabelZ_3->setObjectName(QString::fromUtf8("TextLabelZ_3"));
00300         sizePolicy1.setHeightForWidth(TextLabelZ_3->sizePolicy().hasHeightForWidth());
00301         TextLabelZ_3->setSizePolicy(sizePolicy1);
00302 
00303         gridLayout7->addWidget(TextLabelZ_3, 1, 0, 1, 1);
00304 
00305         rollAngle = new QDoubleSpinBox(page_3);
00306         rollAngle->setObjectName(QString::fromUtf8("rollAngle"));
00307         rollAngle->setMinimum(-360);
00308         rollAngle->setMaximum(360);
00309 
00310         gridLayout7->addWidget(rollAngle, 2, 1, 1, 1);
00311 
00312         TextLabelZ_4 = new QLabel(page_3);
00313         TextLabelZ_4->setObjectName(QString::fromUtf8("TextLabelZ_4"));
00314         sizePolicy1.setHeightForWidth(TextLabelZ_4->sizePolicy().hasHeightForWidth());
00315         TextLabelZ_4->setSizePolicy(sizePolicy1);
00316 
00317         gridLayout7->addWidget(TextLabelZ_4, 2, 0, 1, 1);
00318 
00319         TextLabelZ_2 = new QLabel(page_3);
00320         TextLabelZ_2->setObjectName(QString::fromUtf8("TextLabelZ_2"));
00321         sizePolicy1.setHeightForWidth(TextLabelZ_2->sizePolicy().hasHeightForWidth());
00322         TextLabelZ_2->setSizePolicy(sizePolicy1);
00323 
00324         gridLayout7->addWidget(TextLabelZ_2, 0, 0, 1, 1);
00325 
00326 
00327         gridLayout6->addLayout(gridLayout7, 0, 0, 1, 1);
00328 
00329         stackedWidget->addWidget(page_3);
00330         page_2 = new QWidget();
00331         page_2->setObjectName(QString::fromUtf8("page_2"));
00332         stackedWidget->addWidget(page_2);
00333 
00334         gridLayout3->addWidget(stackedWidget, 1, 0, 1, 1);
00335 
00336         spacerItem2 = new QSpacerItem(20, 41, QSizePolicy::Minimum, QSizePolicy::Expanding);
00337 
00338         gridLayout3->addItem(spacerItem2, 2, 0, 1, 1);
00339 
00340         rotationInput = new QComboBox(GroupBox5_2);
00341         rotationInput->setObjectName(QString::fromUtf8("rotationInput"));
00342 
00343         gridLayout3->addWidget(rotationInput, 0, 0, 1, 1);
00344 
00345 
00346         gridLayout->addWidget(GroupBox5_2, 1, 0, 1, 2);
00347 
00348         applyPlacementChange = new QCheckBox(Gui__Dialog__Placement);
00349         applyPlacementChange->setObjectName(QString::fromUtf8("applyPlacementChange"));
00350         applyPlacementChange->setChecked(true);
00351 
00352         gridLayout->addWidget(applyPlacementChange, 2, 0, 1, 2);
00353 
00354         applyIncrementalPlacement = new QCheckBox(Gui__Dialog__Placement);
00355         applyIncrementalPlacement->setObjectName(QString::fromUtf8("applyIncrementalPlacement"));
00356 
00357         gridLayout->addWidget(applyIncrementalPlacement, 3, 0, 1, 2);
00358 
00359         horizontalLayout = new QHBoxLayout();
00360         horizontalLayout->setSpacing(6);
00361         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00362         horizontalSpacer_2 = new QSpacerItem(78, 22, QSizePolicy::Expanding, QSizePolicy::Minimum);
00363 
00364         horizontalLayout->addItem(horizontalSpacer_2);
00365 
00366         applyButton = new QPushButton(Gui__Dialog__Placement);
00367         applyButton->setObjectName(QString::fromUtf8("applyButton"));
00368 
00369         horizontalLayout->addWidget(applyButton);
00370 
00371         resetButton = new QPushButton(Gui__Dialog__Placement);
00372         resetButton->setObjectName(QString::fromUtf8("resetButton"));
00373 
00374         horizontalLayout->addWidget(resetButton);
00375 
00376 
00377         gridLayout->addLayout(horizontalLayout, 4, 0, 1, 2);
00378 
00379         horizontalLayout_2 = new QHBoxLayout();
00380         horizontalLayout_2->setSpacing(6);
00381         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00382         spacerItem3 = new QSpacerItem(88, 24, QSizePolicy::Expanding, QSizePolicy::Minimum);
00383 
00384         horizontalLayout_2->addItem(spacerItem3);
00385 
00386         oKButton = new QPushButton(Gui__Dialog__Placement);
00387         oKButton->setObjectName(QString::fromUtf8("oKButton"));
00388 
00389         horizontalLayout_2->addWidget(oKButton);
00390 
00391         closeButton = new QPushButton(Gui__Dialog__Placement);
00392         closeButton->setObjectName(QString::fromUtf8("closeButton"));
00393 
00394         horizontalLayout_2->addWidget(closeButton);
00395 
00396 
00397         gridLayout->addLayout(horizontalLayout_2, 5, 0, 1, 2);
00398 
00399         QWidget::setTabOrder(xPos, yPos);
00400         QWidget::setTabOrder(yPos, zPos);
00401         QWidget::setTabOrder(zPos, rotationInput);
00402         QWidget::setTabOrder(rotationInput, direction);
00403         QWidget::setTabOrder(direction, angle);
00404         QWidget::setTabOrder(angle, yawAngle);
00405         QWidget::setTabOrder(yawAngle, pitchAngle);
00406         QWidget::setTabOrder(pitchAngle, rollAngle);
00407         QWidget::setTabOrder(rollAngle, xCnt);
00408         QWidget::setTabOrder(xCnt, yCnt);
00409         QWidget::setTabOrder(yCnt, zCnt);
00410         QWidget::setTabOrder(zCnt, applyPlacementChange);
00411         QWidget::setTabOrder(applyPlacementChange, applyIncrementalPlacement);
00412         QWidget::setTabOrder(applyIncrementalPlacement, oKButton);
00413         QWidget::setTabOrder(oKButton, applyButton);
00414         QWidget::setTabOrder(applyButton, closeButton);
00415 
00416         retranslateUi(Gui__Dialog__Placement);
00417         QObject::connect(oKButton, SIGNAL(clicked()), Gui__Dialog__Placement, SLOT(accept()));
00418         QObject::connect(closeButton, SIGNAL(clicked()), Gui__Dialog__Placement, SLOT(reject()));
00419         QObject::connect(rotationInput, SIGNAL(activated(int)), stackedWidget, SLOT(setCurrentIndex(int)));
00420 
00421         stackedWidget->setCurrentIndex(0);
00422         direction->setCurrentIndex(-1);
00423 
00424 
00425         QMetaObject::connectSlotsByName(Gui__Dialog__Placement);
00426     } // setupUi
00427 
00428     void retranslateUi(QDialog *Gui__Dialog__Placement)
00429     {
00430         Gui__Dialog__Placement->setWindowTitle(QApplication::translate("Gui::Dialog::Placement", "Placement", 0, QApplication::UnicodeUTF8));
00431         GroupBox5->setTitle(QApplication::translate("Gui::Dialog::Placement", "Translation:", 0, QApplication::UnicodeUTF8));
00432         TextLabelZ->setText(QApplication::translate("Gui::Dialog::Placement", "Z:", 0, QApplication::UnicodeUTF8));
00433         TextLabelY->setText(QApplication::translate("Gui::Dialog::Placement", "Y:", 0, QApplication::UnicodeUTF8));
00434         TextLabelX->setText(QApplication::translate("Gui::Dialog::Placement", "X:", 0, QApplication::UnicodeUTF8));
00435         GroupBox5_3->setTitle(QApplication::translate("Gui::Dialog::Placement", "Center:", 0, QApplication::UnicodeUTF8));
00436         TextLabelZ_5->setText(QApplication::translate("Gui::Dialog::Placement", "Z:", 0, QApplication::UnicodeUTF8));
00437         TextLabelY_2->setText(QApplication::translate("Gui::Dialog::Placement", "Y:", 0, QApplication::UnicodeUTF8));
00438         TextLabelX_2->setText(QApplication::translate("Gui::Dialog::Placement", "X:", 0, QApplication::UnicodeUTF8));
00439         GroupBox5_2->setTitle(QApplication::translate("Gui::Dialog::Placement", "Rotation:", 0, QApplication::UnicodeUTF8));
00440         textLabelAngle->setText(QApplication::translate("Gui::Dialog::Placement", "Angle:", 0, QApplication::UnicodeUTF8));
00441         TextLabelAxis->setText(QApplication::translate("Gui::Dialog::Placement", "Axis:", 0, QApplication::UnicodeUTF8));
00442         TextLabelZ_3->setText(QApplication::translate("Gui::Dialog::Placement", "Pitch:", 0, QApplication::UnicodeUTF8));
00443         TextLabelZ_4->setText(QApplication::translate("Gui::Dialog::Placement", "Roll:", 0, QApplication::UnicodeUTF8));
00444         TextLabelZ_2->setText(QApplication::translate("Gui::Dialog::Placement", "Yaw:", 0, QApplication::UnicodeUTF8));
00445         rotationInput->clear();
00446         rotationInput->insertItems(0, QStringList()
00447          << QApplication::translate("Gui::Dialog::Placement", "Rotation axis wih angle", 0, QApplication::UnicodeUTF8)
00448          << QApplication::translate("Gui::Dialog::Placement", "Euler angles", 0, QApplication::UnicodeUTF8)
00449         );
00450         applyPlacementChange->setText(QApplication::translate("Gui::Dialog::Placement", "Apply placement changes immediately", 0, QApplication::UnicodeUTF8));
00451         applyIncrementalPlacement->setText(QApplication::translate("Gui::Dialog::Placement", "Apply incremental changes to object placement", 0, QApplication::UnicodeUTF8));
00452         applyButton->setText(QApplication::translate("Gui::Dialog::Placement", "Apply", 0, QApplication::UnicodeUTF8));
00453         resetButton->setText(QApplication::translate("Gui::Dialog::Placement", "Reset", 0, QApplication::UnicodeUTF8));
00454         oKButton->setText(QApplication::translate("Gui::Dialog::Placement", "OK", 0, QApplication::UnicodeUTF8));
00455         closeButton->setText(QApplication::translate("Gui::Dialog::Placement", "Close", 0, QApplication::UnicodeUTF8));
00456         Q_UNUSED(Gui__Dialog__Placement);
00457     } // retranslateUi
00458 
00459 };
00460 
00461 } // namespace Dialog
00462 } // namespace Gui
00463 
00464 namespace Gui {
00465 namespace Dialog {
00466 namespace Ui {
00467     class Placement: public Ui_Placement {};
00468 } // namespace Ui
00469 } // namespace Dialog
00470 } // namespace Gui
00471 
00472 #endif // UI_PLACEMENT_H

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