Kontron KTAM3874-pITX Manual de usuario Pagina 241

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 293
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 240
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
}
Vista de pagina 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 292 293

Comentarios a estos manuales

Sin comentarios