Kontron KTAM3874-pITX Manual de usuario Pagina 229

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 293
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 228
KTD-S0057-I Page 225 Linux® Programming Examples (DebianTM)
KTAM3874/pITX Software Guide
header.urlChanged = false
}
onUrlChanged: header.urlChanged = true
}
Button
{
id: reloadButton
anchors
{
right: quitButton.left
rightMargin: 10
}
action: webView.reload
image: "pics/view-refresh.png"
visible: webView.progress == 1.0 && !header.urlChanged
}
Text
{
id: quitButton
color: "white"
style: Text.Sunken
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 18
width: 60
text: "Quit"
MouseArea
{
anchors.fill: parent
onClicked: Qt.quit ()
}
Rectangle
{
width: 1
y: 5
height: parent.height - 10
anchors.right: parent.left
color: "darkgray"
}
}
Button
{
id: stopButton
anchors
{
right: quitButton.left
rightMargin: 10
}
Vista de pagina 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 292 293

Comentarios a estos manuales

Sin comentarios