ui_dialogselectsegment.h 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogselectsegment.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_DIALOGSELECTSEGMENT_H
  10. #define UI_DIALOGSELECTSEGMENT_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/QLineEdit>
  21. #include <QtGui/QRadioButton>
  22. #include <QtGui/QTreeView>
  23. #include <QtGui/QVBoxLayout>
  24. #include <QtGui/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_DialogSelectSegment
  27. {
  28. public:
  29. QDialogButtonBox *buttonBox;
  30. QTreeView *treeView;
  31. QWidget *verticalLayoutWidget_2;
  32. QVBoxLayout *verticalLayout_2;
  33. QHBoxLayout *horizontalLayout_2;
  34. QRadioButton *allRB;
  35. QRadioButton *cmccRB;
  36. QRadioButton *cutcRB;
  37. QRadioButton *ctccRB;
  38. QHBoxLayout *horizontalLayout;
  39. QRadioButton *selfRB;
  40. QLineEdit *startEdit;
  41. QLabel *label;
  42. QLineEdit *endEdit;
  43. QLabel *label_2;
  44. QLabel *label_3;
  45. QWidget *verticalLayoutWidget;
  46. QVBoxLayout *verticalLayout;
  47. QLabel *selectLabel;
  48. QLabel *totalLabel;
  49. QWidget *verticalLayoutWidget_3;
  50. QVBoxLayout *verticalLayout_3;
  51. QLabel *labelCount;
  52. void setupUi(QDialog *DialogSelectSegment)
  53. {
  54. if (DialogSelectSegment->objectName().isEmpty())
  55. DialogSelectSegment->setObjectName(QString::fromUtf8("DialogSelectSegment"));
  56. DialogSelectSegment->resize(650, 490);
  57. DialogSelectSegment->setMinimumSize(QSize(650, 490));
  58. DialogSelectSegment->setMaximumSize(QSize(650, 490));
  59. buttonBox = new QDialogButtonBox(DialogSelectSegment);
  60. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  61. buttonBox->setGeometry(QRect(300, 420, 341, 32));
  62. buttonBox->setOrientation(Qt::Horizontal);
  63. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  64. treeView = new QTreeView(DialogSelectSegment);
  65. treeView->setObjectName(QString::fromUtf8("treeView"));
  66. treeView->setGeometry(QRect(10, 10, 131, 401));
  67. treeView->setEditTriggers(QAbstractItemView::NoEditTriggers);
  68. verticalLayoutWidget_2 = new QWidget(DialogSelectSegment);
  69. verticalLayoutWidget_2->setObjectName(QString::fromUtf8("verticalLayoutWidget_2"));
  70. verticalLayoutWidget_2->setGeometry(QRect(150, 10, 471, 61));
  71. verticalLayout_2 = new QVBoxLayout(verticalLayoutWidget_2);
  72. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  73. verticalLayout_2->setContentsMargins(0, 0, 0, 0);
  74. horizontalLayout_2 = new QHBoxLayout();
  75. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  76. allRB = new QRadioButton(verticalLayoutWidget_2);
  77. allRB->setObjectName(QString::fromUtf8("allRB"));
  78. allRB->setChecked(true);
  79. horizontalLayout_2->addWidget(allRB);
  80. cmccRB = new QRadioButton(verticalLayoutWidget_2);
  81. cmccRB->setObjectName(QString::fromUtf8("cmccRB"));
  82. horizontalLayout_2->addWidget(cmccRB);
  83. cutcRB = new QRadioButton(verticalLayoutWidget_2);
  84. cutcRB->setObjectName(QString::fromUtf8("cutcRB"));
  85. horizontalLayout_2->addWidget(cutcRB);
  86. ctccRB = new QRadioButton(verticalLayoutWidget_2);
  87. ctccRB->setObjectName(QString::fromUtf8("ctccRB"));
  88. horizontalLayout_2->addWidget(ctccRB);
  89. verticalLayout_2->addLayout(horizontalLayout_2);
  90. horizontalLayout = new QHBoxLayout();
  91. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  92. selfRB = new QRadioButton(verticalLayoutWidget_2);
  93. selfRB->setObjectName(QString::fromUtf8("selfRB"));
  94. horizontalLayout->addWidget(selfRB);
  95. startEdit = new QLineEdit(verticalLayoutWidget_2);
  96. startEdit->setObjectName(QString::fromUtf8("startEdit"));
  97. horizontalLayout->addWidget(startEdit);
  98. label = new QLabel(verticalLayoutWidget_2);
  99. label->setObjectName(QString::fromUtf8("label"));
  100. horizontalLayout->addWidget(label);
  101. endEdit = new QLineEdit(verticalLayoutWidget_2);
  102. endEdit->setObjectName(QString::fromUtf8("endEdit"));
  103. horizontalLayout->addWidget(endEdit);
  104. label_2 = new QLabel(verticalLayoutWidget_2);
  105. label_2->setObjectName(QString::fromUtf8("label_2"));
  106. horizontalLayout->addWidget(label_2);
  107. label_3 = new QLabel(verticalLayoutWidget_2);
  108. label_3->setObjectName(QString::fromUtf8("label_3"));
  109. horizontalLayout->addWidget(label_3);
  110. verticalLayout_2->addLayout(horizontalLayout);
  111. verticalLayoutWidget = new QWidget(DialogSelectSegment);
  112. verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
  113. verticalLayoutWidget->setGeometry(QRect(150, 420, 271, 51));
  114. verticalLayout = new QVBoxLayout(verticalLayoutWidget);
  115. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  116. verticalLayout->setContentsMargins(0, 0, 0, 0);
  117. selectLabel = new QLabel(verticalLayoutWidget);
  118. selectLabel->setObjectName(QString::fromUtf8("selectLabel"));
  119. verticalLayout->addWidget(selectLabel);
  120. totalLabel = new QLabel(verticalLayoutWidget);
  121. totalLabel->setObjectName(QString::fromUtf8("totalLabel"));
  122. verticalLayout->addWidget(totalLabel);
  123. verticalLayoutWidget_3 = new QWidget(DialogSelectSegment);
  124. verticalLayoutWidget_3->setObjectName(QString::fromUtf8("verticalLayoutWidget_3"));
  125. verticalLayoutWidget_3->setGeometry(QRect(150, 80, 491, 331));
  126. verticalLayout_3 = new QVBoxLayout(verticalLayoutWidget_3);
  127. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  128. verticalLayout_3->setContentsMargins(0, 0, 0, 0);
  129. labelCount = new QLabel(DialogSelectSegment);
  130. labelCount->setObjectName(QString::fromUtf8("labelCount"));
  131. labelCount->setGeometry(QRect(10, 420, 121, 16));
  132. retranslateUi(DialogSelectSegment);
  133. QObject::connect(buttonBox, SIGNAL(accepted()), DialogSelectSegment, SLOT(accept()));
  134. QObject::connect(buttonBox, SIGNAL(rejected()), DialogSelectSegment, SLOT(reject()));
  135. QMetaObject::connectSlotsByName(DialogSelectSegment);
  136. } // setupUi
  137. void retranslateUi(QDialog *DialogSelectSegment)
  138. {
  139. DialogSelectSegment->setWindowTitle(QApplication::translate("DialogSelectSegment", "\345\257\274\345\205\245\345\217\267\346\256\265", 0, QApplication::UnicodeUTF8));
  140. allRB->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
  141. cmccRB->setText(QApplication::translate("DialogSelectSegment", "\344\270\255\345\233\275\347\247\273\345\212\250", 0, QApplication::UnicodeUTF8));
  142. cutcRB->setText(QApplication::translate("DialogSelectSegment", "\350\201\224\351\200\232\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
  143. ctccRB->setText(QApplication::translate("DialogSelectSegment", "\347\224\265\344\277\241\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
  144. selfRB->setText(QApplication::translate("DialogSelectSegment", "\350\207\252\345\256\232\344\271\211\345\217\267\346\256\265", 0, QApplication::UnicodeUTF8));
  145. label->setText(QApplication::translate("DialogSelectSegment", "0000-", 0, QApplication::UnicodeUTF8));
  146. label_2->setText(QApplication::translate("DialogSelectSegment", "9999", 0, QApplication::UnicodeUTF8));
  147. 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));
  148. 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));
  149. 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));
  150. labelCount->setText(QApplication::translate("DialogSelectSegment", "TextLabel", 0, QApplication::UnicodeUTF8));
  151. } // retranslateUi
  152. };
  153. namespace Ui {
  154. class DialogSelectSegment: public Ui_DialogSelectSegment {};
  155. } // namespace Ui
  156. QT_END_NAMESPACE
  157. #endif // UI_DIALOGSELECTSEGMENT_H