ui_dialogselectsegment.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogselectsegment.ui'
  3. **
  4. ** Created: Mon Apr 22 12:44:29 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/QGridLayout>
  17. #include <QtGui/QHBoxLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QPushButton>
  21. #include <QtGui/QRadioButton>
  22. #include <QtGui/QSpacerItem>
  23. #include <QtGui/QTableWidget>
  24. #include <QtGui/QTreeView>
  25. #include <QtGui/QVBoxLayout>
  26. #include <QtGui/QWidget>
  27. QT_BEGIN_NAMESPACE
  28. class Ui_DialogSelectSegment
  29. {
  30. public:
  31. QGridLayout *gridLayout;
  32. QTreeView *treeView;
  33. QVBoxLayout *verticalLayout_3;
  34. QWidget *widget_2;
  35. QHBoxLayout *horizontalLayout_7;
  36. QLabel *label_2;
  37. QLabel *labelTip;
  38. QSpacerItem *horizontalSpacer_6;
  39. QLabel *label_6;
  40. QPushButton *pushButtonDetail;
  41. QLabel *label_7;
  42. QWidget *widget1;
  43. QHBoxLayout *horizontalLayout_6;
  44. QRadioButton *radioButton1;
  45. QRadioButton *radioButton2;
  46. QRadioButton *radioButton3;
  47. QRadioButton *radioButton4;
  48. QRadioButton *radioButton5;
  49. QRadioButton *radioButton6;
  50. QRadioButton *radioButton7;
  51. QRadioButton *radioButton30;
  52. QRadioButton *radioButton90;
  53. QRadioButton *radioButton180;
  54. QLabel *label;
  55. QWidget *widget2;
  56. QHBoxLayout *horizontalLayout_4;
  57. QRadioButton *allRB;
  58. QRadioButton *cmccRB;
  59. QRadioButton *cutcRB;
  60. QRadioButton *ctccRB;
  61. QRadioButton *xnRB;
  62. QWidget *widget;
  63. QHBoxLayout *horizontalLayout_2;
  64. QLabel *label_3;
  65. QLabel *label_4;
  66. QSpacerItem *horizontalSpacer;
  67. QRadioButton *radioButtonAll;
  68. QRadioButton *radioButtonDown;
  69. QRadioButton *radioButtonNoDown;
  70. QTableWidget *tableWidget;
  71. QWidget *widget3;
  72. QVBoxLayout *verticalLayout;
  73. QHBoxLayout *horizontalLayout_3;
  74. QLabel *labelRealCount;
  75. QSpacerItem *horizontalSpacer_3;
  76. QPushButton *pushButtonClearSelect;
  77. QPushButton *pushButtonToDown;
  78. QHBoxLayout *horizontalLayout_5;
  79. QLabel *labelSelect;
  80. QSpacerItem *horizontalSpacer_2;
  81. QLabel *label_5;
  82. QPushButton *pushButtonOrder;
  83. QLabel *labelCount;
  84. QHBoxLayout *horizontalLayout;
  85. QPushButton *pushButtonSync;
  86. QSpacerItem *horizontalSpacer_4;
  87. QPushButton *pushButtonClose;
  88. void setupUi(QDialog *DialogSelectSegment)
  89. {
  90. if (DialogSelectSegment->objectName().isEmpty())
  91. DialogSelectSegment->setObjectName(QString::fromUtf8("DialogSelectSegment"));
  92. DialogSelectSegment->resize(783, 530);
  93. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  94. sizePolicy.setHorizontalStretch(0);
  95. sizePolicy.setVerticalStretch(0);
  96. sizePolicy.setHeightForWidth(DialogSelectSegment->sizePolicy().hasHeightForWidth());
  97. DialogSelectSegment->setSizePolicy(sizePolicy);
  98. DialogSelectSegment->setMinimumSize(QSize(783, 530));
  99. DialogSelectSegment->setMaximumSize(QSize(783, 530));
  100. gridLayout = new QGridLayout(DialogSelectSegment);
  101. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  102. treeView = new QTreeView(DialogSelectSegment);
  103. treeView->setObjectName(QString::fromUtf8("treeView"));
  104. QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Expanding);
  105. sizePolicy1.setHorizontalStretch(0);
  106. sizePolicy1.setVerticalStretch(0);
  107. sizePolicy1.setHeightForWidth(treeView->sizePolicy().hasHeightForWidth());
  108. treeView->setSizePolicy(sizePolicy1);
  109. treeView->setMaximumSize(QSize(150, 16777215));
  110. treeView->setEditTriggers(QAbstractItemView::NoEditTriggers);
  111. gridLayout->addWidget(treeView, 0, 0, 2, 1);
  112. verticalLayout_3 = new QVBoxLayout();
  113. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  114. widget_2 = new QWidget(DialogSelectSegment);
  115. widget_2->setObjectName(QString::fromUtf8("widget_2"));
  116. widget_2->setMinimumSize(QSize(0, 20));
  117. horizontalLayout_7 = new QHBoxLayout(widget_2);
  118. horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
  119. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  120. label_2 = new QLabel(widget_2);
  121. label_2->setObjectName(QString::fromUtf8("label_2"));
  122. QFont font;
  123. font.setBold(true);
  124. font.setWeight(75);
  125. label_2->setFont(font);
  126. horizontalLayout_7->addWidget(label_2);
  127. labelTip = new QLabel(widget_2);
  128. labelTip->setObjectName(QString::fromUtf8("labelTip"));
  129. QFont font1;
  130. font1.setBold(false);
  131. font1.setWeight(50);
  132. labelTip->setFont(font1);
  133. labelTip->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  134. horizontalLayout_7->addWidget(labelTip);
  135. horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  136. horizontalLayout_7->addItem(horizontalSpacer_6);
  137. label_6 = new QLabel(widget_2);
  138. label_6->setObjectName(QString::fromUtf8("label_6"));
  139. horizontalLayout_7->addWidget(label_6);
  140. pushButtonDetail = new QPushButton(widget_2);
  141. pushButtonDetail->setObjectName(QString::fromUtf8("pushButtonDetail"));
  142. pushButtonDetail->setCursor(QCursor(Qt::PointingHandCursor));
  143. horizontalLayout_7->addWidget(pushButtonDetail);
  144. label_7 = new QLabel(widget_2);
  145. label_7->setObjectName(QString::fromUtf8("label_7"));
  146. horizontalLayout_7->addWidget(label_7);
  147. verticalLayout_3->addWidget(widget_2);
  148. widget1 = new QWidget(DialogSelectSegment);
  149. widget1->setObjectName(QString::fromUtf8("widget1"));
  150. widget1->setMinimumSize(QSize(0, 40));
  151. horizontalLayout_6 = new QHBoxLayout(widget1);
  152. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  153. radioButton1 = new QRadioButton(widget1);
  154. radioButton1->setObjectName(QString::fromUtf8("radioButton1"));
  155. radioButton1->setChecked(false);
  156. horizontalLayout_6->addWidget(radioButton1);
  157. radioButton2 = new QRadioButton(widget1);
  158. radioButton2->setObjectName(QString::fromUtf8("radioButton2"));
  159. horizontalLayout_6->addWidget(radioButton2);
  160. radioButton3 = new QRadioButton(widget1);
  161. radioButton3->setObjectName(QString::fromUtf8("radioButton3"));
  162. horizontalLayout_6->addWidget(radioButton3);
  163. radioButton4 = new QRadioButton(widget1);
  164. radioButton4->setObjectName(QString::fromUtf8("radioButton4"));
  165. horizontalLayout_6->addWidget(radioButton4);
  166. radioButton5 = new QRadioButton(widget1);
  167. radioButton5->setObjectName(QString::fromUtf8("radioButton5"));
  168. horizontalLayout_6->addWidget(radioButton5);
  169. radioButton6 = new QRadioButton(widget1);
  170. radioButton6->setObjectName(QString::fromUtf8("radioButton6"));
  171. horizontalLayout_6->addWidget(radioButton6);
  172. radioButton7 = new QRadioButton(widget1);
  173. radioButton7->setObjectName(QString::fromUtf8("radioButton7"));
  174. radioButton7->setMinimumSize(QSize(0, 16));
  175. radioButton7->setMaximumSize(QSize(16777215, 16));
  176. radioButton7->setChecked(true);
  177. horizontalLayout_6->addWidget(radioButton7);
  178. radioButton30 = new QRadioButton(widget1);
  179. radioButton30->setObjectName(QString::fromUtf8("radioButton30"));
  180. radioButton30->setMinimumSize(QSize(0, 16));
  181. radioButton30->setMaximumSize(QSize(16777215, 16));
  182. horizontalLayout_6->addWidget(radioButton30);
  183. radioButton90 = new QRadioButton(widget1);
  184. radioButton90->setObjectName(QString::fromUtf8("radioButton90"));
  185. radioButton90->setMinimumSize(QSize(0, 16));
  186. radioButton90->setMaximumSize(QSize(16777215, 16));
  187. horizontalLayout_6->addWidget(radioButton90);
  188. radioButton180 = new QRadioButton(widget1);
  189. radioButton180->setObjectName(QString::fromUtf8("radioButton180"));
  190. radioButton180->setMinimumSize(QSize(0, 16));
  191. radioButton180->setMaximumSize(QSize(16777215, 16));
  192. radioButton180->setChecked(false);
  193. horizontalLayout_6->addWidget(radioButton180);
  194. verticalLayout_3->addWidget(widget1);
  195. label = new QLabel(DialogSelectSegment);
  196. label->setObjectName(QString::fromUtf8("label"));
  197. QFont font2;
  198. font2.setFamily(QString::fromUtf8("Aharoni"));
  199. font2.setBold(true);
  200. font2.setWeight(75);
  201. label->setFont(font2);
  202. verticalLayout_3->addWidget(label);
  203. widget2 = new QWidget(DialogSelectSegment);
  204. widget2->setObjectName(QString::fromUtf8("widget2"));
  205. widget2->setMaximumSize(QSize(16777215, 40));
  206. horizontalLayout_4 = new QHBoxLayout(widget2);
  207. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  208. allRB = new QRadioButton(widget2);
  209. allRB->setObjectName(QString::fromUtf8("allRB"));
  210. allRB->setMinimumSize(QSize(0, 16));
  211. allRB->setMaximumSize(QSize(16777215, 16));
  212. allRB->setChecked(true);
  213. horizontalLayout_4->addWidget(allRB);
  214. cmccRB = new QRadioButton(widget2);
  215. cmccRB->setObjectName(QString::fromUtf8("cmccRB"));
  216. cmccRB->setMinimumSize(QSize(0, 16));
  217. cmccRB->setMaximumSize(QSize(16777215, 16));
  218. horizontalLayout_4->addWidget(cmccRB);
  219. cutcRB = new QRadioButton(widget2);
  220. cutcRB->setObjectName(QString::fromUtf8("cutcRB"));
  221. cutcRB->setMinimumSize(QSize(0, 16));
  222. cutcRB->setMaximumSize(QSize(16777215, 16));
  223. horizontalLayout_4->addWidget(cutcRB);
  224. ctccRB = new QRadioButton(widget2);
  225. ctccRB->setObjectName(QString::fromUtf8("ctccRB"));
  226. ctccRB->setMinimumSize(QSize(0, 16));
  227. ctccRB->setMaximumSize(QSize(16777215, 16));
  228. horizontalLayout_4->addWidget(ctccRB);
  229. xnRB = new QRadioButton(widget2);
  230. xnRB->setObjectName(QString::fromUtf8("xnRB"));
  231. xnRB->setMinimumSize(QSize(0, 16));
  232. xnRB->setMaximumSize(QSize(16777215, 16));
  233. horizontalLayout_4->addWidget(xnRB);
  234. verticalLayout_3->addWidget(widget2);
  235. widget = new QWidget(DialogSelectSegment);
  236. widget->setObjectName(QString::fromUtf8("widget"));
  237. widget->setMinimumSize(QSize(40, 40));
  238. horizontalLayout_2 = new QHBoxLayout(widget);
  239. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  240. horizontalLayout_2->setContentsMargins(0, -1, -1, -1);
  241. label_3 = new QLabel(widget);
  242. label_3->setObjectName(QString::fromUtf8("label_3"));
  243. label_3->setFont(font2);
  244. horizontalLayout_2->addWidget(label_3);
  245. label_4 = new QLabel(widget);
  246. label_4->setObjectName(QString::fromUtf8("label_4"));
  247. horizontalLayout_2->addWidget(label_4);
  248. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  249. horizontalLayout_2->addItem(horizontalSpacer);
  250. radioButtonAll = new QRadioButton(widget);
  251. radioButtonAll->setObjectName(QString::fromUtf8("radioButtonAll"));
  252. radioButtonAll->setMinimumSize(QSize(0, 16));
  253. radioButtonAll->setMaximumSize(QSize(16777215, 16));
  254. radioButtonAll->setChecked(true);
  255. horizontalLayout_2->addWidget(radioButtonAll);
  256. radioButtonDown = new QRadioButton(widget);
  257. radioButtonDown->setObjectName(QString::fromUtf8("radioButtonDown"));
  258. radioButtonDown->setMinimumSize(QSize(0, 16));
  259. radioButtonDown->setMaximumSize(QSize(16777215, 16));
  260. horizontalLayout_2->addWidget(radioButtonDown);
  261. radioButtonNoDown = new QRadioButton(widget);
  262. radioButtonNoDown->setObjectName(QString::fromUtf8("radioButtonNoDown"));
  263. radioButtonNoDown->setMinimumSize(QSize(0, 16));
  264. radioButtonNoDown->setMaximumSize(QSize(16777215, 16));
  265. horizontalLayout_2->addWidget(radioButtonNoDown);
  266. verticalLayout_3->addWidget(widget);
  267. tableWidget = new QTableWidget(DialogSelectSegment);
  268. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  269. tableWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
  270. verticalLayout_3->addWidget(tableWidget);
  271. widget3 = new QWidget(DialogSelectSegment);
  272. widget3->setObjectName(QString::fromUtf8("widget3"));
  273. widget3->setMinimumSize(QSize(0, 50));
  274. widget3->setMaximumSize(QSize(16777215, 80));
  275. verticalLayout = new QVBoxLayout(widget3);
  276. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  277. horizontalLayout_3 = new QHBoxLayout();
  278. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  279. labelRealCount = new QLabel(widget3);
  280. labelRealCount->setObjectName(QString::fromUtf8("labelRealCount"));
  281. QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Fixed);
  282. sizePolicy2.setHorizontalStretch(0);
  283. sizePolicy2.setVerticalStretch(0);
  284. sizePolicy2.setHeightForWidth(labelRealCount->sizePolicy().hasHeightForWidth());
  285. labelRealCount->setSizePolicy(sizePolicy2);
  286. labelRealCount->setMinimumSize(QSize(0, 23));
  287. labelRealCount->setMaximumSize(QSize(16777215, 23));
  288. horizontalLayout_3->addWidget(labelRealCount);
  289. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  290. horizontalLayout_3->addItem(horizontalSpacer_3);
  291. pushButtonClearSelect = new QPushButton(widget3);
  292. pushButtonClearSelect->setObjectName(QString::fromUtf8("pushButtonClearSelect"));
  293. pushButtonClearSelect->setMinimumSize(QSize(0, 23));
  294. pushButtonClearSelect->setMaximumSize(QSize(16777215, 23));
  295. horizontalLayout_3->addWidget(pushButtonClearSelect);
  296. pushButtonToDown = new QPushButton(widget3);
  297. pushButtonToDown->setObjectName(QString::fromUtf8("pushButtonToDown"));
  298. pushButtonToDown->setMinimumSize(QSize(0, 23));
  299. pushButtonToDown->setMaximumSize(QSize(16777215, 23));
  300. horizontalLayout_3->addWidget(pushButtonToDown);
  301. verticalLayout->addLayout(horizontalLayout_3);
  302. horizontalLayout_5 = new QHBoxLayout();
  303. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  304. labelSelect = new QLabel(widget3);
  305. labelSelect->setObjectName(QString::fromUtf8("labelSelect"));
  306. sizePolicy2.setHeightForWidth(labelSelect->sizePolicy().hasHeightForWidth());
  307. labelSelect->setSizePolicy(sizePolicy2);
  308. labelSelect->setMinimumSize(QSize(0, 23));
  309. labelSelect->setMaximumSize(QSize(16777215, 23));
  310. horizontalLayout_5->addWidget(labelSelect);
  311. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  312. horizontalLayout_5->addItem(horizontalSpacer_2);
  313. label_5 = new QLabel(widget3);
  314. label_5->setObjectName(QString::fromUtf8("label_5"));
  315. sizePolicy2.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
  316. label_5->setSizePolicy(sizePolicy2);
  317. label_5->setMinimumSize(QSize(0, 23));
  318. label_5->setMaximumSize(QSize(16777215, 23));
  319. horizontalLayout_5->addWidget(label_5);
  320. pushButtonOrder = new QPushButton(widget3);
  321. pushButtonOrder->setObjectName(QString::fromUtf8("pushButtonOrder"));
  322. pushButtonOrder->setMinimumSize(QSize(0, 23));
  323. pushButtonOrder->setMaximumSize(QSize(16777215, 23));
  324. horizontalLayout_5->addWidget(pushButtonOrder);
  325. verticalLayout->addLayout(horizontalLayout_5);
  326. verticalLayout_3->addWidget(widget3);
  327. gridLayout->addLayout(verticalLayout_3, 1, 1, 1, 2);
  328. labelCount = new QLabel(DialogSelectSegment);
  329. labelCount->setObjectName(QString::fromUtf8("labelCount"));
  330. gridLayout->addWidget(labelCount, 3, 0, 1, 1);
  331. horizontalLayout = new QHBoxLayout();
  332. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  333. pushButtonSync = new QPushButton(DialogSelectSegment);
  334. pushButtonSync->setObjectName(QString::fromUtf8("pushButtonSync"));
  335. horizontalLayout->addWidget(pushButtonSync);
  336. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  337. horizontalLayout->addItem(horizontalSpacer_4);
  338. pushButtonClose = new QPushButton(DialogSelectSegment);
  339. pushButtonClose->setObjectName(QString::fromUtf8("pushButtonClose"));
  340. horizontalLayout->addWidget(pushButtonClose);
  341. gridLayout->addLayout(horizontalLayout, 3, 1, 1, 2);
  342. retranslateUi(DialogSelectSegment);
  343. QMetaObject::connectSlotsByName(DialogSelectSegment);
  344. } // setupUi
  345. void retranslateUi(QDialog *DialogSelectSegment)
  346. {
  347. DialogSelectSegment->setWindowTitle(QApplication::translate("DialogSelectSegment", "\350\207\252\351\200\211\345\256\236\345\217\267", 0, QApplication::UnicodeUTF8));
  348. label_2->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\346\213\251\346\225\260\346\215\256\346\233\264\346\226\260\346\227\266\351\227\264", 0, QApplication::UnicodeUTF8));
  349. labelTip->setText(QString());
  350. label_6->setText(QApplication::translate("DialogSelectSegment", " [", 0, QApplication::UnicodeUTF8));
  351. pushButtonDetail->setText(QApplication::translate("DialogSelectSegment", "\350\257\246\346\203\205", 0, QApplication::UnicodeUTF8));
  352. label_7->setText(QApplication::translate("DialogSelectSegment", "]", 0, QApplication::UnicodeUTF8));
  353. radioButton1->setText(QApplication::translate("DialogSelectSegment", "\344\270\200\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  354. radioButton2->setText(QApplication::translate("DialogSelectSegment", "\344\272\214\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  355. radioButton3->setText(QApplication::translate("DialogSelectSegment", "\344\270\211\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  356. radioButton4->setText(QApplication::translate("DialogSelectSegment", "\345\233\233\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  357. radioButton5->setText(QApplication::translate("DialogSelectSegment", "\344\272\224\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  358. radioButton6->setText(QApplication::translate("DialogSelectSegment", "\345\205\255\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
  359. radioButton7->setText(QApplication::translate("DialogSelectSegment", "7\345\244\251\345\206\205\346\233\264\346\226\260", 0, QApplication::UnicodeUTF8));
  360. radioButton30->setText(QApplication::translate("DialogSelectSegment", "7\345\244\251-1\344\270\252\346\234\210\346\233\264\346\226\260", 0, QApplication::UnicodeUTF8));
  361. radioButton90->setText(QApplication::translate("DialogSelectSegment", "1\344\270\252\346\234\210-3\344\270\252\346\234\210\346\233\264\346\226\260", 0, QApplication::UnicodeUTF8));
  362. radioButton180->setText(QApplication::translate("DialogSelectSegment", "3\344\270\252\346\234\210\344\273\245\345\220\216\346\233\264\346\226\260", 0, QApplication::UnicodeUTF8));
  363. label->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\346\213\251\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
  364. allRB->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
  365. cmccRB->setText(QApplication::translate("DialogSelectSegment", "\347\247\273\345\212\250", 0, QApplication::UnicodeUTF8));
  366. cutcRB->setText(QApplication::translate("DialogSelectSegment", "\350\201\224\351\200\232", 0, QApplication::UnicodeUTF8));
  367. ctccRB->setText(QApplication::translate("DialogSelectSegment", "\347\224\265\344\277\241", 0, QApplication::UnicodeUTF8));
  368. xnRB->setText(QApplication::translate("DialogSelectSegment", "\350\231\232\346\213\237\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
  369. label_3->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\346\213\251\345\256\236\345\217\267\345\214\205", 0, QApplication::UnicodeUTF8));
  370. label_4->setText(QApplication::translate("DialogSelectSegment", "\357\274\210\347\272\242\350\211\262\346\225\260\345\255\227\346\230\257\345\256\236\345\217\267\346\225\260\357\274\211", 0, QApplication::UnicodeUTF8));
  371. radioButtonAll->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250", 0, QApplication::UnicodeUTF8));
  372. radioButtonDown->setText(QApplication::translate("DialogSelectSegment", "\345\267\262\344\270\213\350\275\275", 0, QApplication::UnicodeUTF8));
  373. radioButtonNoDown->setText(QApplication::translate("DialogSelectSegment", "\346\234\252\344\270\213\350\275\275", 0, QApplication::UnicodeUTF8));
  374. labelRealCount->setText(QApplication::translate("DialogSelectSegment", "<html><head/><body><p>\345\205\2610\344\270\252\345\256\236\345\217\267\345\214\205<span style=\" color:#ff0000;\">0</span>\344\270\252\345\256\236\345\217\267</p></body></html>", 0, QApplication::UnicodeUTF8));
  375. pushButtonClearSelect->setText(QApplication::translate("DialogSelectSegment", "\345\217\226\346\266\210\351\200\211\344\270\255", 0, QApplication::UnicodeUTF8));
  376. pushButtonToDown->setText(QApplication::translate("DialogSelectSegment", "\346\224\276\345\205\245\344\270\213\350\275\275\345\210\227\350\241\250", 0, QApplication::UnicodeUTF8));
  377. labelSelect->setText(QApplication::translate("DialogSelectSegment", "<html><head/><body><p>\345\267\262\351\200\211\346\213\2510\344\270\252\345\256\236\345\217\267\345\214\205<span style=\" color:#ff0000;\">0</span>\344\270\252\345\256\236\345\217\267</p></body></html>", 0, QApplication::UnicodeUTF8));
  378. label_5->setText(QApplication::translate("DialogSelectSegment", "\345\217\267\347\240\201\345\244\252\345\260\221\357\274\237\350\257\267\347\202\271\345\207\273", 0, QApplication::UnicodeUTF8));
  379. pushButtonOrder->setText(QApplication::translate("DialogSelectSegment", "\345\217\267\347\240\201\351\242\204\347\272\246", 0, QApplication::UnicodeUTF8));
  380. labelCount->setText(QApplication::translate("DialogSelectSegment", "TextLabel", 0, QApplication::UnicodeUTF8));
  381. pushButtonSync->setText(QApplication::translate("DialogSelectSegment", "\346\211\213\345\267\245\345\220\214\346\255\245", 0, QApplication::UnicodeUTF8));
  382. pushButtonClose->setText(QApplication::translate("DialogSelectSegment", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8));
  383. } // retranslateUi
  384. };
  385. namespace Ui {
  386. class DialogSelectSegment: public Ui_DialogSelectSegment {};
  387. } // namespace Ui
  388. QT_END_NAMESPACE
  389. #endif // UI_DIALOGSELECTSEGMENT_H