ui_sectionExtractionDlg.h 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'sectionExtractionDlg.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_SECTIONEXTRACTIONDLG_H
  9. #define UI_SECTIONEXTRACTIONDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QFrame>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QToolButton>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_SectionExtractionDlg
  21. {
  22. public:
  23. QHBoxLayout *horizontalLayout_2;
  24. QToolButton *polylineToolButton;
  25. QFrame *frame;
  26. QHBoxLayout *horizontalLayout;
  27. QToolButton *importFromDBToolButton;
  28. QToolButton *generateOrthoSectionsToolButton;
  29. QToolButton *extractPointsToolButton;
  30. QToolButton *unfoldToolButton;
  31. QToolButton *exportSectionsToolButton;
  32. QToolButton *undoToolButton;
  33. QToolButton *cancelToolButton;
  34. QToolButton *validToolButton;
  35. QLabel *label;
  36. QComboBox *vertAxisComboBox;
  37. void setupUi(QDialog *SectionExtractionDlg)
  38. {
  39. if (SectionExtractionDlg->objectName().isEmpty())
  40. SectionExtractionDlg->setObjectName(QString::fromUtf8("SectionExtractionDlg"));
  41. SectionExtractionDlg->resize(399, 36);
  42. horizontalLayout_2 = new QHBoxLayout(SectionExtractionDlg);
  43. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  44. horizontalLayout_2->setContentsMargins(2, 2, 2, 2);
  45. polylineToolButton = new QToolButton(SectionExtractionDlg);
  46. polylineToolButton->setObjectName(QString::fromUtf8("polylineToolButton"));
  47. QIcon icon;
  48. icon.addFile(QString::fromUtf8(":/CC/images/dbPolylineSymbol.png"), QSize(), QIcon::Normal, QIcon::Off);
  49. polylineToolButton->setIcon(icon);
  50. polylineToolButton->setCheckable(true);
  51. horizontalLayout_2->addWidget(polylineToolButton);
  52. frame = new QFrame(SectionExtractionDlg);
  53. frame->setObjectName(QString::fromUtf8("frame"));
  54. horizontalLayout = new QHBoxLayout(frame);
  55. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  56. horizontalLayout->setContentsMargins(0, 0, 0, 0);
  57. importFromDBToolButton = new QToolButton(frame);
  58. importFromDBToolButton->setObjectName(QString::fromUtf8("importFromDBToolButton"));
  59. QIcon icon1;
  60. icon1.addFile(QString::fromUtf8(":/CC/images/dbHObjectSymbol.png"), QSize(), QIcon::Normal, QIcon::Off);
  61. importFromDBToolButton->setIcon(icon1);
  62. horizontalLayout->addWidget(importFromDBToolButton);
  63. generateOrthoSectionsToolButton = new QToolButton(frame);
  64. generateOrthoSectionsToolButton->setObjectName(QString::fromUtf8("generateOrthoSectionsToolButton"));
  65. generateOrthoSectionsToolButton->setEnabled(false);
  66. QIcon icon2;
  67. icon2.addFile(QString::fromUtf8(":/CC/images/orthoSections.png"), QSize(), QIcon::Normal, QIcon::Off);
  68. generateOrthoSectionsToolButton->setIcon(icon2);
  69. horizontalLayout->addWidget(generateOrthoSectionsToolButton);
  70. extractPointsToolButton = new QToolButton(frame);
  71. extractPointsToolButton->setObjectName(QString::fromUtf8("extractPointsToolButton"));
  72. extractPointsToolButton->setEnabled(false);
  73. QIcon icon3;
  74. icon3.addFile(QString::fromUtf8(":/CC/images/sectionExtraction.png"), QSize(), QIcon::Normal, QIcon::Off);
  75. extractPointsToolButton->setIcon(icon3);
  76. horizontalLayout->addWidget(extractPointsToolButton);
  77. unfoldToolButton = new QToolButton(frame);
  78. unfoldToolButton->setObjectName(QString::fromUtf8("unfoldToolButton"));
  79. unfoldToolButton->setEnabled(false);
  80. QIcon icon4;
  81. icon4.addFile(QString::fromUtf8(":/CC/images/unfoldSmall.png"), QSize(), QIcon::Normal, QIcon::Off);
  82. unfoldToolButton->setIcon(icon4);
  83. horizontalLayout->addWidget(unfoldToolButton);
  84. exportSectionsToolButton = new QToolButton(frame);
  85. exportSectionsToolButton->setObjectName(QString::fromUtf8("exportSectionsToolButton"));
  86. exportSectionsToolButton->setEnabled(false);
  87. QIcon icon5;
  88. icon5.addFile(QString::fromUtf8(":/CC/images/ccSave.png"), QSize(), QIcon::Normal, QIcon::Off);
  89. exportSectionsToolButton->setIcon(icon5);
  90. horizontalLayout->addWidget(exportSectionsToolButton);
  91. undoToolButton = new QToolButton(frame);
  92. undoToolButton->setObjectName(QString::fromUtf8("undoToolButton"));
  93. undoToolButton->setEnabled(false);
  94. QIcon icon6;
  95. icon6.addFile(QString::fromUtf8(":/CC/images/smallReset.png"), QSize(), QIcon::Normal, QIcon::Off);
  96. undoToolButton->setIcon(icon6);
  97. horizontalLayout->addWidget(undoToolButton);
  98. cancelToolButton = new QToolButton(frame);
  99. cancelToolButton->setObjectName(QString::fromUtf8("cancelToolButton"));
  100. QIcon icon7;
  101. icon7.addFile(QString::fromUtf8(":/CC/images/smallCancel.png"), QSize(), QIcon::Normal, QIcon::Off);
  102. cancelToolButton->setIcon(icon7);
  103. horizontalLayout->addWidget(cancelToolButton);
  104. validToolButton = new QToolButton(frame);
  105. validToolButton->setObjectName(QString::fromUtf8("validToolButton"));
  106. QIcon icon8;
  107. icon8.addFile(QString::fromUtf8(":/CC/images/smallValidate.png"), QSize(), QIcon::Normal, QIcon::Off);
  108. validToolButton->setIcon(icon8);
  109. horizontalLayout->addWidget(validToolButton);
  110. label = new QLabel(frame);
  111. label->setObjectName(QString::fromUtf8("label"));
  112. horizontalLayout->addWidget(label);
  113. vertAxisComboBox = new QComboBox(frame);
  114. vertAxisComboBox->addItem(QString::fromUtf8("X"));
  115. vertAxisComboBox->addItem(QString::fromUtf8("Y"));
  116. vertAxisComboBox->addItem(QString::fromUtf8("Z"));
  117. vertAxisComboBox->setObjectName(QString::fromUtf8("vertAxisComboBox"));
  118. horizontalLayout->addWidget(vertAxisComboBox);
  119. horizontalLayout_2->addWidget(frame);
  120. retranslateUi(SectionExtractionDlg);
  121. QObject::connect(polylineToolButton, SIGNAL(toggled(bool)), frame, SLOT(setDisabled(bool)));
  122. vertAxisComboBox->setCurrentIndex(2);
  123. QMetaObject::connectSlotsByName(SectionExtractionDlg);
  124. } // setupUi
  125. void retranslateUi(QDialog *SectionExtractionDlg)
  126. {
  127. SectionExtractionDlg->setWindowTitle(QCoreApplication::translate("SectionExtractionDlg", "Section Extraction", nullptr));
  128. #if QT_CONFIG(tooltip)
  129. polylineToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Create polyline by clicking on the screen", nullptr));
  130. #endif // QT_CONFIG(tooltip)
  131. #if QT_CONFIG(tooltip)
  132. importFromDBToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Import one or several polylines from DB", nullptr));
  133. #endif // QT_CONFIG(tooltip)
  134. #if QT_CONFIG(tooltip)
  135. generateOrthoSectionsToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Generate orthogonal sections along a path", nullptr));
  136. #endif // QT_CONFIG(tooltip)
  137. #if QT_CONFIG(tooltip)
  138. extractPointsToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Extract points along active sections", nullptr));
  139. #endif // QT_CONFIG(tooltip)
  140. #if QT_CONFIG(tooltip)
  141. unfoldToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Unfold the points along the selected polyline", nullptr));
  142. #endif // QT_CONFIG(tooltip)
  143. #if QT_CONFIG(tooltip)
  144. exportSectionsToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Export manually defined sections to DB", nullptr));
  145. #endif // QT_CONFIG(tooltip)
  146. #if QT_CONFIG(tooltip)
  147. undoToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Undo last polyline(s) addition", nullptr));
  148. #endif // QT_CONFIG(tooltip)
  149. #if QT_CONFIG(tooltip)
  150. validToolButton->setToolTip(QCoreApplication::translate("SectionExtractionDlg", "Close the tool", nullptr));
  151. #endif // QT_CONFIG(tooltip)
  152. #if QT_CONFIG(statustip)
  153. validToolButton->setStatusTip(QCoreApplication::translate("SectionExtractionDlg", "Close the tool", nullptr));
  154. #endif // QT_CONFIG(statustip)
  155. validToolButton->setText(QCoreApplication::translate("SectionExtractionDlg", "OK", nullptr));
  156. label->setText(QCoreApplication::translate("SectionExtractionDlg", "Vert.", nullptr));
  157. } // retranslateUi
  158. };
  159. namespace Ui {
  160. class SectionExtractionDlg: public Ui_SectionExtractionDlg {};
  161. } // namespace Ui
  162. QT_END_NAMESPACE
  163. #endif // UI_SECTIONEXTRACTIONDLG_H