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.
143 lines
5.2 KiB
C++
143 lines
5.2 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'qaddchanneldlg.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_QADDCHANNELDLG_H
|
|
#define UI_QADDCHANNELDLG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpinBox>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QAddChannelDlg
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_2;
|
|
QGridLayout *gridLayout;
|
|
QLabel *label_2;
|
|
QLabel *label;
|
|
QSpinBox *spinBox_value;
|
|
QLineEdit *lineEdit_name;
|
|
QLabel *label_3;
|
|
QLineEdit *lineEdit_About;
|
|
QHBoxLayout *horizontalLayout;
|
|
QPushButton *pushButton_OK;
|
|
QPushButton *pushButton_Cancle;
|
|
|
|
void setupUi(QDialog *QAddChannelDlg)
|
|
{
|
|
if (QAddChannelDlg->objectName().isEmpty())
|
|
QAddChannelDlg->setObjectName(QStringLiteral("QAddChannelDlg"));
|
|
QAddChannelDlg->resize(236, 156);
|
|
QAddChannelDlg->setStyleSheet(QStringLiteral("font: 11pt \"Consolas\";"));
|
|
gridLayout_2 = new QGridLayout(QAddChannelDlg);
|
|
gridLayout_2->setSpacing(6);
|
|
gridLayout_2->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
label_2 = new QLabel(QAddChannelDlg);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
gridLayout->addWidget(label_2, 2, 0, 1, 1);
|
|
|
|
label = new QLabel(QAddChannelDlg);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
spinBox_value = new QSpinBox(QAddChannelDlg);
|
|
spinBox_value->setObjectName(QStringLiteral("spinBox_value"));
|
|
spinBox_value->setMinimumSize(QSize(0, 25));
|
|
spinBox_value->setMaximum(65536);
|
|
|
|
gridLayout->addWidget(spinBox_value, 2, 1, 1, 1);
|
|
|
|
lineEdit_name = new QLineEdit(QAddChannelDlg);
|
|
lineEdit_name->setObjectName(QStringLiteral("lineEdit_name"));
|
|
lineEdit_name->setMinimumSize(QSize(0, 25));
|
|
|
|
gridLayout->addWidget(lineEdit_name, 0, 1, 1, 1);
|
|
|
|
label_3 = new QLabel(QAddChannelDlg);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
|
|
gridLayout->addWidget(label_3, 1, 0, 1, 1);
|
|
|
|
lineEdit_About = new QLineEdit(QAddChannelDlg);
|
|
lineEdit_About->setObjectName(QStringLiteral("lineEdit_About"));
|
|
lineEdit_About->setMinimumSize(QSize(0, 25));
|
|
|
|
gridLayout->addWidget(lineEdit_About, 1, 1, 1, 1);
|
|
|
|
|
|
gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
|
|
|
|
horizontalLayout = new QHBoxLayout();
|
|
horizontalLayout->setSpacing(6);
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
|
pushButton_OK = new QPushButton(QAddChannelDlg);
|
|
pushButton_OK->setObjectName(QStringLiteral("pushButton_OK"));
|
|
QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(pushButton_OK->sizePolicy().hasHeightForWidth());
|
|
pushButton_OK->setSizePolicy(sizePolicy);
|
|
|
|
horizontalLayout->addWidget(pushButton_OK);
|
|
|
|
pushButton_Cancle = new QPushButton(QAddChannelDlg);
|
|
pushButton_Cancle->setObjectName(QStringLiteral("pushButton_Cancle"));
|
|
sizePolicy.setHeightForWidth(pushButton_Cancle->sizePolicy().hasHeightForWidth());
|
|
pushButton_Cancle->setSizePolicy(sizePolicy);
|
|
|
|
horizontalLayout->addWidget(pushButton_Cancle);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout, 1, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(QAddChannelDlg);
|
|
|
|
pushButton_OK->setDefault(true);
|
|
|
|
|
|
QMetaObject::connectSlotsByName(QAddChannelDlg);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *QAddChannelDlg)
|
|
{
|
|
QAddChannelDlg->setWindowTitle(QApplication::translate("QAddChannelDlg", "\346\226\260\345\273\272\351\200\232\351\201\223", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("QAddChannelDlg", "\345\217\221\351\200\201\347\273\223\346\236\234\357\274\232", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QAddChannelDlg", "\351\200\232\351\201\223\345\220\215\347\247\260\357\274\232", Q_NULLPTR));
|
|
label_3->setText(QApplication::translate("QAddChannelDlg", "\345\244\207\346\263\250\357\274\232", Q_NULLPTR));
|
|
pushButton_OK->setText(QApplication::translate("QAddChannelDlg", "\347\241\256\350\256\244", Q_NULLPTR));
|
|
pushButton_Cancle->setText(QApplication::translate("QAddChannelDlg", "\345\217\226\346\266\210", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QAddChannelDlg: public Ui_QAddChannelDlg {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QADDCHANNELDLG_H
|