Network on click Update
This commit is contained in:
@@ -11,14 +11,9 @@ MouseArea {
|
|||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
|
||||||
// onClicked: {
|
onClicked: {
|
||||||
// console.log("Wifi Hardware:", Networking.wifiHardwareEnabled)
|
networkStatus.running = true
|
||||||
// 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)
|
|
||||||
// }
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user