Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QML Internet connection status
Qt 6.11 is out! See what's new in the release blog

QML Internet connection status

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    m.abed
    wrote on last edited by
    #1

    Hello
    How i can know my connection status using QML?

    so if mobile disconnected i can show message to user to connect again

    ekkescornerE 1 Reply Last reply
    0
    • M m.abed

      Hello
      How i can know my connection status using QML?

      so if mobile disconnected i can show message to user to connect again

      ekkescornerE Offline
      ekkescornerE Offline
      ekkescorner
      Qt Champions 2016
      wrote on last edited by
      #2

      @m.abed you should do this from C++
      QNetworkConfigurationManager will be your friend on Android,
      to get online state from iOS you should implement iOS Reachability class

      if you can wait some days - there will be a blog and example by me this coming week

      ekke ... Qt Champion 2016 | 2024 ... mobile business apps

      M 1 Reply Last reply
      1
      • ekkescornerE ekkescorner

        @m.abed you should do this from C++
        QNetworkConfigurationManager will be your friend on Android,
        to get online state from iOS you should implement iOS Reachability class

        if you can wait some days - there will be a blog and example by me this coming week

        M Offline
        M Offline
        m.abed
        wrote on last edited by
        #3

        @ekkescorner thanks so much, i have some tasks, will do it before trying that
        maybe blog will be ready

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved