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

KTD-S0057-I
Page 244 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
Column
{
spacing:
10
anchors
{
left: parent.left
leftMargin:
10
right:
parent.right
rightMargin:
10
top:
parent.top
topMargin:
120
}
Text
{
font.bold:
true
color:
"white"
elide:
Text.ElideRight
text:
container.photoTitle
width:
parent.width
}
Text
{
color:
"white"
elide:
Text.ElideRight
text: "Size: " + container.photoWidth + 'x' + container.photoHeight
width:
parent.width
}
Text
{
color:
"white"
elide:
Text.ElideRight
text: "Type: " + container.photoType
width:
parent.width
}
Text
{
color:
"white"
elide:
Text.ElideRight
text: "Author: " + container.photoAuthor
width:
parent.width
}
Text
{
color:
"white"
elide:
Text.ElideRight
text: "Published: " + container.photoDate
width:
parent.width
}