|
@@ -69,7 +69,7 @@ Rectangle {
|
|
running: false
|
|
running: false
|
|
repeat: false
|
|
repeat: false
|
|
onTriggered: {
|
|
onTriggered: {
|
|
- testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl --insecure -m 3 -Is " + camURL;
|
|
if(menuAREA.z === 1) {
|
|
if(menuAREA.z === 1) {
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
} else {
|
|
} else {
|
|
@@ -121,7 +121,7 @@ Rectangle {
|
|
urlchangeBUSY.visible = true;
|
|
urlchangeBUSY.visible = true;
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl --insecure -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
console.debug("CAMURL Component.onCompleted :" + camURL);
|
|
console.debug("CAMURL Component.onCompleted :" + camURL);
|
|
@@ -134,7 +134,7 @@ Rectangle {
|
|
console.debug("CAMURL onVisible changed :" + camURL);
|
|
console.debug("CAMURL onVisible changed :" + camURL);
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl --insecure -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
console.debug("CAMURL onVisibleChanged :" + camURL);
|
|
console.debug("CAMURL onVisibleChanged :" + camURL);
|
|
@@ -261,6 +261,8 @@ Rectangle {
|
|
source: buttmenuArea
|
|
source: buttmenuArea
|
|
sourceSize.height: parent.height * 0.7 //- parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.height: parent.height * 0.7 //- parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width * 0.7 //- parent.width * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width * 0.7 //- parent.width * (buttImgBorder / 100.0)
|
|
|
|
+ height: sourceSize.height
|
|
|
|
+ width:sourceSize.width
|
|
visible: parent.visible
|
|
visible: parent.visible
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -275,7 +277,7 @@ Rectangle {
|
|
onPressAndHold: {
|
|
onPressAndHold: {
|
|
camURL = whichCamSet();
|
|
camURL = whichCamSet();
|
|
|
|
|
|
- testWebsite.appName = "curl -m 3 -Is " + camURL;
|
|
|
|
|
|
+ testWebsite.appName = "curl --insecure -m 3 -Is " + camURL;
|
|
|
|
|
|
testWebsite.launchScript();
|
|
testWebsite.launchScript();
|
|
|
|
|
|
@@ -336,6 +338,8 @@ Rectangle {
|
|
source: buttCamImage
|
|
source: buttCamImage
|
|
sourceSize.height: parent.height - parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.height: parent.height - parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width - parent.width * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width - parent.width * (buttImgBorder / 100.0)
|
|
|
|
+ height: sourceSize.height
|
|
|
|
+ width:sourceSize.width
|
|
visible: parent.visible
|
|
visible: parent.visible
|
|
}
|
|
}
|
|
background: Rectangle {
|
|
background: Rectangle {
|
|
@@ -387,6 +391,8 @@ Rectangle {
|
|
source: buttCamImage
|
|
source: buttCamImage
|
|
sourceSize.height: parent.height - parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.height: parent.height - parent.height * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width - parent.width * (buttImgBorder / 100.0)
|
|
sourceSize.width: parent.width - parent.width * (buttImgBorder / 100.0)
|
|
|
|
+ height: sourceSize.height
|
|
|
|
+ width:sourceSize.width
|
|
visible: parent.visible
|
|
visible: parent.visible
|
|
}
|
|
}
|
|
background: Rectangle {
|
|
background: Rectangle {
|