Network on click Update
This commit is contained in:
@@ -11,14 +11,9 @@ MouseArea {
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
|
||||
// onClicked: {
|
||||
// console.log("Wifi Hardware:", Networking.wifiHardwareEnabled)
|
||||
// console.log("Wifi:", Networking.wifiEnabled)
|
||||
// console.log("Device Type:", Networking.devices.DeviceType.toString(DeviceType))
|
||||
// console.log("Device Type:", Networking.devices.DeviceConnectionState.toString(DeviceConnectionState)) // ???
|
||||
// console.log("Device Type:", Networking.devices.toString(NetworkDevice))
|
||||
// console.log("Device Type:", Networking.devices.length)
|
||||
// }
|
||||
onClicked: {
|
||||
networkStatus.running = true
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user