Comment on
Object oriented programming
Reply in thread
ocaml: the socdem of programming languages
Comment on
Object oriented programming
Reply in thread
ocaml: the socdem of programming languages
Comment on
pi is 9
Comment on
How to get network status in QML?
Reply in thread
that would be ideal! but I can't seem to find a way to do it natively without some C++ library like this one?
Comment on
How to get network status in QML?
Reply in thread
It 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