Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.79 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.79 KB

QtOtherModuleExamples

Qt其他模块相关类库范例,Qt Network,Qt SQL,Qt Test,Qt Charts等

QTcpSocketExample

Qt进行tcp通讯的简单范例,范例中户端和服务端直接写在了一起实现收发

QUdpSocketExample

Qt进行udp通讯的简单范例,范例中户端和服务端直接写在了一起实现收发

QNetworkAccessManagerReadHttp

Qt进行http通讯,仅提供get方法,put/post近似

QtConcurrentExample(Blog)

Qt使用QtConcurrent并行计算高级API范例,请直接看博客
其余多线程相关请看QtCoreExamples

SupportMulticlientsTcpserver

Qt使用QTcpserver实现多客户端连接管理