Qt Change Network Connection
Unsolved
General and Desktop
-
Hi, i am looking to change from one network to another suppose i have wifi-1, wifi-2 etc.. can i change network from wifi-1 to wifi-2 using Qt?. Kindly help.
-
Hi,
What exactly do you want to change ?
-
@SGaist Hi, I want to switch between available WIFI and Wired networks available. For example i have Tp-link1 (WIFI Network), TP-Link2 (WIFI Network), Ethernet1 (Wired Connection) etc. Is it possible to switch between networks from Qt?
-
Not directly because it's a system settings and it is outside of Qt's scope. But you can write a GUI using your system tools.
-
Not directly because it's a system settings and it is outside of Qt's scope. But you can write a GUI using your system tools.
@SGaist Ok will try that. Thanks for your reply.