| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogselectsegment.ui'
- **
- ** Created: Mon Apr 22 12:44:29 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/QGridLayout>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QRadioButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTableWidget>
- #include <QtGui/QTreeView>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_DialogSelectSegment
- {
- public:
- QGridLayout *gridLayout;
- QTreeView *treeView;
- QVBoxLayout *verticalLayout_3;
- QWidget *widget_2;
- QHBoxLayout *horizontalLayout_7;
- QLabel *label_2;
- QLabel *labelTip;
- QSpacerItem *horizontalSpacer_6;
- QLabel *label_6;
- QPushButton *pushButtonDetail;
- QLabel *label_7;
- QWidget *widget1;
- QHBoxLayout *horizontalLayout_6;
- QRadioButton *radioButton1;
- QRadioButton *radioButton2;
- QRadioButton *radioButton3;
- QRadioButton *radioButton4;
- QRadioButton *radioButton5;
- QRadioButton *radioButton6;
- QRadioButton *radioButton7;
- QRadioButton *radioButton30;
- QRadioButton *radioButton90;
- QRadioButton *radioButton180;
- QLabel *label;
- QWidget *widget2;
- QHBoxLayout *horizontalLayout_4;
- QRadioButton *allRB;
- QRadioButton *cmccRB;
- QRadioButton *cutcRB;
- QRadioButton *ctccRB;
- QRadioButton *xnRB;
- QWidget *widget;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_3;
- QLabel *label_4;
- QSpacerItem *horizontalSpacer;
- QRadioButton *radioButtonAll;
- QRadioButton *radioButtonDown;
- QRadioButton *radioButtonNoDown;
- QTableWidget *tableWidget;
- QWidget *widget3;
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout_3;
- QLabel *labelRealCount;
- QSpacerItem *horizontalSpacer_3;
- QPushButton *pushButtonClearSelect;
- QPushButton *pushButtonToDown;
- QHBoxLayout *horizontalLayout_5;
- QLabel *labelSelect;
- QSpacerItem *horizontalSpacer_2;
- QLabel *label_5;
- QPushButton *pushButtonOrder;
- QLabel *labelCount;
- QHBoxLayout *horizontalLayout;
- QPushButton *pushButtonSync;
- QSpacerItem *horizontalSpacer_4;
- QPushButton *pushButtonClose;
- void setupUi(QDialog *DialogSelectSegment)
- {
- if (DialogSelectSegment->objectName().isEmpty())
- DialogSelectSegment->setObjectName(QString::fromUtf8("DialogSelectSegment"));
- DialogSelectSegment->resize(783, 530);
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DialogSelectSegment->sizePolicy().hasHeightForWidth());
- DialogSelectSegment->setSizePolicy(sizePolicy);
- DialogSelectSegment->setMinimumSize(QSize(783, 530));
- DialogSelectSegment->setMaximumSize(QSize(783, 530));
- gridLayout = new QGridLayout(DialogSelectSegment);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- treeView = new QTreeView(DialogSelectSegment);
- treeView->setObjectName(QString::fromUtf8("treeView"));
- QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Expanding);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(treeView->sizePolicy().hasHeightForWidth());
- treeView->setSizePolicy(sizePolicy1);
- treeView->setMaximumSize(QSize(150, 16777215));
- treeView->setEditTriggers(QAbstractItemView::NoEditTriggers);
- gridLayout->addWidget(treeView, 0, 0, 2, 1);
- verticalLayout_3 = new QVBoxLayout();
- verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
- widget_2 = new QWidget(DialogSelectSegment);
- widget_2->setObjectName(QString::fromUtf8("widget_2"));
- widget_2->setMinimumSize(QSize(0, 20));
- horizontalLayout_7 = new QHBoxLayout(widget_2);
- horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- label_2 = new QLabel(widget_2);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- QFont font;
- font.setBold(true);
- font.setWeight(75);
- label_2->setFont(font);
- horizontalLayout_7->addWidget(label_2);
- labelTip = new QLabel(widget_2);
- labelTip->setObjectName(QString::fromUtf8("labelTip"));
- QFont font1;
- font1.setBold(false);
- font1.setWeight(50);
- labelTip->setFont(font1);
- labelTip->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
- horizontalLayout_7->addWidget(labelTip);
- horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_7->addItem(horizontalSpacer_6);
- label_6 = new QLabel(widget_2);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- horizontalLayout_7->addWidget(label_6);
- pushButtonDetail = new QPushButton(widget_2);
- pushButtonDetail->setObjectName(QString::fromUtf8("pushButtonDetail"));
- pushButtonDetail->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_7->addWidget(pushButtonDetail);
- label_7 = new QLabel(widget_2);
- label_7->setObjectName(QString::fromUtf8("label_7"));
- horizontalLayout_7->addWidget(label_7);
- verticalLayout_3->addWidget(widget_2);
- widget1 = new QWidget(DialogSelectSegment);
- widget1->setObjectName(QString::fromUtf8("widget1"));
- widget1->setMinimumSize(QSize(0, 40));
- horizontalLayout_6 = new QHBoxLayout(widget1);
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- radioButton1 = new QRadioButton(widget1);
- radioButton1->setObjectName(QString::fromUtf8("radioButton1"));
- radioButton1->setChecked(false);
- horizontalLayout_6->addWidget(radioButton1);
- radioButton2 = new QRadioButton(widget1);
- radioButton2->setObjectName(QString::fromUtf8("radioButton2"));
- horizontalLayout_6->addWidget(radioButton2);
- radioButton3 = new QRadioButton(widget1);
- radioButton3->setObjectName(QString::fromUtf8("radioButton3"));
- horizontalLayout_6->addWidget(radioButton3);
- radioButton4 = new QRadioButton(widget1);
- radioButton4->setObjectName(QString::fromUtf8("radioButton4"));
- horizontalLayout_6->addWidget(radioButton4);
- radioButton5 = new QRadioButton(widget1);
- radioButton5->setObjectName(QString::fromUtf8("radioButton5"));
- horizontalLayout_6->addWidget(radioButton5);
- radioButton6 = new QRadioButton(widget1);
- radioButton6->setObjectName(QString::fromUtf8("radioButton6"));
- horizontalLayout_6->addWidget(radioButton6);
- radioButton7 = new QRadioButton(widget1);
- radioButton7->setObjectName(QString::fromUtf8("radioButton7"));
- radioButton7->setMinimumSize(QSize(0, 16));
- radioButton7->setMaximumSize(QSize(16777215, 16));
- radioButton7->setChecked(true);
- horizontalLayout_6->addWidget(radioButton7);
- radioButton30 = new QRadioButton(widget1);
- radioButton30->setObjectName(QString::fromUtf8("radioButton30"));
- radioButton30->setMinimumSize(QSize(0, 16));
- radioButton30->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_6->addWidget(radioButton30);
- radioButton90 = new QRadioButton(widget1);
- radioButton90->setObjectName(QString::fromUtf8("radioButton90"));
- radioButton90->setMinimumSize(QSize(0, 16));
- radioButton90->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_6->addWidget(radioButton90);
- radioButton180 = new QRadioButton(widget1);
- radioButton180->setObjectName(QString::fromUtf8("radioButton180"));
- radioButton180->setMinimumSize(QSize(0, 16));
- radioButton180->setMaximumSize(QSize(16777215, 16));
- radioButton180->setChecked(false);
- horizontalLayout_6->addWidget(radioButton180);
- verticalLayout_3->addWidget(widget1);
- label = new QLabel(DialogSelectSegment);
- label->setObjectName(QString::fromUtf8("label"));
- QFont font2;
- font2.setFamily(QString::fromUtf8("Aharoni"));
- font2.setBold(true);
- font2.setWeight(75);
- label->setFont(font2);
- verticalLayout_3->addWidget(label);
- widget2 = new QWidget(DialogSelectSegment);
- widget2->setObjectName(QString::fromUtf8("widget2"));
- widget2->setMaximumSize(QSize(16777215, 40));
- horizontalLayout_4 = new QHBoxLayout(widget2);
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- allRB = new QRadioButton(widget2);
- allRB->setObjectName(QString::fromUtf8("allRB"));
- allRB->setMinimumSize(QSize(0, 16));
- allRB->setMaximumSize(QSize(16777215, 16));
- allRB->setChecked(true);
- horizontalLayout_4->addWidget(allRB);
- cmccRB = new QRadioButton(widget2);
- cmccRB->setObjectName(QString::fromUtf8("cmccRB"));
- cmccRB->setMinimumSize(QSize(0, 16));
- cmccRB->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_4->addWidget(cmccRB);
- cutcRB = new QRadioButton(widget2);
- cutcRB->setObjectName(QString::fromUtf8("cutcRB"));
- cutcRB->setMinimumSize(QSize(0, 16));
- cutcRB->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_4->addWidget(cutcRB);
- ctccRB = new QRadioButton(widget2);
- ctccRB->setObjectName(QString::fromUtf8("ctccRB"));
- ctccRB->setMinimumSize(QSize(0, 16));
- ctccRB->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_4->addWidget(ctccRB);
- xnRB = new QRadioButton(widget2);
- xnRB->setObjectName(QString::fromUtf8("xnRB"));
- xnRB->setMinimumSize(QSize(0, 16));
- xnRB->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_4->addWidget(xnRB);
- verticalLayout_3->addWidget(widget2);
- widget = new QWidget(DialogSelectSegment);
- widget->setObjectName(QString::fromUtf8("widget"));
- widget->setMinimumSize(QSize(40, 40));
- horizontalLayout_2 = new QHBoxLayout(widget);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- horizontalLayout_2->setContentsMargins(0, -1, -1, -1);
- label_3 = new QLabel(widget);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setFont(font2);
- horizontalLayout_2->addWidget(label_3);
- label_4 = new QLabel(widget);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- horizontalLayout_2->addWidget(label_4);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer);
- radioButtonAll = new QRadioButton(widget);
- radioButtonAll->setObjectName(QString::fromUtf8("radioButtonAll"));
- radioButtonAll->setMinimumSize(QSize(0, 16));
- radioButtonAll->setMaximumSize(QSize(16777215, 16));
- radioButtonAll->setChecked(true);
- horizontalLayout_2->addWidget(radioButtonAll);
- radioButtonDown = new QRadioButton(widget);
- radioButtonDown->setObjectName(QString::fromUtf8("radioButtonDown"));
- radioButtonDown->setMinimumSize(QSize(0, 16));
- radioButtonDown->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_2->addWidget(radioButtonDown);
- radioButtonNoDown = new QRadioButton(widget);
- radioButtonNoDown->setObjectName(QString::fromUtf8("radioButtonNoDown"));
- radioButtonNoDown->setMinimumSize(QSize(0, 16));
- radioButtonNoDown->setMaximumSize(QSize(16777215, 16));
- horizontalLayout_2->addWidget(radioButtonNoDown);
- verticalLayout_3->addWidget(widget);
- tableWidget = new QTableWidget(DialogSelectSegment);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- tableWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
- verticalLayout_3->addWidget(tableWidget);
- widget3 = new QWidget(DialogSelectSegment);
- widget3->setObjectName(QString::fromUtf8("widget3"));
- widget3->setMinimumSize(QSize(0, 50));
- widget3->setMaximumSize(QSize(16777215, 80));
- verticalLayout = new QVBoxLayout(widget3);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- labelRealCount = new QLabel(widget3);
- labelRealCount->setObjectName(QString::fromUtf8("labelRealCount"));
- QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(labelRealCount->sizePolicy().hasHeightForWidth());
- labelRealCount->setSizePolicy(sizePolicy2);
- labelRealCount->setMinimumSize(QSize(0, 23));
- labelRealCount->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_3->addWidget(labelRealCount);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_3);
- pushButtonClearSelect = new QPushButton(widget3);
- pushButtonClearSelect->setObjectName(QString::fromUtf8("pushButtonClearSelect"));
- pushButtonClearSelect->setMinimumSize(QSize(0, 23));
- pushButtonClearSelect->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_3->addWidget(pushButtonClearSelect);
- pushButtonToDown = new QPushButton(widget3);
- pushButtonToDown->setObjectName(QString::fromUtf8("pushButtonToDown"));
- pushButtonToDown->setMinimumSize(QSize(0, 23));
- pushButtonToDown->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_3->addWidget(pushButtonToDown);
- verticalLayout->addLayout(horizontalLayout_3);
- horizontalLayout_5 = new QHBoxLayout();
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- labelSelect = new QLabel(widget3);
- labelSelect->setObjectName(QString::fromUtf8("labelSelect"));
- sizePolicy2.setHeightForWidth(labelSelect->sizePolicy().hasHeightForWidth());
- labelSelect->setSizePolicy(sizePolicy2);
- labelSelect->setMinimumSize(QSize(0, 23));
- labelSelect->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_5->addWidget(labelSelect);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_5->addItem(horizontalSpacer_2);
- label_5 = new QLabel(widget3);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- sizePolicy2.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
- label_5->setSizePolicy(sizePolicy2);
- label_5->setMinimumSize(QSize(0, 23));
- label_5->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_5->addWidget(label_5);
- pushButtonOrder = new QPushButton(widget3);
- pushButtonOrder->setObjectName(QString::fromUtf8("pushButtonOrder"));
- pushButtonOrder->setMinimumSize(QSize(0, 23));
- pushButtonOrder->setMaximumSize(QSize(16777215, 23));
- horizontalLayout_5->addWidget(pushButtonOrder);
- verticalLayout->addLayout(horizontalLayout_5);
- verticalLayout_3->addWidget(widget3);
- gridLayout->addLayout(verticalLayout_3, 1, 1, 1, 2);
- labelCount = new QLabel(DialogSelectSegment);
- labelCount->setObjectName(QString::fromUtf8("labelCount"));
- gridLayout->addWidget(labelCount, 3, 0, 1, 1);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- pushButtonSync = new QPushButton(DialogSelectSegment);
- pushButtonSync->setObjectName(QString::fromUtf8("pushButtonSync"));
- horizontalLayout->addWidget(pushButtonSync);
- horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_4);
- pushButtonClose = new QPushButton(DialogSelectSegment);
- pushButtonClose->setObjectName(QString::fromUtf8("pushButtonClose"));
- horizontalLayout->addWidget(pushButtonClose);
- gridLayout->addLayout(horizontalLayout, 3, 1, 1, 2);
- retranslateUi(DialogSelectSegment);
- QMetaObject::connectSlotsByName(DialogSelectSegment);
- } // setupUi
- void retranslateUi(QDialog *DialogSelectSegment)
- {
- DialogSelectSegment->setWindowTitle(QApplication::translate("DialogSelectSegment", "\350\207\252\351\200\211\345\256\236\345\217\267", 0, QApplication::UnicodeUTF8));
- 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));
- labelTip->setText(QString());
- label_6->setText(QApplication::translate("DialogSelectSegment", " [", 0, QApplication::UnicodeUTF8));
- pushButtonDetail->setText(QApplication::translate("DialogSelectSegment", "\350\257\246\346\203\205", 0, QApplication::UnicodeUTF8));
- label_7->setText(QApplication::translate("DialogSelectSegment", "]", 0, QApplication::UnicodeUTF8));
- radioButton1->setText(QApplication::translate("DialogSelectSegment", "\344\270\200\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton2->setText(QApplication::translate("DialogSelectSegment", "\344\272\214\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton3->setText(QApplication::translate("DialogSelectSegment", "\344\270\211\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton4->setText(QApplication::translate("DialogSelectSegment", "\345\233\233\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton5->setText(QApplication::translate("DialogSelectSegment", "\344\272\224\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton6->setText(QApplication::translate("DialogSelectSegment", "\345\205\255\345\244\251\345\206\205", 0, QApplication::UnicodeUTF8));
- radioButton7->setText(QApplication::translate("DialogSelectSegment", "7\345\244\251\345\206\205\346\233\264\346\226\260", 0, QApplication::UnicodeUTF8));
- 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));
- 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));
- 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));
- label->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\346\213\251\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
- allRB->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
- cmccRB->setText(QApplication::translate("DialogSelectSegment", "\347\247\273\345\212\250", 0, QApplication::UnicodeUTF8));
- cutcRB->setText(QApplication::translate("DialogSelectSegment", "\350\201\224\351\200\232", 0, QApplication::UnicodeUTF8));
- ctccRB->setText(QApplication::translate("DialogSelectSegment", "\347\224\265\344\277\241", 0, QApplication::UnicodeUTF8));
- xnRB->setText(QApplication::translate("DialogSelectSegment", "\350\231\232\346\213\237\350\277\220\350\220\245\345\225\206", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("DialogSelectSegment", "\351\200\211\346\213\251\345\256\236\345\217\267\345\214\205", 0, QApplication::UnicodeUTF8));
- 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));
- radioButtonAll->setText(QApplication::translate("DialogSelectSegment", "\345\205\250\351\203\250", 0, QApplication::UnicodeUTF8));
- radioButtonDown->setText(QApplication::translate("DialogSelectSegment", "\345\267\262\344\270\213\350\275\275", 0, QApplication::UnicodeUTF8));
- radioButtonNoDown->setText(QApplication::translate("DialogSelectSegment", "\346\234\252\344\270\213\350\275\275", 0, QApplication::UnicodeUTF8));
- 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));
- pushButtonClearSelect->setText(QApplication::translate("DialogSelectSegment", "\345\217\226\346\266\210\351\200\211\344\270\255", 0, QApplication::UnicodeUTF8));
- 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));
- 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));
- 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));
- pushButtonOrder->setText(QApplication::translate("DialogSelectSegment", "\345\217\267\347\240\201\351\242\204\347\272\246", 0, QApplication::UnicodeUTF8));
- labelCount->setText(QApplication::translate("DialogSelectSegment", "TextLabel", 0, QApplication::UnicodeUTF8));
- pushButtonSync->setText(QApplication::translate("DialogSelectSegment", "\346\211\213\345\267\245\345\220\214\346\255\245", 0, QApplication::UnicodeUTF8));
- pushButtonClose->setText(QApplication::translate("DialogSelectSegment", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogSelectSegment: public Ui_DialogSelectSegment {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGSELECTSEGMENT_H
|