代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/463996/7171072
pdb tcpclient.pdb
www.eeworm.com/read/463996/7171074
suo tcpclient.suo
www.eeworm.com/read/463996/7171078
exe tcpclient.exe
www.eeworm.com/read/463996/7171079
pdb tcpclient.pdb
www.eeworm.com/read/460748/7242060
cpp tcpclient.cpp
#include "tcpclient.h"
TcpClient::TcpClient( QWidget *parent, Qt::WindowFlags f )
: QDialog( parent, f )
{
QFont font("ZYSong18030",12);
setFont(font);
setWindowTitle(tr("TCP
www.eeworm.com/read/460748/7242062
h tcpclient.h
#ifndef TCPCLIENT_H
#define TCPCLIENT_H
#include
#include
class TcpClient : public QDialog
{
Q_OBJECT
public:
TcpClient( QWidget *parent=0, Qt::WindowFlags f=0 );
~T
www.eeworm.com/read/460748/7242064
pro tcpclient.pro
TEMPLATE = app
TARGET = tcpclient
CONFIG += qt warn_on release
DEPENDPATH = ../../include
HEADERS = tcpclient.h
SOURCES = tcpclient.cpp \
main.cpp
TRANSLATIONS = tcpclient_zh.ts
QT += netwo
www.eeworm.com/read/460748/7242067