on How to get network status in QML? · c/kde · 1 pts · 2yIt seems networkStatus doesn't provide a connectivity attribute and PlasmaNM.NetworkManager doesn't have a Full either: console.log(Object.keys(networkStatus)) qml: [objectName,activeConnections,networkStatus,objectNameChanged,activeConnectionsChanged,networkStatusChanged] networkStatus.connectivity !== PlasmaNM.NetworkManager.Full .../contents/ui/main.qml:150: TypeError: Cannot read property 'Full' of undefined
on How to get network status in QML? · c/kde · 1 pts · 3ythat would be ideal! but I can't seem to find a way to do it natively without some C++ library like this one?
on Object oriented programming · c/programmerhumor · 3 pts · 3yocaml: the socdem of programming languages
It seems
networkStatusdoesn't provide aconnectivityattribute andPlasmaNM.NetworkManagerdoesn't have aFulleither:that would be ideal! but I can't seem to find a way to do it natively without some C++ library like this one?
ocaml: the socdem of programming languages
https://xkcd.com/2205