Kontron KTAM3874-pITX Bedienungsanleitung Seite 229

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 293
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
}
Seitenansicht 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 292 293

Kommentare zu diesen Handbüchern

Keine Kommentare