| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogselectsegment.ui'
- **
- ** Created: Mon Apr 22 11:51:39 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_DIALOGSELECTSEGMENT_H
- #define UI_DIALOGSELECTSEGMENT_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/QLineEdit>
- #include <QtGui/QRadioButton>
- #include <QtGui/QTreeView>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_DialogSelectSegment
- {
- public:
- QDialogButtonBox *buttonBox;
- QTreeView *treeView;
- QWidget *verticalLayoutWidget_2;
- QVBoxLayout *verticalLayout_2;
- QHBoxLayout *horizontalLayout_2;
- QRadioButton *allRB;
- QRadioButton *cmccRB;
- QRadioButton *cutcRB;
- QRadioButton *ctccRB;
- QHBoxLayout *horizontalLayout;
- QRadioButton *selfRB;
- QLineEdit *startEdit;
- QLabel *label;
- QLineEdit *endEdit;
- QLabel *label_2;
- QLabel *label_3;
- QWidget *verticalLayoutWidget;
- QVBoxLayout *verticalLayout;
- QLabel *selectLabel;
- QLabel *totalLabel;
- QWidget *verticalLayoutWidget_3;
- QVBoxLayout *verticalLayout_3;
- QLabel *labelCount;
- void setupUi(QDialog *DialogSelectSegment)
- {
- if (DialogSelectSegment->objectName().isEmpty())
- DialogSelectSegment->setObjectName(QString::fromUtf8("DialogSelectSegment"));
- DialogSelectSegment->resize(650, 490);
- DialogSelectSegment->setMinimumSize(QSize(650, 490));
- DialogSelectSegment->setMaximumSize(QSize(650, 490));
- buttonBox = new QDialogButtonBox(DialogSelectSegment);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setGeometry(QRect(300, 420, 341, 32));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- treeView = new QTreeView(DialogSelectSegment);
- treeView->setObjectName(QString::fromUtf8("treeView"));
- treeView->setGeometry(QRect(10, 10, 131, 401));
- treeView->setEditTriggers(QAbstractItemView::NoEditTriggers);
- verticalLayoutWidget_2 = new QWidget(DialogSelectSegment);
- verticalLayoutWidget_2->setObjectName(QString::fromUtf8("verticalLayoutWidget_2"));
- verticalLayoutWidget_2->setGeometry(QRect(150, 10, 471, 61));
- verticalLayout_2 = new QVBoxLayout(verticalLayoutWidget_2);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- verticalLayout_2->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- allRB = new QRadioButton(verticalLayoutWidget_2);
- allRB->setObjectName(QString::fromUtf8("allRB"));
- allRB->setChecked(true);
- horizontalLayout_2->addWidget(allRB);
- cmccRB = new QRadioButton(verticalLayoutWidget_2);
- cmccRB->setObjectName(QString::fromUtf8("cmccRB"));
- horizontalLayout_2->addWidget(cmccRB);
- cutcRB = new QRadioButton(verticalLayoutWidget_2);
- cutcRB->setObjectName(QString::fromUtf8("cutcRB"));
- horizontalLayout_2->addWidget(cutcRB);
- ctccRB = new QRadioButton(verticalLayoutWidget_2);
- ctccRB->setObjectName(QString::fromUtf8("ctccRB"));
- horizontalLayout_2->addWidget(ctccRB);
- verticalLayout_2->addLayout(horizontalLayout_2);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- selfRB = new QRadioButton(verticalLayoutWidget_2);
- selfRB->setObjectName(QString::fromUtf8("selfRB"));
- horizontalLayout->addWidget(selfRB);
- startEdit = new QLineEdit(verticalLayoutWidget_2);
- startEdit->setObjectName(QString::fromUtf8("startEdit"));
- horizontalLayout->addWidget(startEdit);
- label = new QLabel(verticalLayoutWidget_2);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- endEdit = new QLineEdit(verticalLayoutWidget_2);
- endEdit->setObjectName(QString::fromUtf8("endEdit"));
- horizontalLayout->addWidget(endEdit);
- label_2 = new QLabel(verticalLayoutWidget_2);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout->addWidget(label_2);
- label_3 = new QLabel(verticalLayoutWidget_2);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- horizontalLayout->addWidget(label_3);
- verticalLayout_2->addLayout(horizontalLayout);
- verticalLayoutWidget = new QWidget(DialogSelectSegment);
- verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
- verticalLayoutWidget->setGeometry(QRect(150, 420, 271, 51));
- verticalLayout = new QVBoxLayout(verticalLayoutWidget);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- selectLabel = new QLabel(verticalLayoutWidget);
- selectLabel->setObjectName(QString::fromUtf8("selectLabel"));
- verticalLayout->addWidget(selectLabel);
- totalLabel = new QLabel(verticalLayoutWidget);
- totalLabel->setObjectName(QString::fromUtf8("totalLabel"));
- verticalLayout->addWidget(totalLabel);
- verticalLayoutWidget_3 = new QWidget(DialogSelectSegment);
- verticalLayoutWidget_3->setObjectName(QString::fromUtf8("verticalLayoutWidget_3"));
- verticalLayoutWidget_3->setGeometry(QRect(150, 80, 491, 331));
- verticalLayout_3 = new QVBoxLayout(verticalLayoutWidget_3);
- verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
- verticalLayout_3->setContentsMargins(0, 0, 0, 0);
- labelCount = new QLabel(DialogSelectSegment);
- labelCount->setObjectName(QString::fromUtf8("labelCount"));
- labelCount->setGeometry(QRect(10, 420, 121, 16));
- retranslateUi(DialogSelectSegment);
- QObject::connect(buttonBox, SIGNAL(accepted()), DialogSelectSegment, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogSelectSegment, SLOT(reject()));
- QMetaObject::connectSlotsByName(DialogSelectSegment);
- } // setupUi
- void retranslateUi(QDialog *DialogSelectSegment)
- {
- DialogSelectSegment->setWindowTitle(QApplication::translate("DialogSelectSegment", "\345\257\274\345\205\245\345\217\267\346\256\265", 0, QApplication::UnicodeUTF8));
- allRB->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- cmccRB->setText(QApplication::translate("DialogSelectSegment", "\344\270\255\345\233\275\347\247\273\345\212\250", 0, QApplication::UnicodeUTF8));
- cutcRB->setText(QApplication::translate("DialogSelectSegment", "\350\201\224\351\200\232\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- ctccRB->setText(QApplication::translate("DialogSelectSegment", "\347\224\265\344\277\241\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- selfRB->setText(QApplication::translate("DialogSelectSegment", "\350\207\252\345\256\232\344\271\211\345\217\267\346\256\265", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("DialogSelectSegment", "0000-", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("DialogSelectSegment", "9999", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("DialogSelectSegment", "\357\274\210\350\276\223\345\205\245\345\217\267\347\240\201\345\211\2157\344\275\215\357\274\211", 0, QApplication::UnicodeUTF8));
- selectLabel->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\344\270\255\357\274\232[0]\344\270\252\345\217\267\346\256\265\357\274\214[0]\344\270\252\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- totalLabel->setText(QApplication::translate("DialogSelectSegment", "\345\275\223\345\211\215\357\274\232[0]\344\270\252\345\217\267\346\256\265\357\274\214[0]\344\270\252\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- labelCount->setText(QApplication::translate("DialogSelectSegment", "TextLabel", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogSelectSegment: public Ui_DialogSelectSegment {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGSELECTSEGMENT_H
|