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.
171 lines
6.8 KiB
C++
171 lines
6.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'qchannelmanager.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_QCHANNELMANAGER_H
|
|
#define UI_QCHANNELMANAGER_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QCheckBox>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QSpinBox>
|
|
#include <QtWidgets/QTableView>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QChannelManager
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_3;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout_2;
|
|
QTableView *channelMgr_tableView;
|
|
QGridLayout *gridLayout;
|
|
QSpacerItem *horizontalSpacer;
|
|
QLabel *label_2;
|
|
QLabel *label;
|
|
QSpinBox *spinBox_value;
|
|
QLineEdit *lineEdit_name;
|
|
QLabel *label_3;
|
|
QLineEdit *lineEdit_About;
|
|
QCheckBox *channelMgr_Default;
|
|
QPushButton *channelMgr_OKMody;
|
|
QPushButton *channelMgr_Exit;
|
|
|
|
void setupUi(QDialog *QChannelManager)
|
|
{
|
|
if (QChannelManager->objectName().isEmpty())
|
|
QChannelManager->setObjectName(QStringLiteral("QChannelManager"));
|
|
QChannelManager->resize(575, 375);
|
|
QChannelManager->setStyleSheet(QStringLiteral("font: 11pt \"Consolas\";"));
|
|
gridLayout_3 = new QGridLayout(QChannelManager);
|
|
gridLayout_3->setSpacing(6);
|
|
gridLayout_3->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
|
gridLayout_3->setContentsMargins(3, 3, 3, 3);
|
|
groupBox = new QGroupBox(QChannelManager);
|
|
groupBox->setObjectName(QStringLiteral("groupBox"));
|
|
gridLayout_2 = new QGridLayout(groupBox);
|
|
gridLayout_2->setSpacing(6);
|
|
gridLayout_2->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
gridLayout_2->setContentsMargins(3, 3, 3, 3);
|
|
channelMgr_tableView = new QTableView(groupBox);
|
|
channelMgr_tableView->setObjectName(QStringLiteral("channelMgr_tableView"));
|
|
|
|
gridLayout_2->addWidget(channelMgr_tableView, 0, 0, 1, 1);
|
|
|
|
|
|
gridLayout_3->addWidget(groupBox, 0, 0, 1, 1);
|
|
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
gridLayout->addItem(horizontalSpacer, 0, 3, 1, 1);
|
|
|
|
label_2 = new QLabel(QChannelManager);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
gridLayout->addWidget(label_2, 2, 0, 1, 1);
|
|
|
|
label = new QLabel(QChannelManager);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
spinBox_value = new QSpinBox(QChannelManager);
|
|
spinBox_value->setObjectName(QStringLiteral("spinBox_value"));
|
|
spinBox_value->setMaximum(65536);
|
|
|
|
gridLayout->addWidget(spinBox_value, 2, 1, 1, 1);
|
|
|
|
lineEdit_name = new QLineEdit(QChannelManager);
|
|
lineEdit_name->setObjectName(QStringLiteral("lineEdit_name"));
|
|
|
|
gridLayout->addWidget(lineEdit_name, 0, 1, 1, 1);
|
|
|
|
label_3 = new QLabel(QChannelManager);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
|
|
gridLayout->addWidget(label_3, 1, 0, 1, 1);
|
|
|
|
lineEdit_About = new QLineEdit(QChannelManager);
|
|
lineEdit_About->setObjectName(QStringLiteral("lineEdit_About"));
|
|
|
|
gridLayout->addWidget(lineEdit_About, 1, 1, 1, 1);
|
|
|
|
channelMgr_Default = new QCheckBox(QChannelManager);
|
|
channelMgr_Default->setObjectName(QStringLiteral("channelMgr_Default"));
|
|
|
|
gridLayout->addWidget(channelMgr_Default, 3, 0, 1, 2);
|
|
|
|
channelMgr_OKMody = new QPushButton(QChannelManager);
|
|
channelMgr_OKMody->setObjectName(QStringLiteral("channelMgr_OKMody"));
|
|
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(channelMgr_OKMody->sizePolicy().hasHeightForWidth());
|
|
channelMgr_OKMody->setSizePolicy(sizePolicy);
|
|
channelMgr_OKMody->setMinimumSize(QSize(100, 0));
|
|
|
|
gridLayout->addWidget(channelMgr_OKMody, 2, 2, 2, 1);
|
|
|
|
channelMgr_Exit = new QPushButton(QChannelManager);
|
|
channelMgr_Exit->setObjectName(QStringLiteral("channelMgr_Exit"));
|
|
sizePolicy.setHeightForWidth(channelMgr_Exit->sizePolicy().hasHeightForWidth());
|
|
channelMgr_Exit->setSizePolicy(sizePolicy);
|
|
channelMgr_Exit->setMinimumSize(QSize(100, 0));
|
|
|
|
gridLayout->addWidget(channelMgr_Exit, 2, 5, 2, 1);
|
|
|
|
|
|
gridLayout_3->addLayout(gridLayout, 1, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(QChannelManager);
|
|
|
|
channelMgr_OKMody->setDefault(true);
|
|
|
|
|
|
QMetaObject::connectSlotsByName(QChannelManager);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *QChannelManager)
|
|
{
|
|
QChannelManager->setWindowTitle(QApplication::translate("QChannelManager", "\351\200\232\351\201\223\344\277\241\346\201\257\347\256\241\347\220\206", Q_NULLPTR));
|
|
groupBox->setTitle(QApplication::translate("QChannelManager", "\346\211\200\346\234\211\351\200\232\351\201\223\346\225\260\346\215\256", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("QChannelManager", "\345\217\221\351\200\201\347\273\223\346\236\234\357\274\232", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QChannelManager", "\351\200\232\351\201\223\345\220\215\347\247\260\357\274\232", Q_NULLPTR));
|
|
label_3->setText(QApplication::translate("QChannelManager", "\345\244\207\346\263\250\357\274\232", Q_NULLPTR));
|
|
channelMgr_Default->setText(QApplication::translate("QChannelManager", "\346\230\257\345\220\246\350\256\276\344\270\272\351\273\230\350\256\244\357\274\210NG\346\265\201\345\220\221\347\232\204\351\200\232\351\201\223\357\274\211", Q_NULLPTR));
|
|
channelMgr_OKMody->setText(QApplication::translate("QChannelManager", "\347\241\256\350\256\244\344\277\256\346\224\271", Q_NULLPTR));
|
|
channelMgr_Exit->setText(QApplication::translate("QChannelManager", "\351\200\200\345\207\272", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QChannelManager: public Ui_QChannelManager {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QCHANNELMANAGER_H
|