Qt 6.11 is out! See what's new in the release
blog
Connect to a network via Qt
-
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.
@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 -
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.