ui_orthoSectionGenerationDlg.h 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'orthoSectionGenerationDlg.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_ORTHOSECTIONGENERATIONDLG_H
  9. #define UI_ORTHOSECTIONGENERATIONDLG_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/QHBoxLayout>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QLineEdit>
  20. #include <QtWidgets/QSpacerItem>
  21. #include <QtWidgets/QVBoxLayout>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_OrthoSectionGenerationDlg
  24. {
  25. public:
  26. QVBoxLayout *verticalLayout;
  27. QHBoxLayout *horizontalLayout;
  28. QLabel *label;
  29. QLineEdit *pathLengthLineEdit;
  30. QLabel *label_4;
  31. QLineEdit *sectionCountLineEdit;
  32. QFormLayout *formLayout;
  33. QLabel *label_2;
  34. QDoubleSpinBox *stepDoubleSpinBox;
  35. QLabel *label_3;
  36. QDoubleSpinBox *widthDoubleSpinBox;
  37. QCheckBox *autoSaveAndRemoveCheckBox;
  38. QSpacerItem *verticalSpacer;
  39. QDialogButtonBox *buttonBox;
  40. void setupUi(QDialog *OrthoSectionGenerationDlg)
  41. {
  42. if (OrthoSectionGenerationDlg->objectName().isEmpty())
  43. OrthoSectionGenerationDlg->setObjectName(QString::fromUtf8("OrthoSectionGenerationDlg"));
  44. OrthoSectionGenerationDlg->resize(350, 152);
  45. verticalLayout = new QVBoxLayout(OrthoSectionGenerationDlg);
  46. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  47. horizontalLayout = new QHBoxLayout();
  48. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  49. label = new QLabel(OrthoSectionGenerationDlg);
  50. label->setObjectName(QString::fromUtf8("label"));
  51. horizontalLayout->addWidget(label);
  52. pathLengthLineEdit = new QLineEdit(OrthoSectionGenerationDlg);
  53. pathLengthLineEdit->setObjectName(QString::fromUtf8("pathLengthLineEdit"));
  54. pathLengthLineEdit->setEnabled(false);
  55. pathLengthLineEdit->setReadOnly(true);
  56. horizontalLayout->addWidget(pathLengthLineEdit);
  57. label_4 = new QLabel(OrthoSectionGenerationDlg);
  58. label_4->setObjectName(QString::fromUtf8("label_4"));
  59. horizontalLayout->addWidget(label_4);
  60. sectionCountLineEdit = new QLineEdit(OrthoSectionGenerationDlg);
  61. sectionCountLineEdit->setObjectName(QString::fromUtf8("sectionCountLineEdit"));
  62. sectionCountLineEdit->setEnabled(false);
  63. sectionCountLineEdit->setReadOnly(true);
  64. horizontalLayout->addWidget(sectionCountLineEdit);
  65. verticalLayout->addLayout(horizontalLayout);
  66. formLayout = new QFormLayout();
  67. formLayout->setObjectName(QString::fromUtf8("formLayout"));
  68. label_2 = new QLabel(OrthoSectionGenerationDlg);
  69. label_2->setObjectName(QString::fromUtf8("label_2"));
  70. formLayout->setWidget(0, QFormLayout::LabelRole, label_2);
  71. stepDoubleSpinBox = new QDoubleSpinBox(OrthoSectionGenerationDlg);
  72. stepDoubleSpinBox->setObjectName(QString::fromUtf8("stepDoubleSpinBox"));
  73. stepDoubleSpinBox->setDecimals(6);
  74. stepDoubleSpinBox->setMinimum(0.000000000000000);
  75. stepDoubleSpinBox->setMaximum(1000000000.000000000000000);
  76. formLayout->setWidget(0, QFormLayout::FieldRole, stepDoubleSpinBox);
  77. label_3 = new QLabel(OrthoSectionGenerationDlg);
  78. label_3->setObjectName(QString::fromUtf8("label_3"));
  79. formLayout->setWidget(1, QFormLayout::LabelRole, label_3);
  80. widthDoubleSpinBox = new QDoubleSpinBox(OrthoSectionGenerationDlg);
  81. widthDoubleSpinBox->setObjectName(QString::fromUtf8("widthDoubleSpinBox"));
  82. widthDoubleSpinBox->setDecimals(6);
  83. widthDoubleSpinBox->setMinimum(0.000001000000000);
  84. widthDoubleSpinBox->setMaximum(1000000000.000000000000000);
  85. formLayout->setWidget(1, QFormLayout::FieldRole, widthDoubleSpinBox);
  86. verticalLayout->addLayout(formLayout);
  87. autoSaveAndRemoveCheckBox = new QCheckBox(OrthoSectionGenerationDlg);
  88. autoSaveAndRemoveCheckBox->setObjectName(QString::fromUtf8("autoSaveAndRemoveCheckBox"));
  89. autoSaveAndRemoveCheckBox->setChecked(true);
  90. verticalLayout->addWidget(autoSaveAndRemoveCheckBox);
  91. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  92. verticalLayout->addItem(verticalSpacer);
  93. buttonBox = new QDialogButtonBox(OrthoSectionGenerationDlg);
  94. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  95. buttonBox->setOrientation(Qt::Horizontal);
  96. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  97. verticalLayout->addWidget(buttonBox);
  98. retranslateUi(OrthoSectionGenerationDlg);
  99. QObject::connect(buttonBox, SIGNAL(accepted()), OrthoSectionGenerationDlg, SLOT(accept()));
  100. QObject::connect(buttonBox, SIGNAL(rejected()), OrthoSectionGenerationDlg, SLOT(reject()));
  101. QMetaObject::connectSlotsByName(OrthoSectionGenerationDlg);
  102. } // setupUi
  103. void retranslateUi(QDialog *OrthoSectionGenerationDlg)
  104. {
  105. OrthoSectionGenerationDlg->setWindowTitle(QCoreApplication::translate("OrthoSectionGenerationDlg", "Orthogonal sections generation", nullptr));
  106. #if QT_CONFIG(tooltip)
  107. label->setToolTip(QCoreApplication::translate("OrthoSectionGenerationDlg", "Selected path length", nullptr));
  108. #endif // QT_CONFIG(tooltip)
  109. label->setText(QCoreApplication::translate("OrthoSectionGenerationDlg", "path length", nullptr));
  110. label_4->setText(QCoreApplication::translate("OrthoSectionGenerationDlg", "sections", nullptr));
  111. #if QT_CONFIG(tooltip)
  112. sectionCountLineEdit->setToolTip(QCoreApplication::translate("OrthoSectionGenerationDlg", "Number of sections that will be generated (depends on the 'step' parameter)", nullptr));
  113. #endif // QT_CONFIG(tooltip)
  114. label_2->setText(QCoreApplication::translate("OrthoSectionGenerationDlg", "step", nullptr));
  115. #if QT_CONFIG(tooltip)
  116. stepDoubleSpinBox->setToolTip(QCoreApplication::translate("OrthoSectionGenerationDlg", "Section generation step", nullptr));
  117. #endif // QT_CONFIG(tooltip)
  118. label_3->setText(QCoreApplication::translate("OrthoSectionGenerationDlg", "width", nullptr));
  119. #if QT_CONFIG(tooltip)
  120. widthDoubleSpinBox->setToolTip(QCoreApplication::translate("OrthoSectionGenerationDlg", "Total width of each orthogonal section (centered on the path line)", nullptr));
  121. #endif // QT_CONFIG(tooltip)
  122. #if QT_CONFIG(tooltip)
  123. autoSaveAndRemoveCheckBox->setToolTip(QCoreApplication::translate("OrthoSectionGenerationDlg", "Automatically save then remove the generatrix polyline", nullptr));
  124. #endif // QT_CONFIG(tooltip)
  125. autoSaveAndRemoveCheckBox->setText(QCoreApplication::translate("OrthoSectionGenerationDlg", "auto save and remove generatrix", nullptr));
  126. } // retranslateUi
  127. };
  128. namespace Ui {
  129. class OrthoSectionGenerationDlg: public Ui_OrthoSectionGenerationDlg {};
  130. } // namespace Ui
  131. QT_END_NAMESPACE
  132. #endif // UI_ORTHOSECTIONGENERATIONDLG_H