How can i check network connection on qml?
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.
精彩评论