ui_dipDirTransformationDlg.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dipDirTransformationDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_DIPDIRTRANSFORMATIONDLG_H
  9. #define UI_DIPDIRTRANSFORMATIONDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QDialogButtonBox>
  15. #include <QtWidgets/QDoubleSpinBox>
  16. #include <QtWidgets/QFormLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QSpacerItem>
  19. #include <QtWidgets/QVBoxLayout>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_DipDirTransformationDialog
  22. {
  23. public:
  24. QVBoxLayout *verticalLayout;
  25. QFormLayout *formLayout;
  26. QLabel *label;
  27. QDoubleSpinBox *dipDoubleSpinBox;
  28. QLabel *label_2;
  29. QDoubleSpinBox *dipDirDoubleSpinBox;
  30. QCheckBox *rotateAboutCenterCheckBox;
  31. QSpacerItem *verticalSpacer;
  32. QDialogButtonBox *buttonBox;
  33. void setupUi(QDialog *DipDirTransformationDialog)
  34. {
  35. if (DipDirTransformationDialog->objectName().isEmpty())
  36. DipDirTransformationDialog->setObjectName(QString::fromUtf8("DipDirTransformationDialog"));
  37. DipDirTransformationDialog->resize(220, 140);
  38. verticalLayout = new QVBoxLayout(DipDirTransformationDialog);
  39. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  40. formLayout = new QFormLayout();
  41. formLayout->setObjectName(QString::fromUtf8("formLayout"));
  42. label = new QLabel(DipDirTransformationDialog);
  43. label->setObjectName(QString::fromUtf8("label"));
  44. formLayout->setWidget(0, QFormLayout::LabelRole, label);
  45. dipDoubleSpinBox = new QDoubleSpinBox(DipDirTransformationDialog);
  46. dipDoubleSpinBox->setObjectName(QString::fromUtf8("dipDoubleSpinBox"));
  47. dipDoubleSpinBox->setDecimals(3);
  48. dipDoubleSpinBox->setMaximum(90.000000000000000);
  49. formLayout->setWidget(0, QFormLayout::FieldRole, dipDoubleSpinBox);
  50. label_2 = new QLabel(DipDirTransformationDialog);
  51. label_2->setObjectName(QString::fromUtf8("label_2"));
  52. formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
  53. dipDirDoubleSpinBox = new QDoubleSpinBox(DipDirTransformationDialog);
  54. dipDirDoubleSpinBox->setObjectName(QString::fromUtf8("dipDirDoubleSpinBox"));
  55. dipDirDoubleSpinBox->setDecimals(3);
  56. dipDirDoubleSpinBox->setMaximum(360.000000000000000);
  57. formLayout->setWidget(1, QFormLayout::FieldRole, dipDirDoubleSpinBox);
  58. verticalLayout->addLayout(formLayout);
  59. rotateAboutCenterCheckBox = new QCheckBox(DipDirTransformationDialog);
  60. rotateAboutCenterCheckBox->setObjectName(QString::fromUtf8("rotateAboutCenterCheckBox"));
  61. verticalLayout->addWidget(rotateAboutCenterCheckBox);
  62. verticalSpacer = new QSpacerItem(20, 13, QSizePolicy::Minimum, QSizePolicy::Expanding);
  63. verticalLayout->addItem(verticalSpacer);
  64. buttonBox = new QDialogButtonBox(DipDirTransformationDialog);
  65. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  66. buttonBox->setOrientation(Qt::Horizontal);
  67. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  68. verticalLayout->addWidget(buttonBox);
  69. retranslateUi(DipDirTransformationDialog);
  70. QObject::connect(buttonBox, SIGNAL(accepted()), DipDirTransformationDialog, SLOT(accept()));
  71. QObject::connect(buttonBox, SIGNAL(rejected()), DipDirTransformationDialog, SLOT(reject()));
  72. QMetaObject::connectSlotsByName(DipDirTransformationDialog);
  73. } // setupUi
  74. void retranslateUi(QDialog *DipDirTransformationDialog)
  75. {
  76. DipDirTransformationDialog->setWindowTitle(QCoreApplication::translate("DipDirTransformationDialog", "Dip / dip dir. transformation", nullptr));
  77. label->setText(QCoreApplication::translate("DipDirTransformationDialog", "Dip", nullptr));
  78. dipDoubleSpinBox->setSuffix(QCoreApplication::translate("DipDirTransformationDialog", " deg.", nullptr));
  79. label_2->setText(QCoreApplication::translate("DipDirTransformationDialog", "Dip direction", nullptr));
  80. dipDirDoubleSpinBox->setSuffix(QCoreApplication::translate("DipDirTransformationDialog", " deg.", nullptr));
  81. rotateAboutCenterCheckBox->setText(QCoreApplication::translate("DipDirTransformationDialog", "rotate about selection center", nullptr));
  82. } // retranslateUi
  83. };
  84. namespace Ui {
  85. class DipDirTransformationDialog: public Ui_DipDirTransformationDialog {};
  86. } // namespace Ui
  87. QT_END_NAMESPACE
  88. #endif // UI_DIPDIRTRANSFORMATIONDLG_H