Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to scan and connect wifi in linux with QT API?
-
Hi All,
I'm trying to designed an application that can connect to wifi or change wifi to AP mode.
In the past, I could do it via Qprocess API to send command to my system.But I want to change the way that I used to do.
I was searching any possibilities that QT API can satisfied my needs.Can anyone give me suggestion or example that I could study?
-
@victor-wang
using D-BUS (QtDBus) is an option
see this