added logic to the connect to vpn button

This commit is contained in:
vladimir.kuznetsov 2023-05-14 21:11:19 +08:00
parent 35d4222c7a
commit 116fa6777b
27 changed files with 293 additions and 125 deletions

View file

@ -23,14 +23,8 @@ PageBase {
anchors.left: parent.left
anchors.bottom: tabBar.top
width: {
console.log(parent.width)
return parent.width
}
height: {
console.log(root.height - tabBar.implicitHeight)
return root.height - tabBar.implicitHeight
}
width: parent.width
height: root.height - tabBar.implicitHeight
PageHome {
}