QT基于tcp/ip网络通讯实例
.
├── qt_chattool
│ ├── QT开发的即时通讯软件(基于TCP).txt
│ ├── build-qt_chat-Desktop_Qt_5_14_2_MinGW_64_bit-Debug
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── debug
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_predefs.h
│ │ │ └── qt_chat.exe
│ │ ├── release
│ │ └── ui_mainwindow.h
│ ├── qt_chat
│ │ ├── main.cpp
│ │ ├── mainwindow.cpp
│ │ ├── mainwindow.h
│ │ ├── mainwindow.ui
│ │ ├── qt_chat.pro
│ │ ├── qt_chat.pro.user
│ │ ├── qt_chat.pro.user.11ce480
│ │ └── qt_chat.pro.user.1956fdf
│ └── qt_client
│ ├── build-my_Client-Desktop_Qt_5_14_2_MinGW_64_bit-Debug
│ │ ├── Makefile
│ │ ├── Makefile.Debug
│ │ ├── Makefile.Release
│ │ ├── debug
│ │ │ ├── main.o
│ │ │ ├── mainwindow.o
│ │ │ ├── moc_mainwindow.cpp
│ │ │ ├── moc_mainwindow.o
│ │ │ ├── moc_predefs.h
│ │ │ └── my_Client.exe
│ │ ├── release
│ │ └── ui_mainwindow.h
│ └── my_Client
│ ├── main.cpp
│ ├── mainwindow.cpp
│ ├── mainwindow.h
│ ├── mainwindow.ui
│ ├── my_Client.pro
│ └── my_Client.pro.user
└── 找例子网_qt_chattool-基于tcpip网络通讯实例.zip
10 directories, 36 files
评论