QT应用---WIFI连接

发布于 2024-11-28 12:30:02 字数 52 浏览 2 评论 0原文

QT 有用于检测无线网络的 API 吗?如果没有,是否还有其他跨平台的方法来检测无线网络?

Does QT have any APIs for detecting wireless networks? If not, are there any other cross-platform means of detecting wireless networks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

栩栩如生 2024-12-05 12:30:02

Qt 没有开箱即用的 wifi 支持,wifi 太特定于平台了。使用本机 API 来处理 wifi。

Qt has no wifi support out of the box, wifi is too platform-specific. Use native API's for working with wifi.

爱人如己 2024-12-05 12:30:02

QNetworkInterface 是最接近的类,AFAICT,但正如 Raiv 所说,Qt 不支持Wifi 网络检测。

您可以构建 GUI 和使用 Qt 控制逻辑,但您必须在其他地方寻找跨平台 wifi 库(如果存在,否则您必须为您想要支持的每个平台编写自己的库)。

QNetworkInterface is the closest class, AFAICT, but as Raiv says, Qt does not support Wifi-network detection.

You can build the GUI & controlling logic with Qt, but you must look elsewhere for a cross-platform wifi library (if any exist, otherwise you have to write your own for every platform you want to support).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文