简体   繁体   中英

Sending XML data from computer to computer - Qt

I have no experience in this topic so I have to ask. How to send (XML formatted) data from one computer to another using Qt Framework ?

Edit :

I found out that sockets are suitable for this, but I have no idea how to implement them.

For file transfer with Qt you'll use QTcpServer and QTcpSocket . You can check out some Network Examples on their website.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM