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

KTD-S0057-I
Page 236 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
Image
{
source: "images/stripes.png"
fillMode:
Image.Tile
anchors.fill:
parent
opacity:
0.3
}
RssModel
{
id:
rssModel
}
Item
{
id:
views
width:
parent.width
anchors.top:
titleBar.bottom
anchors.bottom:
toolBar.top
GridView
{
id:
photoGridView
model:
rssModel
delegate: GridDelegate {}
cacheBuffer:
1000
cellWidth: (parent.width - 2) / 4
cellHeight:
cellWidth
width:
parent.width
height:
parent.height
}
ListView
{
id:
photoListView
model:
rssModel
delegate: ListDelegate {}
width:
parent.width
height:
parent.height
x: -(parent.width * 1.5)
cacheBuffer:
100
}
states:
State
{
name:
"ListView"
when: screen.inListView == true
PropertyChanges
{
target:
photoListView
x:
0
}