开发者

How can i check network connection on qml?

开发者 https://www.devze.com 2023-03-22 03:15 出处:网络
I want to check if there is network connection when my app start under splash screen.Splash doesnt important, important point is how can i check network connection in qml? Solution ca开发者_StackOverf

I want to check if there is network connection when my app start under splash screen.Splash doesnt important, important point is how can i check network connection in qml? Solution ca开发者_StackOverflow社区n be with qml, javascript, c++ etc.


You can use the NetworkInfo QML element from the QtMobility.systeminfo 1.1 module. See: http://doc.qt.nokia.com/qtmobility-1.2/qml-networkinfo.html for more information.

0

精彩评论

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