Kontron KTAM3874-pITX Instrukcja Użytkownika Strona 229

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 293
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
}
Przeglądanie stron 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 292 293

Komentarze do niniejszej Instrukcji

Brak uwag