| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogsetsegment.ui'
- **
- ** Created: Thu Jul 25 17:21:49 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_DIALOGSETSEGMENT_H
- #define UI_DIALOGSETSEGMENT_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QSpinBox>
- #include <QtGui/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_DialogSetSegment
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QLabel *label;
- QSpinBox *spinBox;
- QLabel *label_2;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *DialogSetSegment)
- {
- if (DialogSetSegment->objectName().isEmpty())
- DialogSetSegment->setObjectName(QString::fromUtf8("DialogSetSegment"));
- DialogSetSegment->resize(265, 121);
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DialogSetSegment->sizePolicy().hasHeightForWidth());
- DialogSetSegment->setSizePolicy(sizePolicy);
- verticalLayout = new QVBoxLayout(DialogSetSegment);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setSizeConstraint(QLayout::SetFixedSize);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label = new QLabel(DialogSetSegment);
- label->setObjectName(QString::fromUtf8("label"));
- label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
- horizontalLayout->addWidget(label);
- spinBox = new QSpinBox(DialogSetSegment);
- spinBox->setObjectName(QString::fromUtf8("spinBox"));
- spinBox->setMinimum(2);
- spinBox->setMaximum(7);
- spinBox->setValue(7);
- horizontalLayout->addWidget(spinBox);
- label_2 = new QLabel(DialogSetSegment);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout->addWidget(label_2);
- verticalLayout->addLayout(horizontalLayout);
- buttonBox = new QDialogButtonBox(DialogSetSegment);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout->addWidget(buttonBox);
- retranslateUi(DialogSetSegment);
- QObject::connect(buttonBox, SIGNAL(accepted()), DialogSetSegment, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogSetSegment, SLOT(reject()));
- QMetaObject::connectSlotsByName(DialogSetSegment);
- } // setupUi
- void retranslateUi(QDialog *DialogSetSegment)
- {
- 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));
- label->setText(QApplication::translate("DialogSetSegment", "\346\214\211\347\205\247\345\217\267\346\256\265\345\211\215", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("DialogSetSegment", "\344\275\215\350\277\233\350\241\214\345\257\274\345\207\272", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogSetSegment: public Ui_DialogSetSegment {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGSETSEGMENT_H
|