Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Connect to a network via Qt
Qt 6.11 is out! See what's new in the release blog

Connect to a network via Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 415 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.
  • Y Offline
    Y Offline
    Yaldiz
    wrote on last edited by
    #1

    Hi,

    I want to write UI for wi-fi connection.
    What is the best practice for this, which classes i need to use for list networks and connect network?

    Regards.

    jsulmJ 1 Reply Last reply
    0
    • Y Yaldiz

      Hi,

      I want to write UI for wi-fi connection.
      What is the best practice for this, which classes i need to use for list networks and connect network?

      Regards.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Yaldiz said in Connect to a network via Qt:

      I want to write UI for wi-fi connection

      What exactly do you want to do?
      For an application it is transparent whether the network connection is going through wi-fi or cable.
      Do you want to manage wi-fi?
      Qt networking: https://doc.qt.io/qt-5/qtnetwork-index.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        Yaldiz
        wrote on last edited by
        #3

        I want to connect network connection through wifi.
        Yes, i need to manage wi-fi.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          The actual management of network properties is outside of Qt's scope. Which OS are you targeting ? Based on that, you will have to discuss with the platform network stack. On Linux it is done through NetworkManager. KDE already has an application for that.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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