1 Star 0 Fork 1

fensnote / qt4-tcp端口转发工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ui_forwardsvr.h 8.43 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2018-06-12 16:54 . 初次提交
/********************************************************************************
** Form generated from reading UI file 'forwardsvr.ui'
**
** Created: Wed Aug 24 17:01:23 2016
** by: Qt User Interface Compiler version 4.8.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FORWARDSVR_H
#define UI_FORWARDSVR_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QTextEdit>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_forwardSvr
{
public:
QTextEdit *recvSvrData;
QTextEdit *recvClientData;
QLabel *label;
QLabel *label_2;
QLabel *label_3;
QLineEdit *localPort;
QLineEdit *svrPort;
QLabel *label_5;
QLineEdit *svrIp;
QPushButton *startButton;
QPushButton *stopButton;
QCheckBox *storeDataflag;
QLabel *msgNotice;
QPushButton *clientDataClearButton;
QPushButton *svrDataClearButton;
QRadioButton *hexRadioButton;
QRadioButton *asciiRadioButton;
QLabel *verLable;
QLabel *label_4;
void setupUi(QWidget *forwardSvr)
{
if (forwardSvr->objectName().isEmpty())
forwardSvr->setObjectName(QString::fromUtf8("forwardSvr"));
forwardSvr->resize(700, 540);
forwardSvr->setMinimumSize(QSize(700, 540));
forwardSvr->setMaximumSize(QSize(700, 540));
recvSvrData = new QTextEdit(forwardSvr);
recvSvrData->setObjectName(QString::fromUtf8("recvSvrData"));
recvSvrData->setGeometry(QRect(10, 40, 491, 211));
recvClientData = new QTextEdit(forwardSvr);
recvClientData->setObjectName(QString::fromUtf8("recvClientData"));
recvClientData->setGeometry(QRect(10, 280, 491, 211));
label = new QLabel(forwardSvr);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 10, 81, 21));
label_2 = new QLabel(forwardSvr);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(10, 260, 81, 21));
label_3 = new QLabel(forwardSvr);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(520, 50, 61, 21));
localPort = new QLineEdit(forwardSvr);
localPort->setObjectName(QString::fromUtf8("localPort"));
localPort->setGeometry(QRect(610, 50, 61, 20));
svrPort = new QLineEdit(forwardSvr);
svrPort->setObjectName(QString::fromUtf8("svrPort"));
svrPort->setGeometry(QRect(630, 150, 61, 20));
label_5 = new QLabel(forwardSvr);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(520, 110, 141, 21));
svrIp = new QLineEdit(forwardSvr);
svrIp->setObjectName(QString::fromUtf8("svrIp"));
svrIp->setGeometry(QRect(520, 150, 101, 20));
startButton = new QPushButton(forwardSvr);
startButton->setObjectName(QString::fromUtf8("startButton"));
startButton->setGeometry(QRect(520, 280, 71, 41));
startButton->setStyleSheet(QString::fromUtf8("border-left-color: rgb(255, 255, 255);"));
stopButton = new QPushButton(forwardSvr);
stopButton->setObjectName(QString::fromUtf8("stopButton"));
stopButton->setGeometry(QRect(610, 280, 71, 41));
storeDataflag = new QCheckBox(forwardSvr);
storeDataflag->setObjectName(QString::fromUtf8("storeDataflag"));
storeDataflag->setGeometry(QRect(520, 220, 91, 21));
msgNotice = new QLabel(forwardSvr);
msgNotice->setObjectName(QString::fromUtf8("msgNotice"));
msgNotice->setGeometry(QRect(10, 500, 491, 31));
clientDataClearButton = new QPushButton(forwardSvr);
clientDataClearButton->setObjectName(QString::fromUtf8("clientDataClearButton"));
clientDataClearButton->setGeometry(QRect(370, 250, 71, 31));
svrDataClearButton = new QPushButton(forwardSvr);
svrDataClearButton->setObjectName(QString::fromUtf8("svrDataClearButton"));
svrDataClearButton->setGeometry(QRect(260, 250, 71, 31));
hexRadioButton = new QRadioButton(forwardSvr);
hexRadioButton->setObjectName(QString::fromUtf8("hexRadioButton"));
hexRadioButton->setGeometry(QRect(520, 190, 51, 16));
asciiRadioButton = new QRadioButton(forwardSvr);
asciiRadioButton->setObjectName(QString::fromUtf8("asciiRadioButton"));
asciiRadioButton->setGeometry(QRect(590, 190, 51, 16));
verLable = new QLabel(forwardSvr);
verLable->setObjectName(QString::fromUtf8("verLable"));
verLable->setGeometry(QRect(520, 470, 101, 21));
label_4 = new QLabel(forwardSvr);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(0, 0, 700, 540));
label_4->setMinimumSize(QSize(700, 540));
label_4->setMaximumSize(QSize(700, 540));
label_4->setStyleSheet(QString::fromUtf8("background-color: rgb(252, 255, 243);"));
label_4->raise();
recvSvrData->raise();
recvClientData->raise();
label->raise();
label_2->raise();
label_3->raise();
localPort->raise();
svrPort->raise();
label_5->raise();
svrIp->raise();
startButton->raise();
stopButton->raise();
storeDataflag->raise();
msgNotice->raise();
clientDataClearButton->raise();
svrDataClearButton->raise();
hexRadioButton->raise();
asciiRadioButton->raise();
verLable->raise();
retranslateUi(forwardSvr);
QMetaObject::connectSlotsByName(forwardSvr);
} // setupUi
void retranslateUi(QWidget *forwardSvr)
{
forwardSvr->setWindowTitle(QApplication::translate("forwardSvr", "forwardSvr", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("forwardSvr", "\346\234\215\345\212\241\345\231\250\346\225\260\346\215\256\357\274\232", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("forwardSvr", "\345\256\242\346\210\267\347\253\257\346\225\260\346\215\256\357\274\232", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("forwardSvr", "\346\234\254\345\234\260\347\253\257\345\217\243\357\274\232", 0, QApplication::UnicodeUTF8));
localPort->setText(QApplication::translate("forwardSvr", "10010", 0, QApplication::UnicodeUTF8));
svrPort->setText(QApplication::translate("forwardSvr", "10020", 0, QApplication::UnicodeUTF8));
label_5->setText(QApplication::translate("forwardSvr", "\350\275\254\345\217\221\350\207\263\346\234\215\345\212\241\345\231\250\357\274\232", 0, QApplication::UnicodeUTF8));
svrIp->setText(QApplication::translate("forwardSvr", "192.168.002.110", 0, QApplication::UnicodeUTF8));
startButton->setText(QApplication::translate("forwardSvr", "\345\274\200\345\247\213", 0, QApplication::UnicodeUTF8));
stopButton->setText(QApplication::translate("forwardSvr", "\345\201\234\346\255\242", 0, QApplication::UnicodeUTF8));
storeDataflag->setText(QApplication::translate("forwardSvr", "\344\277\235\345\255\230\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8));
msgNotice->setText(QApplication::translate("forwardSvr", "wuquan-1230@163.com", 0, QApplication::UnicodeUTF8));
clientDataClearButton->setText(QApplication::translate("forwardSvr", "\346\270\205\347\251\272\342\226\274", 0, QApplication::UnicodeUTF8));
svrDataClearButton->setText(QApplication::translate("forwardSvr", "\346\270\205\347\251\272\342\226\262", 0, QApplication::UnicodeUTF8));
hexRadioButton->setText(QApplication::translate("forwardSvr", "Hex", 0, QApplication::UnicodeUTF8));
asciiRadioButton->setText(QApplication::translate("forwardSvr", "Ascii", 0, QApplication::UnicodeUTF8));
verLable->setText(QApplication::translate("forwardSvr", "Ver1.0.6", 0, QApplication::UnicodeUTF8));
label_4->setText(QString());
} // retranslateUi
};
namespace Ui {
class forwardSvr: public Ui_forwardSvr {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FORWARDSVR_H
C++
1
https://gitee.com/fensnote/qt4tcp_port_forwarding_tool.git
git@gitee.com:fensnote/qt4tcp_port_forwarding_tool.git
fensnote
qt4tcp_port_forwarding_tool
qt4-tcp端口转发工具
master

搜索帮助