ui_graphicalSegmentationOptionsDlg.h 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'graphicalSegmentationOptionsDlg.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_GRAPHICALSEGMENTATIONOPTIONSDLG_H
  9. #define UI_GRAPHICALSEGMENTATIONOPTIONSDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QGridLayout>
  15. #include <QtWidgets/QGroupBox>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QLineEdit>
  19. #include <QtWidgets/QSpacerItem>
  20. #include <QtWidgets/QVBoxLayout>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_GraphicalSegmentationOptionsDlg
  23. {
  24. public:
  25. QVBoxLayout *verticalLayout_2;
  26. QGroupBox *groupBox_5;
  27. QGridLayout *gridLayout;
  28. QVBoxLayout *verticalLayout;
  29. QHBoxLayout *horizontalLayout_6;
  30. QLabel *label_10;
  31. QSpacerItem *horizontalSpacer;
  32. QLineEdit *remainingTextLineEdit;
  33. QHBoxLayout *horizontalLayout_11;
  34. QLabel *label_9;
  35. QSpacerItem *horizontalSpacer_2;
  36. QLineEdit *segmentedTextLineEdit;
  37. QDialogButtonBox *buttonBox;
  38. void setupUi(QDialog *GraphicalSegmentationOptionsDlg)
  39. {
  40. if (GraphicalSegmentationOptionsDlg->objectName().isEmpty())
  41. GraphicalSegmentationOptionsDlg->setObjectName(QString::fromUtf8("GraphicalSegmentationOptionsDlg"));
  42. GraphicalSegmentationOptionsDlg->resize(338, 132);
  43. verticalLayout_2 = new QVBoxLayout(GraphicalSegmentationOptionsDlg);
  44. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  45. groupBox_5 = new QGroupBox(GraphicalSegmentationOptionsDlg);
  46. groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
  47. QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
  48. sizePolicy.setHorizontalStretch(0);
  49. sizePolicy.setVerticalStretch(0);
  50. sizePolicy.setHeightForWidth(groupBox_5->sizePolicy().hasHeightForWidth());
  51. groupBox_5->setSizePolicy(sizePolicy);
  52. groupBox_5->setMinimumSize(QSize(320, 0));
  53. groupBox_5->setAutoFillBackground(false);
  54. groupBox_5->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  55. gridLayout = new QGridLayout(groupBox_5);
  56. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  57. gridLayout->setContentsMargins(30, 9, 9, 9);
  58. verticalLayout = new QVBoxLayout();
  59. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  60. horizontalLayout_6 = new QHBoxLayout();
  61. horizontalLayout_6->setSpacing(6);
  62. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  63. horizontalLayout_6->setContentsMargins(0, -1, -1, 0);
  64. label_10 = new QLabel(groupBox_5);
  65. label_10->setObjectName(QString::fromUtf8("label_10"));
  66. horizontalLayout_6->addWidget(label_10);
  67. horizontalSpacer = new QSpacerItem(15, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
  68. horizontalLayout_6->addItem(horizontalSpacer);
  69. remainingTextLineEdit = new QLineEdit(groupBox_5);
  70. remainingTextLineEdit->setObjectName(QString::fromUtf8("remainingTextLineEdit"));
  71. remainingTextLineEdit->setReadOnly(false);
  72. horizontalLayout_6->addWidget(remainingTextLineEdit);
  73. verticalLayout->addLayout(horizontalLayout_6);
  74. horizontalLayout_11 = new QHBoxLayout();
  75. horizontalLayout_11->setSpacing(6);
  76. horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11"));
  77. label_9 = new QLabel(groupBox_5);
  78. label_9->setObjectName(QString::fromUtf8("label_9"));
  79. horizontalLayout_11->addWidget(label_9);
  80. horizontalSpacer_2 = new QSpacerItem(10, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
  81. horizontalLayout_11->addItem(horizontalSpacer_2);
  82. segmentedTextLineEdit = new QLineEdit(groupBox_5);
  83. segmentedTextLineEdit->setObjectName(QString::fromUtf8("segmentedTextLineEdit"));
  84. segmentedTextLineEdit->setReadOnly(false);
  85. horizontalLayout_11->addWidget(segmentedTextLineEdit);
  86. verticalLayout->addLayout(horizontalLayout_11);
  87. gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
  88. verticalLayout_2->addWidget(groupBox_5);
  89. buttonBox = new QDialogButtonBox(GraphicalSegmentationOptionsDlg);
  90. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  91. buttonBox->setOrientation(Qt::Horizontal);
  92. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  93. verticalLayout_2->addWidget(buttonBox);
  94. retranslateUi(GraphicalSegmentationOptionsDlg);
  95. QObject::connect(buttonBox, SIGNAL(rejected()), GraphicalSegmentationOptionsDlg, SLOT(reject()));
  96. QObject::connect(buttonBox, SIGNAL(accepted()), GraphicalSegmentationOptionsDlg, SLOT(accept()));
  97. QMetaObject::connectSlotsByName(GraphicalSegmentationOptionsDlg);
  98. } // setupUi
  99. void retranslateUi(QDialog *GraphicalSegmentationOptionsDlg)
  100. {
  101. GraphicalSegmentationOptionsDlg->setWindowTitle(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Dialog", nullptr));
  102. groupBox_5->setTitle(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Additional Suffix", nullptr));
  103. label_10->setText(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Remaining:", nullptr));
  104. #if QT_CONFIG(tooltip)
  105. remainingTextLineEdit->setToolTip(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Suffix added to the remaining cloud", nullptr));
  106. #endif // QT_CONFIG(tooltip)
  107. remainingTextLineEdit->setText(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", ".remaining", nullptr));
  108. label_9->setText(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Segmented:", nullptr));
  109. #if QT_CONFIG(tooltip)
  110. segmentedTextLineEdit->setToolTip(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", "Suffix added to the segmented cloud", nullptr));
  111. #endif // QT_CONFIG(tooltip)
  112. segmentedTextLineEdit->setText(QCoreApplication::translate("GraphicalSegmentationOptionsDlg", ".segmented", nullptr));
  113. } // retranslateUi
  114. };
  115. namespace Ui {
  116. class GraphicalSegmentationOptionsDlg: public Ui_GraphicalSegmentationOptionsDlg {};
  117. } // namespace Ui
  118. QT_END_NAMESPACE
  119. #endif // UI_GRAPHICALSEGMENTATIONOPTIONSDLG_H