ui_dialogsetsegment.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogsetsegment.ui'
  3. **
  4. ** Created: Thu Jul 25 17:21:49 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_DIALOGSETSEGMENT_H
  10. #define UI_DIALOGSETSEGMENT_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QDialogButtonBox>
  17. #include <QtGui/QHBoxLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QSpinBox>
  21. #include <QtGui/QVBoxLayout>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_DialogSetSegment
  24. {
  25. public:
  26. QVBoxLayout *verticalLayout;
  27. QHBoxLayout *horizontalLayout;
  28. QLabel *label;
  29. QSpinBox *spinBox;
  30. QLabel *label_2;
  31. QDialogButtonBox *buttonBox;
  32. void setupUi(QDialog *DialogSetSegment)
  33. {
  34. if (DialogSetSegment->objectName().isEmpty())
  35. DialogSetSegment->setObjectName(QString::fromUtf8("DialogSetSegment"));
  36. DialogSetSegment->resize(265, 121);
  37. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  38. sizePolicy.setHorizontalStretch(0);
  39. sizePolicy.setVerticalStretch(0);
  40. sizePolicy.setHeightForWidth(DialogSetSegment->sizePolicy().hasHeightForWidth());
  41. DialogSetSegment->setSizePolicy(sizePolicy);
  42. verticalLayout = new QVBoxLayout(DialogSetSegment);
  43. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  44. verticalLayout->setSizeConstraint(QLayout::SetFixedSize);
  45. horizontalLayout = new QHBoxLayout();
  46. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  47. label = new QLabel(DialogSetSegment);
  48. label->setObjectName(QString::fromUtf8("label"));
  49. label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  50. horizontalLayout->addWidget(label);
  51. spinBox = new QSpinBox(DialogSetSegment);
  52. spinBox->setObjectName(QString::fromUtf8("spinBox"));
  53. spinBox->setMinimum(2);
  54. spinBox->setMaximum(7);
  55. spinBox->setValue(7);
  56. horizontalLayout->addWidget(spinBox);
  57. label_2 = new QLabel(DialogSetSegment);
  58. label_2->setObjectName(QString::fromUtf8("label_2"));
  59. horizontalLayout->addWidget(label_2);
  60. verticalLayout->addLayout(horizontalLayout);
  61. buttonBox = new QDialogButtonBox(DialogSetSegment);
  62. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  63. buttonBox->setOrientation(Qt::Horizontal);
  64. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  65. verticalLayout->addWidget(buttonBox);
  66. retranslateUi(DialogSetSegment);
  67. QObject::connect(buttonBox, SIGNAL(accepted()), DialogSetSegment, SLOT(accept()));
  68. QObject::connect(buttonBox, SIGNAL(rejected()), DialogSetSegment, SLOT(reject()));
  69. QMetaObject::connectSlotsByName(DialogSetSegment);
  70. } // setupUi
  71. void retranslateUi(QDialog *DialogSetSegment)
  72. {
  73. DialogSetSegment->setWindowTitle(QApplication::translate("DialogSetSegment", "\350\256\276\345\256\232\345\217\267\346\256\265\344\275\215\346\225\260", 0, QApplication::UnicodeUTF8));
  74. label->setText(QApplication::translate("DialogSetSegment", "\346\214\211\347\205\247\345\217\267\346\256\265\345\211\215", 0, QApplication::UnicodeUTF8));
  75. label_2->setText(QApplication::translate("DialogSetSegment", "\344\275\215\350\277\233\350\241\214\345\257\274\345\207\272", 0, QApplication::UnicodeUTF8));
  76. } // retranslateUi
  77. };
  78. namespace Ui {
  79. class DialogSetSegment: public Ui_DialogSetSegment {};
  80. } // namespace Ui
  81. QT_END_NAMESPACE
  82. #endif // UI_DIALOGSETSEGMENT_H