1 Star 0 Fork 0

cheng/EasyCompUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_widget.h 7.14 KB
一键复制 编辑 原始数据 按行查看 历史
cheng 提交于 2023-05-02 21:49 . add pack
/********************************************************************************
** Form generated from reading UI file 'widget.ui'
**
** Created by: Qt User Interface Compiler version 5.9.8
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_WIDGET_H
#define UI_WIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Widget
{
public:
QPushButton *pushButton;
QTextBrowser *log;
QCheckBox *autoStart;
QWidget *gridLayoutWidget_2;
QGridLayout *gridLayout;
QLineEdit *copyDst;
QLineEdit *shareDir;
QLabel *publicIP_l;
QSpinBox *proxyPort;
QLabel *copySrc_l;
QLabel *password_l;
QLineEdit *password;
QSpinBox *servePort;
QLabel *proxyPort_l;
QLineEdit *user;
QLabel *shareDir_l;
QLabel *servePort_l;
QLabel *user_l;
QLineEdit *copySrc;
QLabel *copyDst_l;
QLabel *localIP_l;
void setupUi(QWidget *Widget)
{
if (Widget->objectName().isEmpty())
Widget->setObjectName(QStringLiteral("Widget"));
Widget->resize(741, 369);
Widget->setMinimumSize(QSize(741, 369));
Widget->setMaximumSize(QSize(741, 369));
pushButton = new QPushButton(Widget);
pushButton->setObjectName(QStringLiteral("pushButton"));
pushButton->setGeometry(QRect(350, 320, 71, 31));
log = new QTextBrowser(Widget);
log->setObjectName(QStringLiteral("log"));
log->setGeometry(QRect(350, 20, 369, 281));
autoStart = new QCheckBox(Widget);
autoStart->setObjectName(QStringLiteral("autoStart"));
autoStart->setGeometry(QRect(580, 330, 141, 16));
gridLayoutWidget_2 = new QWidget(Widget);
gridLayoutWidget_2->setObjectName(QStringLiteral("gridLayoutWidget_2"));
gridLayoutWidget_2->setGeometry(QRect(20, 20, 311, 331));
gridLayout = new QGridLayout(gridLayoutWidget_2);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
copyDst = new QLineEdit(gridLayoutWidget_2);
copyDst->setObjectName(QStringLiteral("copyDst"));
gridLayout->addWidget(copyDst, 5, 1, 1, 1);
shareDir = new QLineEdit(gridLayoutWidget_2);
shareDir->setObjectName(QStringLiteral("shareDir"));
gridLayout->addWidget(shareDir, 6, 1, 1, 1);
publicIP_l = new QLabel(gridLayoutWidget_2);
publicIP_l->setObjectName(QStringLiteral("publicIP_l"));
gridLayout->addWidget(publicIP_l, 7, 0, 1, 1);
proxyPort = new QSpinBox(gridLayoutWidget_2);
proxyPort->setObjectName(QStringLiteral("proxyPort"));
gridLayout->addWidget(proxyPort, 3, 1, 1, 1);
copySrc_l = new QLabel(gridLayoutWidget_2);
copySrc_l->setObjectName(QStringLiteral("copySrc_l"));
gridLayout->addWidget(copySrc_l, 4, 0, 1, 1);
password_l = new QLabel(gridLayoutWidget_2);
password_l->setObjectName(QStringLiteral("password_l"));
gridLayout->addWidget(password_l, 1, 0, 1, 1);
password = new QLineEdit(gridLayoutWidget_2);
password->setObjectName(QStringLiteral("password"));
password->setInputMethodHints(Qt::ImhHiddenText);
gridLayout->addWidget(password, 1, 1, 1, 1);
servePort = new QSpinBox(gridLayoutWidget_2);
servePort->setObjectName(QStringLiteral("servePort"));
gridLayout->addWidget(servePort, 2, 1, 1, 1);
proxyPort_l = new QLabel(gridLayoutWidget_2);
proxyPort_l->setObjectName(QStringLiteral("proxyPort_l"));
gridLayout->addWidget(proxyPort_l, 3, 0, 1, 1);
user = new QLineEdit(gridLayoutWidget_2);
user->setObjectName(QStringLiteral("user"));
gridLayout->addWidget(user, 0, 1, 1, 1);
shareDir_l = new QLabel(gridLayoutWidget_2);
shareDir_l->setObjectName(QStringLiteral("shareDir_l"));
gridLayout->addWidget(shareDir_l, 6, 0, 1, 1);
servePort_l = new QLabel(gridLayoutWidget_2);
servePort_l->setObjectName(QStringLiteral("servePort_l"));
gridLayout->addWidget(servePort_l, 2, 0, 1, 1);
user_l = new QLabel(gridLayoutWidget_2);
user_l->setObjectName(QStringLiteral("user_l"));
gridLayout->addWidget(user_l, 0, 0, 1, 1);
copySrc = new QLineEdit(gridLayoutWidget_2);
copySrc->setObjectName(QStringLiteral("copySrc"));
gridLayout->addWidget(copySrc, 4, 1, 1, 1);
copyDst_l = new QLabel(gridLayoutWidget_2);
copyDst_l->setObjectName(QStringLiteral("copyDst_l"));
gridLayout->addWidget(copyDst_l, 5, 0, 1, 1);
localIP_l = new QLabel(gridLayoutWidget_2);
localIP_l->setObjectName(QStringLiteral("localIP_l"));
gridLayout->addWidget(localIP_l, 8, 0, 1, 1);
retranslateUi(Widget);
QMetaObject::connectSlotsByName(Widget);
} // setupUi
void retranslateUi(QWidget *Widget)
{
Widget->setWindowTitle(QApplication::translate("Widget", "Widget", Q_NULLPTR));
pushButton->setText(QApplication::translate("Widget", "\345\220\257\345\212\250", Q_NULLPTR));
autoStart->setText(QApplication::translate("Widget", "\345\274\200\346\234\272\350\207\252\345\220\257\357\274\210\345\217\257\350\203\275\345\244\261\350\264\245\357\274\211", Q_NULLPTR));
publicIP_l->setText(QApplication::translate("Widget", "\347\224\265\350\204\221\345\205\254\345\217\270IP", Q_NULLPTR));
copySrc_l->setText(QApplication::translate("Widget", "Sonia\347\224\237\346\210\220\347\233\256\345\275\225", Q_NULLPTR));
password_l->setText(QApplication::translate("Widget", "\347\224\265\350\204\221\345\257\206\347\240\201", Q_NULLPTR));
password->setText(QString());
proxyPort_l->setText(QApplication::translate("Widget", "\344\273\243\347\220\206\347\253\257\345\217\243", Q_NULLPTR));
user->setText(QString());
shareDir_l->setText(QApplication::translate("Widget", "\345\205\261\344\272\253\346\226\207\344\273\266\345\220\215\347\247\260", Q_NULLPTR));
servePort_l->setText(QApplication::translate("Widget", "\346\234\215\345\212\241\347\253\257\345\217\243", Q_NULLPTR));
user_l->setText(QApplication::translate("Widget", "\345\267\245\345\217\267", Q_NULLPTR));
copyDst_l->setText(QApplication::translate("Widget", "Sonia\345\205\261\344\272\253\347\233\256\345\275\225", Q_NULLPTR));
localIP_l->setText(QApplication::translate("Widget", "\347\224\265\350\204\221\347\233\270\346\234\272\345\261\200\345\237\237\347\275\221IP", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class Widget: public Ui_Widget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_WIDGET_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chengscc/EasyCompUI.git
git@gitee.com:chengscc/EasyCompUI.git
chengscc
EasyCompUI
EasyCompUI
master

搜索帮助