| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- /********************************************************************************
- ** Form generated from reading UI file 'graphicalTransformationDlg.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.15.10
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_GRAPHICALTRANSFORMATIONDLG_H
- #define UI_GRAPHICALTRANSFORMATIONDLG_H
- #include <QtCore/QVariant>
- #include <QtGui/QIcon>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QDoubleSpinBox>
- #include <QtWidgets/QFrame>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QRadioButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QToolButton>
- #include <QtWidgets/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_GraphicalTransformationDlg
- {
- public:
- QVBoxLayout *verticalLayout;
- QFrame *frame;
- QHBoxLayout *horizontalLayout;
- QSpacerItem *horizontalSpacer;
- QToolButton *pauseButton;
- QToolButton *razButton;
- QToolButton *okButton;
- QToolButton *cancelButton;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label;
- QComboBox *rotComboBox;
- QHBoxLayout *horizontalLayout_3;
- QCheckBox *TxCheckBox;
- QCheckBox *TyCheckBox;
- QCheckBox *TzCheckBox;
- QHBoxLayout *horizontalLayout_4;
- QSpacerItem *horizontalSpacer_4;
- QPushButton *advPushButton;
- QHBoxLayout *horizontalLayout_5;
- QLabel *translateLabel;
- QComboBox *advTranslateComboBox;
- QHBoxLayout *horizontalLayout_6;
- QLabel *rotateLabel;
- QComboBox *advRotateComboBox;
- QLabel *rotAxisLabel;
- QHBoxLayout *horizontalLayout_7;
- QRadioButton *objCenterRadio;
- QRadioButton *refAxisRadio;
- QLabel *IncrementalTransformLabel;
- QHBoxLayout *horizontalLayout_8;
- QLabel *incrementalRotLabel;
- QDoubleSpinBox *incrementalRotSpin;
- QHBoxLayout *horizontalLayout_9;
- QLabel *incrementalTransLabel;
- QDoubleSpinBox *incrementalTransSpin;
- QHBoxLayout *horizontalLayout_11;
- QSpacerItem *horizontalSpacer_2;
- QPushButton *incrementalBackwardButton;
- QPushButton *incrementalForwardButton;
- void setupUi(QDialog *GraphicalTransformationDlg)
- {
- if (GraphicalTransformationDlg->objectName().isEmpty())
- GraphicalTransformationDlg->setObjectName(QString::fromUtf8("GraphicalTransformationDlg"));
- GraphicalTransformationDlg->resize(730, 465);
- QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(GraphicalTransformationDlg->sizePolicy().hasHeightForWidth());
- GraphicalTransformationDlg->setSizePolicy(sizePolicy);
- verticalLayout = new QVBoxLayout(GraphicalTransformationDlg);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
- verticalLayout->setContentsMargins(6, 6, 6, 6);
- frame = new QFrame(GraphicalTransformationDlg);
- frame->setObjectName(QString::fromUtf8("frame"));
- QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Maximum);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
- frame->setSizePolicy(sizePolicy1);
- horizontalLayout = new QHBoxLayout(frame);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- horizontalLayout->setContentsMargins(0, 0, 0, 0);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- pauseButton = new QToolButton(frame);
- pauseButton->setObjectName(QString::fromUtf8("pauseButton"));
- pauseButton->setMinimumSize(QSize(25, 25));
- QIcon icon;
- icon.addFile(QString::fromUtf8(":/CC/images/smallPause.png"), QSize(), QIcon::Normal, QIcon::Off);
- pauseButton->setIcon(icon);
- pauseButton->setCheckable(true);
- pauseButton->setChecked(false);
- horizontalLayout->addWidget(pauseButton);
- razButton = new QToolButton(frame);
- razButton->setObjectName(QString::fromUtf8("razButton"));
- razButton->setMinimumSize(QSize(25, 25));
- razButton->setText(QString::fromUtf8("..."));
- QIcon icon1;
- icon1.addFile(QString::fromUtf8(":/CC/images/smallReset.png"), QSize(), QIcon::Normal, QIcon::Off);
- razButton->setIcon(icon1);
- horizontalLayout->addWidget(razButton);
- okButton = new QToolButton(frame);
- okButton->setObjectName(QString::fromUtf8("okButton"));
- okButton->setMinimumSize(QSize(25, 25));
- okButton->setText(QString::fromUtf8("..."));
- QIcon icon2;
- icon2.addFile(QString::fromUtf8(":/CC/images/smallValidate.png"), QSize(), QIcon::Normal, QIcon::Off);
- okButton->setIcon(icon2);
- horizontalLayout->addWidget(okButton);
- cancelButton = new QToolButton(frame);
- cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
- cancelButton->setMinimumSize(QSize(25, 25));
- cancelButton->setText(QString::fromUtf8("..."));
- QIcon icon3;
- icon3.addFile(QString::fromUtf8(":/CC/images/smallCancel.png"), QSize(), QIcon::Normal, QIcon::Off);
- cancelButton->setIcon(icon3);
- horizontalLayout->addWidget(cancelButton);
- verticalLayout->addWidget(frame);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label = new QLabel(GraphicalTransformationDlg);
- label->setObjectName(QString::fromUtf8("label"));
- QSizePolicy sizePolicy2(QSizePolicy::Maximum, QSizePolicy::Preferred);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
- label->setSizePolicy(sizePolicy2);
- label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
- horizontalLayout_2->addWidget(label);
- rotComboBox = new QComboBox(GraphicalTransformationDlg);
- rotComboBox->addItem(QString::fromUtf8("XYZ"));
- rotComboBox->addItem(QString::fromUtf8("X"));
- rotComboBox->addItem(QString::fromUtf8("Y"));
- rotComboBox->addItem(QString::fromUtf8("Z"));
- rotComboBox->addItem(QString());
- rotComboBox->setObjectName(QString::fromUtf8("rotComboBox"));
- QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(rotComboBox->sizePolicy().hasHeightForWidth());
- rotComboBox->setSizePolicy(sizePolicy3);
- rotComboBox->setLayoutDirection(Qt::RightToLeft);
- horizontalLayout_2->addWidget(rotComboBox);
- verticalLayout->addLayout(horizontalLayout_2);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setSpacing(0);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- TxCheckBox = new QCheckBox(GraphicalTransformationDlg);
- TxCheckBox->setObjectName(QString::fromUtf8("TxCheckBox"));
- QSizePolicy sizePolicy4(QSizePolicy::Maximum, QSizePolicy::Fixed);
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TxCheckBox->sizePolicy().hasHeightForWidth());
- TxCheckBox->setSizePolicy(sizePolicy4);
- TxCheckBox->setText(QString::fromUtf8("Tx"));
- TxCheckBox->setChecked(true);
- horizontalLayout_3->addWidget(TxCheckBox);
- TyCheckBox = new QCheckBox(GraphicalTransformationDlg);
- TyCheckBox->setObjectName(QString::fromUtf8("TyCheckBox"));
- sizePolicy4.setHeightForWidth(TyCheckBox->sizePolicy().hasHeightForWidth());
- TyCheckBox->setSizePolicy(sizePolicy4);
- TyCheckBox->setText(QString::fromUtf8("Ty"));
- TyCheckBox->setChecked(true);
- horizontalLayout_3->addWidget(TyCheckBox);
- TzCheckBox = new QCheckBox(GraphicalTransformationDlg);
- TzCheckBox->setObjectName(QString::fromUtf8("TzCheckBox"));
- sizePolicy4.setHeightForWidth(TzCheckBox->sizePolicy().hasHeightForWidth());
- TzCheckBox->setSizePolicy(sizePolicy4);
- TzCheckBox->setText(QString::fromUtf8("Tz"));
- TzCheckBox->setChecked(true);
- horizontalLayout_3->addWidget(TzCheckBox);
- verticalLayout->addLayout(horizontalLayout_3);
- horizontalLayout_4 = new QHBoxLayout();
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_4->addItem(horizontalSpacer_4);
- advPushButton = new QPushButton(GraphicalTransformationDlg);
- advPushButton->setObjectName(QString::fromUtf8("advPushButton"));
- advPushButton->setCheckable(true);
- horizontalLayout_4->addWidget(advPushButton);
- verticalLayout->addLayout(horizontalLayout_4);
- horizontalLayout_5 = new QHBoxLayout();
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- translateLabel = new QLabel(GraphicalTransformationDlg);
- translateLabel->setObjectName(QString::fromUtf8("translateLabel"));
- horizontalLayout_5->addWidget(translateLabel);
- advTranslateComboBox = new QComboBox(GraphicalTransformationDlg);
- advTranslateComboBox->addItem(QString());
- advTranslateComboBox->setObjectName(QString::fromUtf8("advTranslateComboBox"));
- QSizePolicy sizePolicy5(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(advTranslateComboBox->sizePolicy().hasHeightForWidth());
- advTranslateComboBox->setSizePolicy(sizePolicy5);
- horizontalLayout_5->addWidget(advTranslateComboBox);
- verticalLayout->addLayout(horizontalLayout_5);
- horizontalLayout_6 = new QHBoxLayout();
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- rotateLabel = new QLabel(GraphicalTransformationDlg);
- rotateLabel->setObjectName(QString::fromUtf8("rotateLabel"));
- QSizePolicy sizePolicy6(QSizePolicy::Minimum, QSizePolicy::Preferred);
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(rotateLabel->sizePolicy().hasHeightForWidth());
- rotateLabel->setSizePolicy(sizePolicy6);
- horizontalLayout_6->addWidget(rotateLabel);
- advRotateComboBox = new QComboBox(GraphicalTransformationDlg);
- advRotateComboBox->addItem(QString());
- advRotateComboBox->setObjectName(QString::fromUtf8("advRotateComboBox"));
- sizePolicy5.setHeightForWidth(advRotateComboBox->sizePolicy().hasHeightForWidth());
- advRotateComboBox->setSizePolicy(sizePolicy5);
- horizontalLayout_6->addWidget(advRotateComboBox);
- verticalLayout->addLayout(horizontalLayout_6);
- rotAxisLabel = new QLabel(GraphicalTransformationDlg);
- rotAxisLabel->setObjectName(QString::fromUtf8("rotAxisLabel"));
- QSizePolicy sizePolicy7(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(rotAxisLabel->sizePolicy().hasHeightForWidth());
- rotAxisLabel->setSizePolicy(sizePolicy7);
- verticalLayout->addWidget(rotAxisLabel);
- horizontalLayout_7 = new QHBoxLayout();
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- objCenterRadio = new QRadioButton(GraphicalTransformationDlg);
- objCenterRadio->setObjectName(QString::fromUtf8("objCenterRadio"));
- sizePolicy7.setHeightForWidth(objCenterRadio->sizePolicy().hasHeightForWidth());
- objCenterRadio->setSizePolicy(sizePolicy7);
- horizontalLayout_7->addWidget(objCenterRadio);
- refAxisRadio = new QRadioButton(GraphicalTransformationDlg);
- refAxisRadio->setObjectName(QString::fromUtf8("refAxisRadio"));
- sizePolicy7.setHeightForWidth(refAxisRadio->sizePolicy().hasHeightForWidth());
- refAxisRadio->setSizePolicy(sizePolicy7);
- horizontalLayout_7->addWidget(refAxisRadio);
- verticalLayout->addLayout(horizontalLayout_7);
- IncrementalTransformLabel = new QLabel(GraphicalTransformationDlg);
- IncrementalTransformLabel->setObjectName(QString::fromUtf8("IncrementalTransformLabel"));
- verticalLayout->addWidget(IncrementalTransformLabel);
- horizontalLayout_8 = new QHBoxLayout();
- horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
- incrementalRotLabel = new QLabel(GraphicalTransformationDlg);
- incrementalRotLabel->setObjectName(QString::fromUtf8("incrementalRotLabel"));
- incrementalRotLabel->setEnabled(false);
- horizontalLayout_8->addWidget(incrementalRotLabel);
- incrementalRotSpin = new QDoubleSpinBox(GraphicalTransformationDlg);
- incrementalRotSpin->setObjectName(QString::fromUtf8("incrementalRotSpin"));
- incrementalRotSpin->setEnabled(false);
- incrementalRotSpin->setReadOnly(false);
- incrementalRotSpin->setButtonSymbols(QAbstractSpinBox::NoButtons);
- incrementalRotSpin->setDecimals(6);
- incrementalRotSpin->setMinimum(-10000000.000000000000000);
- incrementalRotSpin->setMaximum(100000000.000000000000000);
- incrementalRotSpin->setStepType(QAbstractSpinBox::AdaptiveDecimalStepType);
- horizontalLayout_8->addWidget(incrementalRotSpin);
- verticalLayout->addLayout(horizontalLayout_8);
- horizontalLayout_9 = new QHBoxLayout();
- horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
- incrementalTransLabel = new QLabel(GraphicalTransformationDlg);
- incrementalTransLabel->setObjectName(QString::fromUtf8("incrementalTransLabel"));
- horizontalLayout_9->addWidget(incrementalTransLabel);
- incrementalTransSpin = new QDoubleSpinBox(GraphicalTransformationDlg);
- incrementalTransSpin->setObjectName(QString::fromUtf8("incrementalTransSpin"));
- incrementalTransSpin->setEnabled(true);
- incrementalTransSpin->setReadOnly(false);
- incrementalTransSpin->setButtonSymbols(QAbstractSpinBox::NoButtons);
- incrementalTransSpin->setDecimals(6);
- incrementalTransSpin->setMinimum(-10000000.000000000000000);
- incrementalTransSpin->setMaximum(100000000.000000000000000);
- incrementalTransSpin->setStepType(QAbstractSpinBox::AdaptiveDecimalStepType);
- horizontalLayout_9->addWidget(incrementalTransSpin);
- verticalLayout->addLayout(horizontalLayout_9);
- horizontalLayout_11 = new QHBoxLayout();
- horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11"));
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_11->addItem(horizontalSpacer_2);
- incrementalBackwardButton = new QPushButton(GraphicalTransformationDlg);
- incrementalBackwardButton->setObjectName(QString::fromUtf8("incrementalBackwardButton"));
- horizontalLayout_11->addWidget(incrementalBackwardButton);
- incrementalForwardButton = new QPushButton(GraphicalTransformationDlg);
- incrementalForwardButton->setObjectName(QString::fromUtf8("incrementalForwardButton"));
- horizontalLayout_11->addWidget(incrementalForwardButton);
- verticalLayout->addLayout(horizontalLayout_11);
- retranslateUi(GraphicalTransformationDlg);
- QMetaObject::connectSlotsByName(GraphicalTransformationDlg);
- } // setupUi
- void retranslateUi(QDialog *GraphicalTransformationDlg)
- {
- GraphicalTransformationDlg->setWindowTitle(QCoreApplication::translate("GraphicalTransformationDlg", "Graphical Transformation", nullptr));
- #if QT_CONFIG(tooltip)
- pauseButton->setToolTip(QCoreApplication::translate("GraphicalTransformationDlg", "Pause transformation (allow rotation/panning of 3D view)", nullptr));
- #endif // QT_CONFIG(tooltip)
- #if QT_CONFIG(statustip)
- pauseButton->setStatusTip(QCoreApplication::translate("GraphicalTransformationDlg", "Pause transformation (allow rotation/panning of 3D view)", nullptr));
- #endif // QT_CONFIG(statustip)
- pauseButton->setText(QCoreApplication::translate("GraphicalTransformationDlg", "pause", nullptr));
- label->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Rotation", nullptr));
- rotComboBox->setItemText(4, QCoreApplication::translate("GraphicalTransformationDlg", "None", nullptr));
- advPushButton->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Advanced", nullptr));
- translateLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Translate Along:", nullptr));
- advTranslateComboBox->setItemText(0, QCoreApplication::translate("GraphicalTransformationDlg", "Origin", nullptr));
- rotateLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Rotate Around:", nullptr));
- advRotateComboBox->setItemText(0, QCoreApplication::translate("GraphicalTransformationDlg", "Origin", nullptr));
- rotAxisLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Rotation Axis Selection:", nullptr));
- objCenterRadio->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Object Center", nullptr));
- refAxisRadio->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Reference Axis", nullptr));
- IncrementalTransformLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Incremental tranform:", nullptr));
- incrementalRotLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Rotation", nullptr));
- incrementalTransLabel->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Translation", nullptr));
- #if QT_CONFIG(tooltip)
- incrementalBackwardButton->setToolTip(QCoreApplication::translate("GraphicalTransformationDlg", "Incremental transform: transform backward", nullptr));
- #endif // QT_CONFIG(tooltip)
- incrementalBackwardButton->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Backward", nullptr));
- #if QT_CONFIG(shortcut)
- incrementalBackwardButton->setShortcut(QCoreApplication::translate("GraphicalTransformationDlg", "Left", nullptr));
- #endif // QT_CONFIG(shortcut)
- #if QT_CONFIG(tooltip)
- incrementalForwardButton->setToolTip(QString());
- #endif // QT_CONFIG(tooltip)
- incrementalForwardButton->setText(QCoreApplication::translate("GraphicalTransformationDlg", "Forward", nullptr));
- #if QT_CONFIG(shortcut)
- incrementalForwardButton->setShortcut(QCoreApplication::translate("GraphicalTransformationDlg", "Right", nullptr));
- #endif // QT_CONFIG(shortcut)
- } // retranslateUi
- };
- namespace Ui {
- class GraphicalTransformationDlg: public Ui_GraphicalTransformationDlg {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_GRAPHICALTRANSFORMATIONDLG_H
|