Moderators: marcelr, TerrorSource, Toonz, TheHogNL
oepi-loepi wrote:This is the link to the original post.
https://www.domoticaforum.eu/viewtopic. ... 324#p90536
oepi-loepi wrote:yes i will debug the app from the toonstore but since i do not have the problems i need some input. Can you help me debugging? Do you know how to use Putty and WinSCP and do you have some basic knowledge of Linux?
app.doorcamImage1Source = "drawables/connect.jpg";
app.doorcamImage2Source = "drawables/connect.jpg";
this.close();
}
app.doorcamImage2Source = "drawables/connect.jpg";
this.close();
}
Image {
id: doorcamImage1
width: parent.width - 110
height: parent.height - 30
fillMode: Image.Image.Stretch
source: app.doorcamImage1Source
anchors {
horizontalCenter: parent.horizontalCenter
top: parent.top
}
cache: false
z: app.doorcamImage1Z
onStatusChanged: {
app.doorcamImage1Ready = (doorcamImage1.status == Image.Ready)
}
MouseArea {
anchors.fill: parent
onClicked: {
app.pictureCountdownCounter = app.pictureCountdownCounterStart
}
}
}
Image {
id: doorcamImage2
width: parent.width - 110
height: parent.height - 30
fillMode: Image.Image.Stretch
source: app.doorcamImage2Source
anchors {
horizontalCenter: parent.horizontalCenter
top: parent.top
}
cache: false
z: app.doorcamImage2Z
onStatusChanged: {
app.doorcamImage2Ready = (doorcamImage2.status == Image.Ready)
}
}
Rectangle {
width: parent.width
height: 20
color: "white"
anchors {
left: parent.left
bottom: parent.bottom
}
z: 10
}
Users browsing this forum: No registered users and 1 guest