开发者

QT Application --- WIFI connection [closed]

开发者_如何学C It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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


Qt has no wifi support out of the box, wifi is too platform-specific. Use native API's for working with 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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜