Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有这方面的经验,所以我不得不问。如何使用 Qt 框架将(XML 格式的)数据从一台计算机发送到另一台计算机?
编辑 :
我发现套接字适用于此,但我不知道如何实现它们。
对于使用Qt进行文件传输,您将使用QTcpServer和QTcpSocket. 您可以在他们的网站上查看一些网络示例。
QTcpServer
QTcpSocket