103 lines
3.5 KiB
C
103 lines
3.5 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'cheat.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.14.2
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_CHEAT_H
|
||
|
#define UI_CHEAT_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QGroupBox>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
#include <QtWidgets/QTextBrowser>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
#include <QtWidgets/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_cheat
|
||
|
{
|
||
|
public:
|
||
|
QWidget *verticalLayoutWidget;
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QGroupBox *groupBox;
|
||
|
QTextBrowser *Message_Edit;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
QLineEdit *Input_Edit;
|
||
|
QPushButton *Clear_Button;
|
||
|
QPushButton *Send_Button;
|
||
|
|
||
|
void setupUi(QWidget *cheat)
|
||
|
{
|
||
|
if (cheat->objectName().isEmpty())
|
||
|
cheat->setObjectName(QString::fromUtf8("cheat"));
|
||
|
cheat->resize(496, 352);
|
||
|
verticalLayoutWidget = new QWidget(cheat);
|
||
|
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
|
||
|
verticalLayoutWidget->setGeometry(QRect(0, 10, 491, 338));
|
||
|
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
groupBox = new QGroupBox(verticalLayoutWidget);
|
||
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||
|
groupBox->setMinimumSize(QSize(0, 250));
|
||
|
Message_Edit = new QTextBrowser(groupBox);
|
||
|
Message_Edit->setObjectName(QString::fromUtf8("Message_Edit"));
|
||
|
Message_Edit->setGeometry(QRect(10, 20, 471, 211));
|
||
|
|
||
|
verticalLayout->addWidget(groupBox);
|
||
|
|
||
|
horizontalLayout = new QHBoxLayout();
|
||
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||
|
Input_Edit = new QLineEdit(verticalLayoutWidget);
|
||
|
Input_Edit->setObjectName(QString::fromUtf8("Input_Edit"));
|
||
|
Input_Edit->setMinimumSize(QSize(190, 0));
|
||
|
Input_Edit->setMaximumSize(QSize(16777215, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(Input_Edit);
|
||
|
|
||
|
Clear_Button = new QPushButton(verticalLayoutWidget);
|
||
|
Clear_Button->setObjectName(QString::fromUtf8("Clear_Button"));
|
||
|
Clear_Button->setMaximumSize(QSize(16777215, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(Clear_Button);
|
||
|
|
||
|
Send_Button = new QPushButton(verticalLayoutWidget);
|
||
|
Send_Button->setObjectName(QString::fromUtf8("Send_Button"));
|
||
|
Send_Button->setMaximumSize(QSize(16777215, 30));
|
||
|
|
||
|
horizontalLayout->addWidget(Send_Button);
|
||
|
|
||
|
|
||
|
verticalLayout->addLayout(horizontalLayout);
|
||
|
|
||
|
|
||
|
retranslateUi(cheat);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(cheat);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QWidget *cheat)
|
||
|
{
|
||
|
cheat->setWindowTitle(QCoreApplication::translate("cheat", "Form", nullptr));
|
||
|
groupBox->setTitle(QCoreApplication::translate("cheat", "Message", nullptr));
|
||
|
Clear_Button->setText(QCoreApplication::translate("cheat", "Clear", nullptr));
|
||
|
Send_Button->setText(QCoreApplication::translate("cheat", "Send", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class cheat: public Ui_cheat {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_CHEAT_H
|