1 Star 1 Fork 43

大数据爱好者 / SocketTool

forked from c. / SocketTool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tcpserverwidget.h 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef TCPSERVERWIDGET_H
#define TCPSERVERWIDGET_H
#include <QWidget>
#include "stdafx.h"
namespace Ui {
class TcpServerWidget;
}
class TcpServerWidget : public QWidget
{
Q_OBJECT
public:
explicit TcpServerWidget(QWidget *parent = 0);
~TcpServerWidget();
public slots:
void on_pushButtonOk_clicked();
void on_pushButtonCancel_clicked();
signals:
void tcpServerCreated(QTcpServer* tcpServer);
private:
Ui::TcpServerWidget *ui;
};
#endif // TCPSERVERWIDGET_H
C++
1
https://gitee.com/big_data_enthusiasts/SocketTool.git
git@gitee.com:big_data_enthusiasts/SocketTool.git
big_data_enthusiasts
SocketTool
SocketTool
master

搜索帮助