ui_image_viewer_form.h 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'image_viewer_form.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.9.5
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_IMAGE_VIEWER_FORM_H
  9. #define UI_IMAGE_VIEWER_FORM_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QAction>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QButtonGroup>
  14. #include <QtWidgets/QComboBox>
  15. #include <QtWidgets/QFormLayout>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QHeaderView>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QSpacerItem>
  20. #include <QtWidgets/QSpinBox>
  21. #include <QtWidgets/QVBoxLayout>
  22. #include <QtWidgets/QWidget>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_image_viewer_form
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout;
  28. QHBoxLayout *horizontalLayout;
  29. QFormLayout *formLayout;
  30. QLabel *image_topic_label_;
  31. QComboBox *image_topic_combo_box_;
  32. QSpacerItem *horizontalSpacer_2;
  33. QFormLayout *formLayout_2;
  34. QLabel *rect_topic_label_;
  35. QComboBox *rect_topic_combo_box_;
  36. QSpacerItem *horizontalSpacer;
  37. QFormLayout *formLayout_3;
  38. QLabel *point_topic_label_;
  39. QComboBox *point_topic_combo_box_;
  40. QSpinBox *point_size_spin_box_;
  41. QSpacerItem *horizontalSpacer_3;
  42. QFormLayout *formLayout_4;
  43. QLabel *lane_topic_label_;
  44. QComboBox *lane_topic_combo_box_;
  45. QLabel *view_;
  46. void setupUi(QWidget *image_viewer_form)
  47. {
  48. if (image_viewer_form->objectName().isEmpty())
  49. image_viewer_form->setObjectName(QStringLiteral("image_viewer_form"));
  50. image_viewer_form->resize(646, 527);
  51. verticalLayout = new QVBoxLayout(image_viewer_form);
  52. verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
  53. horizontalLayout = new QHBoxLayout();
  54. horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
  55. formLayout = new QFormLayout();
  56. formLayout->setObjectName(QStringLiteral("formLayout"));
  57. image_topic_label_ = new QLabel(image_viewer_form);
  58. image_topic_label_->setObjectName(QStringLiteral("image_topic_label_"));
  59. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
  60. sizePolicy.setHorizontalStretch(0);
  61. sizePolicy.setVerticalStretch(0);
  62. sizePolicy.setHeightForWidth(image_topic_label_->sizePolicy().hasHeightForWidth());
  63. image_topic_label_->setSizePolicy(sizePolicy);
  64. QFont font;
  65. font.setFamily(QStringLiteral("Ubuntu"));
  66. font.setPointSize(14);
  67. font.setBold(true);
  68. font.setWeight(75);
  69. image_topic_label_->setFont(font);
  70. formLayout->setWidget(0, QFormLayout::LabelRole, image_topic_label_);
  71. image_topic_combo_box_ = new QComboBox(image_viewer_form);
  72. image_topic_combo_box_->setObjectName(QStringLiteral("image_topic_combo_box_"));
  73. formLayout->setWidget(1, QFormLayout::SpanningRole, image_topic_combo_box_);
  74. horizontalLayout->addLayout(formLayout);
  75. horizontalSpacer_2 = new QSpacerItem(18, 18, QSizePolicy::Expanding, QSizePolicy::Minimum);
  76. horizontalLayout->addItem(horizontalSpacer_2);
  77. formLayout_2 = new QFormLayout();
  78. formLayout_2->setObjectName(QStringLiteral("formLayout_2"));
  79. rect_topic_label_ = new QLabel(image_viewer_form);
  80. rect_topic_label_->setObjectName(QStringLiteral("rect_topic_label_"));
  81. sizePolicy.setHeightForWidth(rect_topic_label_->sizePolicy().hasHeightForWidth());
  82. rect_topic_label_->setSizePolicy(sizePolicy);
  83. rect_topic_label_->setFont(font);
  84. formLayout_2->setWidget(0, QFormLayout::LabelRole, rect_topic_label_);
  85. rect_topic_combo_box_ = new QComboBox(image_viewer_form);
  86. rect_topic_combo_box_->setObjectName(QStringLiteral("rect_topic_combo_box_"));
  87. formLayout_2->setWidget(1, QFormLayout::SpanningRole, rect_topic_combo_box_);
  88. horizontalLayout->addLayout(formLayout_2);
  89. horizontalSpacer = new QSpacerItem(17, 17, QSizePolicy::Expanding, QSizePolicy::Minimum);
  90. horizontalLayout->addItem(horizontalSpacer);
  91. formLayout_3 = new QFormLayout();
  92. formLayout_3->setObjectName(QStringLiteral("formLayout_3"));
  93. point_topic_label_ = new QLabel(image_viewer_form);
  94. point_topic_label_->setObjectName(QStringLiteral("point_topic_label_"));
  95. sizePolicy.setHeightForWidth(point_topic_label_->sizePolicy().hasHeightForWidth());
  96. point_topic_label_->setSizePolicy(sizePolicy);
  97. point_topic_label_->setFont(font);
  98. formLayout_3->setWidget(0, QFormLayout::LabelRole, point_topic_label_);
  99. point_topic_combo_box_ = new QComboBox(image_viewer_form);
  100. point_topic_combo_box_->setObjectName(QStringLiteral("point_topic_combo_box_"));
  101. formLayout_3->setWidget(1, QFormLayout::SpanningRole, point_topic_combo_box_);
  102. point_size_spin_box_ = new QSpinBox(image_viewer_form);
  103. point_size_spin_box_->setObjectName(QStringLiteral("point_size_spin_box_"));
  104. formLayout_3->setWidget(2, QFormLayout::SpanningRole, point_size_spin_box_);
  105. horizontalLayout->addLayout(formLayout_3);
  106. horizontalSpacer_3 = new QSpacerItem(18, 17, QSizePolicy::Expanding, QSizePolicy::Minimum);
  107. horizontalLayout->addItem(horizontalSpacer_3);
  108. formLayout_4 = new QFormLayout();
  109. formLayout_4->setObjectName(QStringLiteral("formLayout_4"));
  110. lane_topic_label_ = new QLabel(image_viewer_form);
  111. lane_topic_label_->setObjectName(QStringLiteral("lane_topic_label_"));
  112. sizePolicy.setHeightForWidth(lane_topic_label_->sizePolicy().hasHeightForWidth());
  113. lane_topic_label_->setSizePolicy(sizePolicy);
  114. lane_topic_label_->setFont(font);
  115. formLayout_4->setWidget(0, QFormLayout::LabelRole, lane_topic_label_);
  116. lane_topic_combo_box_ = new QComboBox(image_viewer_form);
  117. lane_topic_combo_box_->setObjectName(QStringLiteral("lane_topic_combo_box_"));
  118. formLayout_4->setWidget(1, QFormLayout::SpanningRole, lane_topic_combo_box_);
  119. horizontalLayout->addLayout(formLayout_4);
  120. verticalLayout->addLayout(horizontalLayout);
  121. view_ = new QLabel(image_viewer_form);
  122. view_->setObjectName(QStringLiteral("view_"));
  123. QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
  124. sizePolicy1.setHorizontalStretch(0);
  125. sizePolicy1.setVerticalStretch(0);
  126. sizePolicy1.setHeightForWidth(view_->sizePolicy().hasHeightForWidth());
  127. view_->setSizePolicy(sizePolicy1);
  128. view_->setMinimumSize(QSize(1, 1));
  129. view_->setAlignment(Qt::AlignCenter);
  130. verticalLayout->addWidget(view_);
  131. retranslateUi(image_viewer_form);
  132. QMetaObject::connectSlotsByName(image_viewer_form);
  133. } // setupUi
  134. void retranslateUi(QWidget *image_viewer_form)
  135. {
  136. image_viewer_form->setWindowTitle(QApplication::translate("image_viewer_form", "Form", Q_NULLPTR));
  137. image_topic_label_->setText(QApplication::translate("image_viewer_form", "Image Topic: ", Q_NULLPTR));
  138. rect_topic_label_->setText(QApplication::translate("image_viewer_form", "Object Rect Topic: ", Q_NULLPTR));
  139. point_topic_label_->setText(QApplication::translate("image_viewer_form", "Point Topic: ", Q_NULLPTR));
  140. #ifndef QT_NO_TOOLTIP
  141. point_size_spin_box_->setToolTip(QApplication::translate("image_viewer_form", "<html><head/><body><p>Displayed Point Size</p></body></html>", Q_NULLPTR));
  142. #endif // QT_NO_TOOLTIP
  143. lane_topic_label_->setText(QApplication::translate("image_viewer_form", "Lane Topic: ", Q_NULLPTR));
  144. view_->setText(QApplication::translate("image_viewer_form", "TextLabel", Q_NULLPTR));
  145. } // retranslateUi
  146. };
  147. namespace Ui {
  148. class image_viewer_form: public Ui_image_viewer_form {};
  149. } // namespace Ui
  150. QT_END_NAMESPACE
  151. #endif // UI_IMAGE_VIEWER_FORM_H