Connect to a network via Qt
Unsolved
General and Desktop
-
@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.