You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
6.7 KiB
C
166 lines
6.7 KiB
C
2 years ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'dialog_ctrl.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 4.8.6
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_DIALOG_CTRL_H
|
||
|
#define UI_DIALOG_CTRL_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtGui/QAction>
|
||
|
#include <QtGui/QApplication>
|
||
|
#include <QtGui/QButtonGroup>
|
||
|
#include <QtGui/QComboBox>
|
||
|
#include <QtGui/QDialog>
|
||
|
#include <QtGui/QGroupBox>
|
||
|
#include <QtGui/QHeaderView>
|
||
|
#include <QtGui/QLabel>
|
||
|
#include <QtGui/QLineEdit>
|
||
|
#include <QtGui/QPushButton>
|
||
|
#include <QtGui/QVBoxLayout>
|
||
|
#include <QtGui/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_dialog_ctrl
|
||
|
{
|
||
|
public:
|
||
|
QGroupBox *groupBox;
|
||
|
QLineEdit *lE_ts;
|
||
|
QLabel *label;
|
||
|
QComboBox *cB_ctrl;
|
||
|
QLabel *label_2;
|
||
|
QLabel *label_3;
|
||
|
QLineEdit *lE_ms;
|
||
|
QLabel *label_4;
|
||
|
QWidget *layoutWidget;
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QPushButton *pB_sel;
|
||
|
QPushButton *pB_selv;
|
||
|
QPushButton *pB_op;
|
||
|
QPushButton *pB_revoke;
|
||
|
QPushButton *pB_quit;
|
||
|
QLabel *lb_opt;
|
||
|
QLabel *lb_opinfo;
|
||
|
|
||
|
void setupUi(QDialog *dialog_ctrl)
|
||
|
{
|
||
|
if (dialog_ctrl->objectName().isEmpty())
|
||
|
dialog_ctrl->setObjectName(QString::fromUtf8("dialog_ctrl"));
|
||
|
dialog_ctrl->resize(400, 240);
|
||
|
groupBox = new QGroupBox(dialog_ctrl);
|
||
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||
|
groupBox->setGeometry(QRect(10, 10, 380, 221));
|
||
|
lE_ts = new QLineEdit(groupBox);
|
||
|
lE_ts->setObjectName(QString::fromUtf8("lE_ts"));
|
||
|
lE_ts->setGeometry(QRect(120, 80, 81, 26));
|
||
|
label = new QLabel(groupBox);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setGeometry(QRect(20, 40, 90, 19));
|
||
|
label->setLineWidth(1);
|
||
|
cB_ctrl = new QComboBox(groupBox);
|
||
|
cB_ctrl->setObjectName(QString::fromUtf8("cB_ctrl"));
|
||
|
cB_ctrl->setGeometry(QRect(120, 40, 125, 25));
|
||
|
label_2 = new QLabel(groupBox);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setGeometry(QRect(38, 80, 72, 19));
|
||
|
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
||
|
sizePolicy.setHorizontalStretch(0);
|
||
|
sizePolicy.setVerticalStretch(0);
|
||
|
sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
|
||
|
label_2->setSizePolicy(sizePolicy);
|
||
|
label_2->setLineWidth(1);
|
||
|
label_3 = new QLabel(groupBox);
|
||
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||
|
label_3->setGeometry(QRect(205, 80, 10, 19));
|
||
|
sizePolicy.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
|
||
|
label_3->setSizePolicy(sizePolicy);
|
||
|
label_3->setLineWidth(1);
|
||
|
lE_ms = new QLineEdit(groupBox);
|
||
|
lE_ms->setObjectName(QString::fromUtf8("lE_ms"));
|
||
|
lE_ms->setGeometry(QRect(120, 120, 81, 26));
|
||
|
label_4 = new QLabel(groupBox);
|
||
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||
|
label_4->setGeometry(QRect(205, 120, 20, 19));
|
||
|
sizePolicy.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
|
||
|
label_4->setSizePolicy(sizePolicy);
|
||
|
label_4->setLineWidth(1);
|
||
|
layoutWidget = new QWidget(groupBox);
|
||
|
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
|
||
|
layoutWidget->setGeometry(QRect(290, 20, 82, 181));
|
||
|
verticalLayout = new QVBoxLayout(layoutWidget);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
pB_sel = new QPushButton(layoutWidget);
|
||
|
pB_sel->setObjectName(QString::fromUtf8("pB_sel"));
|
||
|
pB_sel->setEnabled(false);
|
||
|
|
||
|
verticalLayout->addWidget(pB_sel);
|
||
|
|
||
|
pB_selv = new QPushButton(layoutWidget);
|
||
|
pB_selv->setObjectName(QString::fromUtf8("pB_selv"));
|
||
|
pB_selv->setEnabled(false);
|
||
|
|
||
|
verticalLayout->addWidget(pB_selv);
|
||
|
|
||
|
pB_op = new QPushButton(layoutWidget);
|
||
|
pB_op->setObjectName(QString::fromUtf8("pB_op"));
|
||
|
pB_op->setEnabled(false);
|
||
|
|
||
|
verticalLayout->addWidget(pB_op);
|
||
|
|
||
|
pB_revoke = new QPushButton(layoutWidget);
|
||
|
pB_revoke->setObjectName(QString::fromUtf8("pB_revoke"));
|
||
|
pB_revoke->setEnabled(false);
|
||
|
|
||
|
verticalLayout->addWidget(pB_revoke);
|
||
|
|
||
|
pB_quit = new QPushButton(layoutWidget);
|
||
|
pB_quit->setObjectName(QString::fromUtf8("pB_quit"));
|
||
|
|
||
|
verticalLayout->addWidget(pB_quit);
|
||
|
|
||
|
lb_opt = new QLabel(groupBox);
|
||
|
lb_opt->setObjectName(QString::fromUtf8("lb_opt"));
|
||
|
lb_opt->setGeometry(QRect(20, 170, 50, 30));
|
||
|
lb_opinfo = new QLabel(groupBox);
|
||
|
lb_opinfo->setObjectName(QString::fromUtf8("lb_opinfo"));
|
||
|
lb_opinfo->setGeometry(QRect(80, 170, 160, 30));
|
||
|
|
||
|
retranslateUi(dialog_ctrl);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(dialog_ctrl);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *dialog_ctrl)
|
||
|
{
|
||
|
dialog_ctrl->setWindowTitle(QApplication::translate("dialog_ctrl", "\346\216\247\345\210\266", 0, QApplication::UnicodeUTF8));
|
||
|
groupBox->setTitle(QApplication::translate("dialog_ctrl", "\346\216\247\345\210\266\345\261\236\346\200\247", 0, QApplication::UnicodeUTF8));
|
||
|
lE_ts->setText(QString());
|
||
|
label->setText(QApplication::translate("dialog_ctrl", "\351\200\211\346\213\251\346\223\215\344\275\234\345\200\274:", 0, QApplication::UnicodeUTF8));
|
||
|
label_2->setText(QApplication::translate("dialog_ctrl", "<html>\345\273\266\346\227\266\346\227\266\351\227\264:", 0, QApplication::UnicodeUTF8));
|
||
|
label_3->setText(QApplication::translate("dialog_ctrl", "s", 0, QApplication::UnicodeUTF8));
|
||
|
lE_ms->setText(QString());
|
||
|
label_4->setText(QApplication::translate("dialog_ctrl", "ms", 0, QApplication::UnicodeUTF8));
|
||
|
pB_sel->setText(QApplication::translate("dialog_ctrl", "\351\200\211\346\213\251", 0, QApplication::UnicodeUTF8));
|
||
|
pB_selv->setText(QApplication::translate("dialog_ctrl", "\345\270\246\345\200\274\351\200\211\346\213\251", 0, QApplication::UnicodeUTF8));
|
||
|
pB_op->setText(QApplication::translate("dialog_ctrl", "\346\223\215\344\275\234", 0, QApplication::UnicodeUTF8));
|
||
|
pB_revoke->setText(QApplication::translate("dialog_ctrl", "\346\222\244\351\224\200", 0, QApplication::UnicodeUTF8));
|
||
|
pB_quit->setText(QApplication::translate("dialog_ctrl", "\351\200\200\345\207\272", 0, QApplication::UnicodeUTF8));
|
||
|
lb_opt->setText(QString());
|
||
|
lb_opinfo->setText(QString());
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class dialog_ctrl: public Ui_dialog_ctrl {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_DIALOG_CTRL_H
|