Ktam3874/pitx software guide – Kontron KTAM3874-pITX User Manual
Page 241

KTD-S0057-I
Page 237 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
PropertyChanges
{
target:
photoGridView
x: -(parent.width * 1.5)
}
}
transitions:
Transition
{
NumberAnimation
{
properties:
"x"
duration:
500
easing.type:
Easing.InOutQuad
}
}
ImageDetails
{
id:
imageDetails
width:
parent.width
anchors.left:
views.right
height:
parent.height
}
Item
{
id:
foreground
anchors.fill: parent
}
}
TitleBar
{
id:
titleBar
width:
parent.width
height:
40
opacity:
0.9
}
ToolBar
{
id:
toolBar
height:
40
anchors.bottom:
parent.bottom
width:
parent.width
opacity:
0.9
button1Label:
"Update"
button2Label: "View mode"
onButton1Clicked: rssModel.reload ()
onButton2Clicked:
if (screen.inListView == true)
screen.inListView
=
false
else
screen.inListView
=
true
}