mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 21:35:51 +00:00
+ add toolbar config
+ create interface class * update UI
This commit is contained in:
@ -271,7 +271,9 @@ QString ControlAdaptor::CurrentWiFi()
|
||||
|
||||
QStringList ControlAdaptor::VerboseWiFi()
|
||||
{
|
||||
QList<netctlWifiInfo> wifiPoints = wpaCommand->scanWifi();
|
||||
QList<netctlWifiInfo> wifiPoints;
|
||||
wifiPoints.append(wpaCommand->current());
|
||||
wifiPoints.append(wpaCommand->scanWifi());
|
||||
QStringList info;
|
||||
for (int i=0; i<wifiPoints.count(); i++) {
|
||||
QStringList point;
|
||||
|
Reference in New Issue
Block a user