搜索资源列表
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
ftpclient
- FTP客户端设计与实现,使用的是QT技术-Design and implementation of FTP client, using QT technology
dialog
- 一个聊天的界面程序,主要利用qt-gui编写,其中含有用qtdesigner编写的ui文件-A chat interface program, using mainly written in qt-gui ui file containing written with qtdesigner
QtChat
- 使用Qt做UI,底层采用Linux内核的聊天程序,有服务器和客户端,适合初学者学习-Qt based chatting program, but using Linux kernel as the fundamentals. Includes both the client and server, suit to beginners.