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 4 是否支持解析 CNAME、MX 和 SRV 等 DNS 记录?
有一个 Q3Dns 类,但我不想使用它。
http://doc.trolltech.com/4.7/q3dns.html
应该有你需要的所有信息。
编辑:据我所知,除了上面的版本之外,没有低级版本。
http://doc.trolltech.com/4.7/porting4.html#qdns
您可以像这个基于 MFC 的示例一样从头开始编写一些代码,移植起来应该不会太难。